From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- dev-python/netcdf4-python/Manifest | 5 ++- .../files/netcdf4-python-1.5.5-tests.patch | 33 +++++++++++++++++ dev-python/netcdf4-python/metadata.xml | 28 +++++++-------- .../netcdf4-python/netcdf4-python-1.5.5.ebuild | 41 ++++++++++++++++++++++ 4 files changed, 92 insertions(+), 15 deletions(-) create mode 100644 dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch create mode 100644 dev-python/netcdf4-python/netcdf4-python-1.5.5.ebuild (limited to 'dev-python/netcdf4-python') diff --git a/dev-python/netcdf4-python/Manifest b/dev-python/netcdf4-python/Manifest index 413ec9ad0567..02778e456e7b 100644 --- a/dev-python/netcdf4-python/Manifest +++ b/dev-python/netcdf4-python/Manifest @@ -1,3 +1,6 @@ +AUX netcdf4-python-1.5.5-tests.patch 1309 BLAKE2B 04876bde9d60bfd48633366eb35d20dab843537673c04ff26fd979cb2de4b6cb36296c2f77b89b2227e7d103a2171827330b4dd0febcffa7aaba288b89becdff SHA512 c876c492c0d5004b1f4092ea580b11f2faf902ed5ce7bbbf16f591e76c12966c15c6616a272ee1e8026b0eba614eb2bdd4cdca495c60f7d7957228eedfae3fd1 DIST netCDF4-1.2.2.tar.gz 679107 BLAKE2B c15ed9332bd8e4bb18c312cd4418add169716ef29b6f5c4b935c880259a6a16c8388ed7c790919bfbbee631e9e96ce4b9a9afaeabb305e4dd32028353e62207d SHA512 e09465d125077e71b8aad4332be844099c7fa29d0ea8f1dd0887f7a5e849ab778361026323466b1d4897bc3d8f8be1818cfa5f426773c765ee9c5f3728ff3da3 +DIST netCDF4-1.5.5.tar.gz 793676 BLAKE2B 15783e359ed65062464874de24b3fabf07c5666f54f979cb4abd5429cb1668df9dc5aee6d96fb171f597b670ac87ac15400549659c82754da60dc9b00ab734cd SHA512 da6ead22ca60900468fbefdb5d1e9486555e73cf4d99096227404094e94cd4d0488320fe4eb2b7944e1183c39817d9e593065297f921016811b7dc6eabb918ef EBUILD netcdf4-python-1.2.2-r1.ebuild 694 BLAKE2B 50dcce00d5f8cbc79672f2abe5c0379965aec03ef099618c894691f88182b6c0c23c440e817bff228ad23a3af75d098eb60a75e50e7b50a54340b5359f5d131a SHA512 8fd9372f785f22e2ba8286172ef6c7ae061b7467ba8fea72fdf6188e6901ed079445f036ce1fb6b56ceb15e4369a33901256c1a4f2cf82e17cbb01b2292f081f -MISC metadata.xml 702 BLAKE2B a7c9b2dd81a36206430022513af169fc3819eab8923bb9fe50d94fa165ad6605bd4bbabe700e1c11612d522ad39d02bee56db03b31888969e4f871606ecb5018 SHA512 ecb1a82976d540d6a8472901456bcc634077214703ca30e52cd9cf6fe47d7ac69abbf754dcaef977ece693e5c7d8f97dd250bbe1e1dccc4c03964eba576e29d5 +EBUILD netcdf4-python-1.5.5.ebuild 1001 BLAKE2B 55b28d4e9d5c2e26422e86968dc27453fcbc246411db13ae3aec9766cb41ff828927fa1da2d064495ec666f2ba7d779c175d785c850a13165f89172934bcaade SHA512 d303f3c347966e9a08a4885dc22c11f3ef50399ec9da891bc26aaea3aa91ffb132bc9f0b9e2aa4d7c735e3a8e950bea652993b5a460a9e53999f3ad4ec260596 +MISC metadata.xml 680 BLAKE2B b380916f10fadde1beadde6b0f97dabdada2a183db75b345dc6bcc8723a24ce5b1d266048e758d02cc53bc0e92339fe359c86741212f9122a984825ebaf45e2c SHA512 5825d714a75190fef8b60360221425c5feed48220920b854f5f2e1a6489b4fa1952b7a798e42c4750b69c83902879ce263fd5b7d109ed9d43a147e6298a329bb diff --git a/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch b/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch new file mode 100644 index 000000000000..ff0085c7a1f6 --- /dev/null +++ b/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch @@ -0,0 +1,33 @@ +# tst_diskless.py fails and tst_dap.py requires network +--- a/test/run_all.py ++++ b/test/run_all.py +@@ -16,9 +16,6 @@ if python3: + else: + test_files.remove('tst_unicode3.py') + sys.stdout.write('not running tst_unicode3.py ...\n') +-if __netcdf4libversion__ < '4.2.1' or __has_parallel4_support__ or __has_pnetcdf_support__: +- test_files.remove('tst_diskless.py') +- sys.stdout.write('not running tst_diskless.py ...\n') + if not __has_nc_inq_path__: + test_files.remove('tst_filepath.py') + sys.stdout.write('not running tst_filepath.py ...\n') +@@ -29,14 +26,11 @@ if not __has_cdf5_format__ or struct.calcsize("P") < 8: + test_files.remove('tst_cdf5.py') + sys.stdout.write('not running tst_cdf5.py ...\n') + +-# Don't run tests that require network connectivity +-if os.getenv('NO_NET'): +- test_files.remove('tst_dap.py'); +- sys.stdout.write('not running tst_dap.py ...\n') +-else: +- # run opendap test first (issue #856). +- test_files.remove('tst_dap.py') +- test_files.insert(0,'tst_dap.py') ++test_files.remove('tst_diskless.py') ++sys.stdout.write('not running tst_diskless.py ...\n') ++ ++test_files.remove('tst_dap.py'); ++sys.stdout.write('not running tst_dap.py ...\n') + + # Build the test suite from the tests found in the test files. + testsuite = unittest.TestSuite() diff --git a/dev-python/netcdf4-python/metadata.xml b/dev-python/netcdf4-python/metadata.xml index b230a3c11bf8..a0d7a57b9d31 100644 --- a/dev-python/netcdf4-python/metadata.xml +++ b/dev-python/netcdf4-python/metadata.xml @@ -1,18 +1,18 @@ - - sci@gentoo.org - Gentoo Science Project - - - netcdf4-python is a Python interface to the netCDF C library. - netCDF version 4 can read and write files in both the new netCDF 4 - and the old netCDF 3 format, and can create files that are readable - by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and - should be familiar to users of that module. - - - netCDF4 - + + sci@gentoo.org + Gentoo Science Project + + + netcdf4-python is a Python interface to the netCDF C library. + netCDF version 4 can read and write files in both the new netCDF 4 + and the old netCDF 3 format, and can create files that are readable + by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and + should be familiar to users of that module. + + + netCDF4 + diff --git a/dev-python/netcdf4-python/netcdf4-python-1.5.5.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.5.5.ebuild new file mode 100644 index 000000000000..1bcc154d3094 --- /dev/null +++ b/dev-python/netcdf4-python/netcdf4-python-1.5.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6..9} ) +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/cftime[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/hdf5 + sci-libs/netcdf:=[hdf5]" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-tests.patch ) + +S="${WORKDIR}"/${MY_P} + +python_test() { + 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] +} -- cgit v1.2.3