From 9172a695d80207d7f423abe928f0027c16d1f4e7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:47:33 +0100 Subject: dev-python/py: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/py/py-1.11.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/py') diff --git a/dev-python/py/py-1.11.0-r1.ebuild b/dev-python/py/py-1.11.0-r1.ebuild index ca200c27f765..63db20b06a4d 100644 --- a/dev-python/py/py-1.11.0-r1.ebuild +++ b/dev-python/py/py-1.11.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://github.com/pytest-dev/py/ https://pypi.org/project/py/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad