diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:44:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:42:07 +0100 |
commit | bbc114d8513e67f86177bac662bd9c5dc300f329 (patch) | |
tree | 28a6b8a856b279ac6d941bc12113b6c3b318875b /dev-python/aiodns | |
parent | dev-python/aiocache: Use pypi.eclass (diff) | |
download | gentoo-bbc114d8513e67f86177bac662bd9c5dc300f329.tar.gz gentoo-bbc114d8513e67f86177bac662bd9c5dc300f329.tar.bz2 gentoo-bbc114d8513e67f86177bac662bd9c5dc300f329.zip |
dev-python/aiodns: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r-- | dev-python/aiodns/aiodns-3.0.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild index 741e9eb96bd3..fd48e2ce2eb3 100644 --- a/dev-python/aiodns/aiodns-3.0.0-r1.ebuild +++ b/dev-python/aiodns/aiodns-3.0.0-r1.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Simple DNS resolver for asyncio" HOMEPAGE="https://github.com/saghul/aiodns/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |