diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest new file mode 100644 index 0000000..982c550 --- /dev/null +++ b/dev-python/findpython/Manifest @@ -0,0 +1 @@ +DIST findpython-0.2.2.tar.gz 15998 BLAKE2B 295a03c92035eef35d69d6e29bd948a7f6b8bfe4f266d707cabece0fc65999db989b22fe70b45b5ce386fc909d386c3f97fb16381a8b7dff37382da6658bba1e SHA512 908d74167f1a58e772f48d7c2269b9d393dd66e9e854fd19a65cd3bbf381a3427d8ee3f71e14c138c9bdb93aec47777e716e45eb311cd8da51b76e59040791fe diff --git a/dev-python/findpython/findpython-0.2.2.ebuild b/dev-python/findpython/findpython-0.2.2.ebuild new file mode 100644 index 0000000..7364d19 --- /dev/null +++ b/dev-python/findpython/findpython-0.2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +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" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="" +BDEPEND="" + +distutils_enable_tests pytest diff --git a/dev-python/findpython/metadata.xml b/dev-python/findpython/metadata.xml new file mode 100644 index 0000000..2f024d9 --- /dev/null +++ b/dev-python/findpython/metadata.xml @@ -0,0 +1,12 @@ + + + + + holgersson@posteo.de + Nils Freydank + + + findpython + frostming/findpython + +