commit:     7538ae2ff0c187c878c31edcdf04dbc899054995
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:44:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 03:42:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7538ae2f

dev-python/async_generator: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/async_generator/async_generator-1.10-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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"

Reply via email to