diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:38:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:42:18 +0100 |
commit | 8cb64fc53cb9d57bba1136c15c5478ce81e0e278 (patch) | |
tree | 5469243a1a9c5e0ada840153100c06f7a922e0e8 /dev-python/prov | |
parent | dev-python/protobuf-python: Remove redundant versions (diff) | |
download | gentoo-8cb64fc53cb9d57bba1136c15c5478ce81e0e278.tar.gz gentoo-8cb64fc53cb9d57bba1136c15c5478ce81e0e278.tar.bz2 gentoo-8cb64fc53cb9d57bba1136c15c5478ce81e0e278.zip |
dev-python/prov: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prov')
-rw-r--r-- | dev-python/prov/Manifest | 2 | ||||
-rw-r--r-- | dev-python/prov/prov-1.5.0.ebuild | 39 | ||||
-rw-r--r-- | dev-python/prov/prov-1.5.1.ebuild | 35 |
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/prov/Manifest b/dev-python/prov/Manifest index 0ec7b68a46be..62954f30503c 100644 --- a/dev-python/prov/Manifest +++ b/dev-python/prov/Manifest @@ -1,3 +1 @@ -DIST prov-1.5.0.tar.gz 125045 BLAKE2B c378c665b78f4b91b612e954e51b517a6c2e293297afea7482fd4fc7362e7f1255e3b4b6ebc18232bf2014f86f2f491c12e781d7b7553d18b724f72e077d95c5 SHA512 d08b924385f587814f6094679649e746bc687e136ddebe1194c5d97921a081b960a5531f13cb8f83d167dbd1cf7114d2e55478431feaf52e547db24a181a2ad2 -DIST prov-1.5.1.tar.gz 123725 BLAKE2B 80816d7a78c881e48b89adf0fe2b9579fb3bb5ebca55220ae449dca422c069cd6c469a547d025600944fedccb82c20e4a7571f336592c3f5ff5b5a0bd0835c1c SHA512 71ff149f7a015a36299413b7fc98e0965684aaa0ece86ff865be1c1ef404a3b24489144d9f8299dd48c2f13b377d16679b26fe93e3463455192a054897af52f7 DIST prov-1.5.3.tar.gz 121405 BLAKE2B d3c854b9631e68ff8d71e90992c6238ff3a5a0053efe2970a95e3f4584e12637774ef23f3d00c2c3594ff250175cc706f1d5f4d04abd6b24cbb920f588fd6716 SHA512 b205b978320c032c07e96f75a6c6edd4f046e4e219a41234c3fa12dbfa5514d16d56bba602617b95417918ee457c6a7f82dc228066f8a21edd28730fd20494ba diff --git a/dev-python/prov/prov-1.5.0.ebuild b/dev-python/prov/prov-1.5.0.ebuild deleted file mode 100644 index b17ff3ecb56d..000000000000 --- a/dev-python/prov/prov-1.5.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="W3C provenance data dodel library" -HOMEPAGE="https://pypi.org/project/prov/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/pydotplus[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/networkx-1.10[${PYTHON_USEDEP}] - dev-python/rdflib[${PYTHON_USEDEP}] - >=dev-python/six-1.10[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( ${RDEPEND} ) - dev-python/setuptools[${PYTHON_USEDEP}] -" - -#the test phase fails due to a bug that may be better fixed -#in setuptools or the yajl package: -#https://github.com/gentoo/gentoo/pull/4346#issuecomment-291776642 -RESTRICT="test" - -python_test() { - ${EPYTHON} -m unittest discover || die -} diff --git a/dev-python/prov/prov-1.5.1.ebuild b/dev-python/prov/prov-1.5.1.ebuild deleted file mode 100644 index a85f51451d3f..000000000000 --- a/dev-python/prov/prov-1.5.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="W3C provenance data dodel library" -HOMEPAGE="https://pypi.org/project/prov/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/pydot[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/networkx-1.10[${PYTHON_USEDEP}] - dev-python/rdflib[${PYTHON_USEDEP}] - >=dev-python/six-1.10[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( ${RDEPEND} ) - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - ${EPYTHON} -m unittest discover || die -} |