From 7899152018b6dbe834454f95ae57737311a11947 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Mar 2023 18:48:02 +0100 Subject: dev-python/pytools: 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/pytools/pytools-2022.1.14.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pytools/pytools-2022.1.14.ebuild b/dev-python/pytools/pytools-2022.1.14.ebuild index 1e06694cfde7..04f4e133f2e4 100644 --- a/dev-python/pytools/pytools-2022.1.14.ebuild +++ b/dev-python/pytools/pytools-2022.1.14.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='sqlite' -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Collection of tools missing from the Python standard library" HOMEPAGE=" @@ -15,7 +15,6 @@ HOMEPAGE=" https://github.com/inducer/pytools/ https://pypi.org/project/pytools/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad