summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:07 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:50:55 +0100
commitff9106ccb0fd5d3d04ba38db40950fbbcccd689e (patch)
tree9aecfa24c74e0a172c794ec90b651d622e927dc0 /dev-python/ipaddr
parentdev-python/intervaltree: Use pypi.eclass (diff)
downloadgentoo-ff9106ccb0fd5d3d04ba38db40950fbbcccd689e.tar.gz
gentoo-ff9106ccb0fd5d3d04ba38db40950fbbcccd689e.tar.bz2
gentoo-ff9106ccb0fd5d3d04ba38db40950fbbcccd689e.zip
dev-python/ipaddr: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipaddr')
-rw-r--r--dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild b/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild
index 423fc22dc94a..b6d718c6c28a 100644
--- a/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild
+++ b/dev-python/ipaddr/ipaddr-2.2.0-r2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python IP address manipulation library"
HOMEPAGE="https://github.com/google/ipaddr-py https://pypi.org/project/ipaddr/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"