diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:03:39 +0100 |
commit | 55f35c3c9534edbf3b54d83535858634b60defa9 (patch) | |
tree | e5329c0c3e062c5be5353c99aa8269ea969248c7 /dev-python/ply | |
parent | dev-python/plumbum: Use pypi.eclass (diff) | |
download | gentoo-55f35c3c9534edbf3b54d83535858634b60defa9.tar.gz gentoo-55f35c3c9534edbf3b54d83535858634b60defa9.tar.bz2 gentoo-55f35c3c9534edbf3b54d83535858634b60defa9.zip |
dev-python/ply: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ply-3.11-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ply/ply-3.11-r2.ebuild b/dev-python/ply/ply-3.11-r2.ebuild index f181dbebea41..549df9c6dbb9 100644 --- a/dev-python/ply/ply-3.11-r2.ebuild +++ b/dev-python/ply/ply-3.11-r2.ebuild @@ -7,7 +7,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python Lex-Yacc library" HOMEPAGE=" @@ -15,7 +15,6 @@ HOMEPAGE=" https://github.com/dabeaz/ply/ https://pypi.org/project/ply/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" |