diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:58:51 +0100 |
commit | 237176f965bb52d88f4f1dec7c752232eabfb828 (patch) | |
tree | de5d54a71af8b87054939bea41bfa06ea2df133d /dev-python/netifaces | |
parent | dev-python/nest_asyncio: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 3 |
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" |