summaryrefslogtreecommitdiff
path: root/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-16 10:05:02 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-16 10:05:02 +0200
commit4d0ba398b46cbd5c30ef5874e63b52464f744e13 (patch)
treefe735761f74d70f105c4b80037b06d6fb7c69236 /dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
parenta1d658960883a3691da01bd81eceec52e31e4805 (diff)
downloadgentoo-4d0ba398b46cbd5c30ef5874e63b52464f744e13.tar.gz
gentoo-4d0ba398b46cbd5c30ef5874e63b52464f744e13.tar.bz2
gentoo-4d0ba398b46cbd5c30ef5874e63b52464f744e13.zip
dev-python/GridDataFormats: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild')
-rw-r--r--dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild b/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
deleted file mode 100644
index 1abd9feeea58..000000000000
--- a/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..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"
-
-RDEPEND="
- dev-python/mrcfile[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest