commit: 4bb87a3b2f650a6cc5aab3f60ff6c0e8c0d24177 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 17:45:40 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 03:47:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb87a3b
dev-python/gast: Use pypi.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/gast/gast-0.5.3-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/gast/gast-0.5.3-r1.ebuild b/dev-python/gast/gast-0.5.3-r1.ebuild index 900e2da60335..7e38030fff6c 100644 --- a/dev-python/gast/gast-0.5.3-r1.ebuild +++ b/dev-python/gast/gast-0.5.3-r1.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" HOMEPAGE="https://pypi.org/project/gast/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD PSF-2" SLOT="0"