summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:47:24 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:03:39 +0100
commit55f35c3c9534edbf3b54d83535858634b60defa9 (patch)
treee5329c0c3e062c5be5353c99aa8269ea969248c7
parentdev-python/plumbum: Use pypi.eclass (diff)
downloadgentoo-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>
-rw-r--r--dev-python/ply/ply-3.11-r2.ebuild3
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}"