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"