diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:20:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 17:14:19 +0200 |
commit | 8388812c7f30b973588b7355d5de16e7228e630a (patch) | |
tree | 26a71c453fb829aaa26c78250f3ad0d866039046 /dev-python/ipaddr | |
parent | dev-python/pypcap: Clean old versions up (diff) | |
download | gentoo-8388812c7f30b973588b7355d5de16e7228e630a.tar.gz gentoo-8388812c7f30b973588b7355d5de16e7228e630a.tar.bz2 gentoo-8388812c7f30b973588b7355d5de16e7228e630a.zip |
dev-python/ipaddr: Clean old versions up
Diffstat (limited to 'dev-python/ipaddr')
-rw-r--r-- | dev-python/ipaddr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/ipaddr/ipaddr-2.1.11.ebuild | 31 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/ipaddr/Manifest b/dev-python/ipaddr/Manifest index 8ecc361a89f2..e5a0398121b8 100644 --- a/dev-python/ipaddr/Manifest +++ b/dev-python/ipaddr/Manifest @@ -1,2 +1 @@ -DIST ipaddr-2.1.10.tar.gz 29004 SHA256 d2c3bfd45147e5773108d2c8d3c65102ff234f06e2f1049a0febfa31dde4cca3 SHA512 5ad38ffe54e5322bd7d3c643c216647457fd797882549c40a9dad2cadf489aa1ce724e2272af9f8aa4a28eabf60f2ef99d6d730b78c7cb86a1f0cc901dde0eb7 WHIRLPOOL 0bc5a8116d4df2e35e342c9adc2563db963802256461eeb3a8187310d6d1a7a06e567a53953899122242488a366fb759ea091630a3e315de2a7acd749a945c1d DIST ipaddr-2.1.11.tar.gz 29046 SHA256 1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7 SHA512 a97b0f760f0d7fac549e5edf17b644c966a8858c145b8f9472ddc8bf4805c9d537f6f8755e3716d78b729b87e84149f8b73c7f98c0deee4fbf266ccb7a206bc6 WHIRLPOOL ba34b892828098e00c78df4ecfb8b79b58a6884ca5592336a96c17bbb351f65baa9c0287acc65ed166c60ce5c9317322964dd27bfe6de33a54c3bb3b08b638cb diff --git a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild b/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild deleted file mode 100644 index cc9651eb6370..000000000000 --- a/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python IP address manipulation library" -HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.python.org/pypi/ipaddr" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCS=( README RELEASENOTES ) - -DISTUTILS_IN_SOURCE_BUILD=1 - -python_prepare() { - if [[ ${EPYTHON} == python3* ]]; then - 2to3 -n -w --no-diffs *.py || die - fi -} - -python_test() { - PYTHONPATH=build/lib \ - "${PYTHON}" ipaddr_test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/ipaddr/ipaddr-2.1.11.ebuild b/dev-python/ipaddr/ipaddr-2.1.11.ebuild deleted file mode 100644 index 6d979f7d7cbe..000000000000 --- a/dev-python/ipaddr/ipaddr-2.1.11.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Python IP address manipulation library" -HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.python.org/pypi/ipaddr" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 arm" -IUSE="" - -DOCS=( README RELEASENOTES ) - -DISTUTILS_IN_SOURCE_BUILD=1 - -python_prepare() { - if python_is_python3; then - 2to3 -n -w --no-diffs *.py || die - fi -} - -python_test() { - PYTHONPATH=build/lib \ - "${PYTHON}" ipaddr_test.py || die "Tests fail with ${EPYTHON}" -} |