summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:53 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:21:54 +0100
commit9ebbaba5364faf5ce659b40b0a21b51afe22ef1e (patch)
tree398607abae9b96f24c466fb41b62ed37d7c7023b /dev-python/IPy
parentdev-python/html5-parser: Use pypi.eclass (diff)
downloadgentoo-9ebbaba5364faf5ce659b40b0a21b51afe22ef1e.tar.gz
gentoo-9ebbaba5364faf5ce659b40b0a21b51afe22ef1e.tar.bz2
gentoo-9ebbaba5364faf5ce659b40b0a21b51afe22ef1e.zip
dev-python/IPy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/IPy')
-rw-r--r--dev-python/IPy/IPy-1.01-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/IPy/IPy-1.01-r1.ebuild b/dev-python/IPy/IPy-1.01-r1.ebuild
index 8cab2087be13..e94cbe558fc0 100644
--- a/dev-python/IPy/IPy-1.01-r1.ebuild
+++ b/dev-python/IPy/IPy-1.01-r1.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
HOMEPAGE="
https://github.com/autocracy/python-ipy/
https://pypi.org/project/IPy/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"