summaryrefslogtreecommitdiff
path: root/dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-20 08:30:25 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-20 08:31:43 +0200
commit96bdebe25198ade58874c2825e217f68f5b499b8 (patch)
tree10fb191f3f6ba8cb4f81ad914d78317889784ba0 /dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild
parent4fa363bada3a444f79eaa7e7b2d46420c1a0e399 (diff)
downloadgentoo-96bdebe25198ade58874c2825e217f68f5b499b8.tar.gz
gentoo-96bdebe25198ade58874c2825e217f68f5b499b8.tar.bz2
gentoo-96bdebe25198ade58874c2825e217f68f5b499b8.zip
dev-python/GridDataFormats: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild')
-rw-r--r--dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild b/dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild
deleted file mode 100644
index ecbcd6dd90bd..000000000000
--- a/dev-python/GridDataFormats/GridDataFormats-0.6.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Reading and writing of data on regular grids in Python"
-HOMEPAGE="https://pypi.org/project/GridDataFormats/ https://github.com/MDAnalysis/GridDataFormats"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest