diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-04 15:52:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-04 15:53:23 +0100 |
commit | bb9efde51275a82567aa20ebd609402b9b19fe1e (patch) | |
tree | 61c7f80e36a57ab6f9e1d314792bc16e434ecd66 /dev-python/astunparse | |
parent | dev-python/astunparse: Remove old (diff) | |
download | gentoo-bb9efde51275a82567aa20ebd609402b9b19fe1e.tar.gz gentoo-bb9efde51275a82567aa20ebd609402b9b19fe1e.tar.bz2 gentoo-bb9efde51275a82567aa20ebd609402b9b19fe1e.zip |
dev-python/astunparse: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/astunparse')
-rw-r--r-- | dev-python/astunparse/astunparse-1.6.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/astunparse/astunparse-1.6.3-r1.ebuild b/dev-python/astunparse/astunparse-1.6.3-r1.ebuild index 026ea78f3368..c00b8c24a796 100644 --- a/dev-python/astunparse/astunparse-1.6.3-r1.ebuild +++ b/dev-python/astunparse/astunparse-1.6.3-r1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Astun parser for python" HOMEPAGE=" https://github.com/simonpercivall/astunparse/ https://pypi.org/project/astunparse/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |