summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:24 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:07 +0100
commitbbc114d8513e67f86177bac662bd9c5dc300f329 (patch)
tree28a6b8a856b279ac6d941bc12113b6c3b318875b
parentdev-python/aiocache: Use pypi.eclass (diff)
downloadgentoo-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>
-rw-r--r--dev-python/aiodns/aiodns-3.0.0-r1.ebuild3
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"