summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:21 +0100
commit7538ae2ff0c187c878c31edcdf04dbc899054995 (patch)
tree0dcae25c01eeb441f54844af6f29da2b27367c90 /dev-python/async_generator
parentdev-python/astor: Use pypi.eclass (diff)
downloadgentoo-7538ae2ff0c187c878c31edcdf04dbc899054995.tar.gz
gentoo-7538ae2ff0c187c878c31edcdf04dbc899054995.tar.bz2
gentoo-7538ae2ff0c187c878c31edcdf04dbc899054995.zip
dev-python/async_generator: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/async_generator')
-rw-r--r--dev-python/async_generator/async_generator-1.10-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/async_generator/async_generator-1.10-r2.ebuild b/dev-python/async_generator/async_generator-1.10-r2.ebuild
index 324381de3a6b..6adfa769343b 100644
--- a/dev-python/async_generator/async_generator-1.10-r2.ebuild
+++ b/dev-python/async_generator/async_generator-1.10-r2.ebuild
@@ -5,11 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Making it easy to write async iterators in Python 3.5"
HOMEPAGE="https://github.com/python-trio/async_generator https://pypi.org/project/async_generator/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"