diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:05:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:05:08 +0200 |
commit | e1e68cbebe19ef97a25004a61a7c223c9951fcfe (patch) | |
tree | 68089bdce02246a7422d68df8415b54f6a8ca664 /dev-python/netcdf4-python | |
parent | dev-python/nbdime: Remove old (diff) | |
download | gentoo-e1e68cbebe19ef97a25004a61a7c223c9951fcfe.tar.gz gentoo-e1e68cbebe19ef97a25004a61a7c223c9951fcfe.tar.bz2 gentoo-e1e68cbebe19ef97a25004a61a7c223c9951fcfe.zip |
dev-python/netcdf4-python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netcdf4-python')
-rw-r--r-- | dev-python/netcdf4-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/netcdf4-python/netcdf4-python-1.5.6.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/netcdf4-python/Manifest b/dev-python/netcdf4-python/Manifest index 8ce8b514659b..3efe5bccc57c 100644 --- a/dev-python/netcdf4-python/Manifest +++ b/dev-python/netcdf4-python/Manifest @@ -1,2 +1 @@ -DIST netCDF4-1.5.6.tar.gz 763732 BLAKE2B 0bb08ed81206c7d14817dad0f93683b5c44678869c760467071e2a0a76be76c9d78c0f714a043d77dba9b4535a83d59d8197340c105070a4f0204900b1e50410 SHA512 cc5bdb476fa034576f8e1a19e709dba53ad2db68cd10221df2de46a47fc7e5bacfc90fe8c4458ef45b20bf24a1cf52f275b1891af5574e2a139e95cb0d793a8b DIST netCDF4-1.5.7.tar.gz 763928 BLAKE2B e8e1c689747aa2697beeadf1c5164f1530fe76e0fb0d7affb94b506d1632c5242a406cdee72a2a683b75beda649f516ca06f5fd8fcddf5c567327d2420443721 SHA512 dfcc900e4d72f7b0c5c6a7fdaaab221735977306e86856e6d712e8a3c36ff22bd6210cbfb9819b9a26fde647c00aed5fcffe430459f9f2d5208a2cf8865ca853 diff --git a/dev-python/netcdf4-python/netcdf4-python-1.5.6.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.5.6.ebuild deleted file mode 100644 index a4688246fcb0..000000000000 --- a/dev-python/netcdf4-python/netcdf4-python-1.5.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 optfeature - -MY_PN="netCDF4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python/numpy interface to the netCDF C library" -HOMEPAGE="https://unidata.github.io/netcdf4-python/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - sci-libs/hdf5 - sci-libs/netcdf:=[hdf5]" -RDEPEND="${DEPEND} - dev-python/cftime[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - sci-libs/hdf5 - sci-libs/netcdf[hdf5,tools] - dev-python/cftime[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - )" - -python_test() { - local -x NO_NET=1 - cd test || die - "${EPYTHON}" run_all.py || die -} - -pkg_postinst() { - optfeature "HDF4 support" sci-libs/hdf "sci-libs/netcdf[hdf]" - optfeature "MPI parallel IO support" "sci-libs/hdf5[mpi]" "sci-libs/netcdf[mpi]" - optfeature "OPeNDAP support" net-misc/curl "sci-libs/netcdf[dap]" -} |