From 43482b975d2748f5efb710fb5d380905331331bb Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 2 Mar 2023 23:14:04 +0100 Subject: [PATCH] dev-python/findpython: Migrate to pypi.eclass Signed-off-by: Nils Freydank --- dev-python/findpython/findpython-0.2.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/findpython/findpython-0.2.4.ebuild b/dev-python/findpython/findpython-0.2.4.ebuild index 1c226b4..e474558 100644 --- a/dev-python/findpython/findpython-0.2.4.ebuild +++ b/dev-python/findpython/findpython-0.2.4.ebuild @@ -5,14 +5,13 @@ EAPI="8" DISTUTILS_USE_PEP517=pdm PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Utility to find installed python versions" HOMEPAGE=" https://github.com/frostming/findpython https://pypi.org/project/findpython/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"