dev-python/findpython: Add package version 0.2.2

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:46:11 +01:00
parent 7b3dd1b336
commit 59dd163776
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST findpython-0.2.2.tar.gz 15998 BLAKE2B 295a03c92035eef35d69d6e29bd948a7f6b8bfe4f266d707cabece0fc65999db989b22fe70b45b5ce386fc909d386c3f97fb16381a8b7dff37382da6658bba1e SHA512 908d74167f1a58e772f48d7c2269b9d393dd66e9e854fd19a65cd3bbf381a3427d8ee3f71e14c138c9bdb93aec47777e716e45eb311cd8da51b76e59040791fe

View File

@ -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

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="pypi">findpython</remote-id>
<remote-id type="github">frostming/findpython</remote-id>
</upstream>
</pkgmetadata>