summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:57 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:58:51 +0100
commit237176f965bb52d88f4f1dec7c752232eabfb828 (patch)
treede5d54a71af8b87054939bea41bfa06ea2df133d /dev-python/netifaces
parentdev-python/nest_asyncio: Use pypi.eclass (diff)
downloadgentoo-237176f965bb52d88f4f1dec7c752232eabfb828.tar.gz
gentoo-237176f965bb52d88f4f1dec7c752232eabfb828.tar.bz2
gentoo-237176f965bb52d88f4f1dec7c752232eabfb828.zip
dev-python/netifaces: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r--dev-python/netifaces/netifaces-0.11.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
index 89d7fa1b3839..83ad474e7b8b 100644
--- a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
+++ b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Portable network interface information"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://alastairs-place.net/projects/netifaces/
https://github.com/al45tair/netifaces
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"