summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:40 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:47:57 +0100
commit4bb87a3b2f650a6cc5aab3f60ff6c0e8c0d24177 (patch)
tree039a65675f891209f9967fe50cd0f66734557e5b /dev-python/gast
parentdev-python/fuzzywuzzy: Use pypi.eclass (diff)
downloadgentoo-4bb87a3b2f650a6cc5aab3f60ff6c0e8c0d24177.tar.gz
gentoo-4bb87a3b2f650a6cc5aab3f60ff6c0e8c0d24177.tar.bz2
gentoo-4bb87a3b2f650a6cc5aab3f60ff6c0e8c0d24177.zip
dev-python/gast: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r--dev-python/gast/gast-0.5.3-r1.ebuild3
1 files changed, 1 insertions, 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"