summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-22 00:47:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-22 00:50:49 +0200
commitf1d911802e8abf27ab88b12a70ede378effc3f63 (patch)
tree56851ad7608f37ee4e4e96bb7e447c8dc48b72da /dev-python/netaddr
parentdev-python/neovim-remote: Remove old (diff)
downloadgentoo-f1d911802e8abf27ab88b12a70ede378effc3f63.tar.gz
gentoo-f1d911802e8abf27ab88b12a70ede378effc3f63.tar.bz2
gentoo-f1d911802e8abf27ab88b12a70ede378effc3f63.zip
dev-python/netaddr: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netaddr')
-rw-r--r--dev-python/netaddr/Manifest1
-rw-r--r--dev-python/netaddr/netaddr-0.7.19.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index 7cd58b49d01c..93547897426c 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -1,2 +1 @@
-DIST netaddr-0.7.19.tar.gz 1622835 BLAKE2B 31e2c2a0f6f0b0e03494718364f93dddedc13714ff9fe12823fccb34c0693987c01e50e37d10497613cfc226a47b8d55593ed48bf25a7f7e64b7035b83511d12 SHA512 8440dee19d51828cd0dee403ec8c2fbc70e42d8c7c922d1a6a2a752100f9a313c521fa5e0789e024af0998f713599d50cf986e96867d3cc62a4143875e52d6bf
DIST netaddr-0.8.0.tar.gz 1959055 BLAKE2B c0a361c100490c17203aad14eb14a3e09c63f5a6ce2f4b7e85bc57942329ac4603a1d4b3a09a9ab964a775dfb50a8746f6dd4a05d2f9bba01674624a7d7b46c1 SHA512 0b518ef240b81af425a5aaa6f087b10dece3f352c0c67cde8553ac00daa9d1890637c05d16740e2c23b30ae068c1b4c409ca8291e02093699fafd638701b9069
diff --git a/dev-python/netaddr/netaddr-0.7.19.ebuild b/dev-python/netaddr/netaddr-0.7.19.ebuild
deleted file mode 100644
index 2d4c669bf853..000000000000
--- a/dev-python/netaddr/netaddr-0.7.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Network address representation and manipulation library"
-HOMEPAGE="https://github.com/drkjam/netaddr https://pypi.org/project/netaddr/ https://netaddr.readthedocs.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="cli test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="cli? ( || ( $(python_gen_useflags -3) ) )"
-
-RDEPEND="
- cli? (
- >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}]
- )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- ${RDEPEND}
- )"
-
-python_test() {
- esetup.py test
-}