diff options
Diffstat (limited to 'dev-python/pupynere')
-rw-r--r-- | dev-python/pupynere/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pupynere/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/pupynere/pupynere-1.0.15-r2.ebuild | 31 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/pupynere/Manifest b/dev-python/pupynere/Manifest deleted file mode 100644 index 492b91bcb162..000000000000 --- a/dev-python/pupynere/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pupynere-1.0.15.tar.gz 8566 BLAKE2B 1780b7c17868b77c294da0f81052077be22b72660b472a29641c8390d34a608fb0dc067fe942dba764dd5735ce034981c9b5e3b47825eb3be9ab94e46a71d972 SHA512 55b25ca4fb511d80b5eb11b8aa63949c80e9dda336ed1ad406314bbda669ee4ef836a3e01b71065eec0cf0b8556ef36c815a299a5620d50983074a2ff55ca5ba -EBUILD pupynere-1.0.15-r2.ebuild 700 BLAKE2B 5ff9a8963e4da4aea5ed204771292878cfc328ac77e17548e13d46bfaa96d8abf9f8fc9c5a38c1778366279124070a5fb79342fdf9ce4957c311874f859a1080 SHA512 a31ec45a48bcdc8c032606ae7c3ac2545c6afd02437ef5aeecdbb8efe5303a21d5f46c3375f5f0c82e84f8a6da3292b0d69a8a008ca9f65af339279d83e32496 -MISC metadata.xml 500 BLAKE2B 27412e37a799d7931fb1f7d5dc712db7d6d25f44e166d7a045c63ed3c1f978f1dbbd15facea31d258154f6fe689cf148fee71acc33f6b653f4b9d0388c51ce44 SHA512 7aff7144c2be483bf339a2bc43fec68bde804bc43b1f13a462bd7cd617b53884de2791b6a3335fd90b38d01ce081b1246281d068254af0722731cafa17381e91 diff --git a/dev-python/pupynere/metadata.xml b/dev-python/pupynere/metadata.xml deleted file mode 100644 index e6468d3c792f..000000000000 --- a/dev-python/pupynere/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - Pupynere is a Python module for reading and writing NetCDF files, - using the same API as Scientific.IO.NetCDF and pynetcdf. - </longdescription> - <upstream> - <remote-id type="pypi">pupynere</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pupynere/pupynere-1.0.15-r2.ebuild b/dev-python/pupynere/pupynere-1.0.15-r2.ebuild deleted file mode 100644 index 7f70dfe14fc9..000000000000 --- a/dev-python/pupynere/pupynere-1.0.15-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Pupynere is a PUre PYthon NEtcdf REader" -HOMEPAGE="https://pypi.org/project/pupynere/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - || ( - dev-python/numpy-python2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - cd "${BUILD_DIR}" || die - "${PYTHON}" -m doctest -v "${BUILD_DIR}"/lib/pupynere.py \ - || die "Tests fail with ${EPYTHON}" -} |