From 894b8794e7212b336835c0fd50c33ac98ebd416f Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 21 Jul 2023 14:59:16 -0700 Subject: dev-python/findpython: new package, add 0.3.1 Signed-off-by: Patrick McLean --- dev-python/findpython/Manifest | 1 + dev-python/findpython/findpython-0.3.1.ebuild | 20 ++++++++++++++++++++ dev-python/findpython/metadata.xml | 15 +++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-python/findpython/Manifest create mode 100644 dev-python/findpython/findpython-0.3.1.ebuild create mode 100644 dev-python/findpython/metadata.xml (limited to 'dev-python/findpython') diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest new file mode 100644 index 000000000000..420bb159a2fc --- /dev/null +++ b/dev-python/findpython/Manifest @@ -0,0 +1 @@ +DIST findpython-0.3.1.tar.gz 17379 BLAKE2B 73be0b8c064f0417c7023b367328c2694e74de4559acd48cf9faac8cb73b1450c15269b0078bc20392275cb032e57615e2345e9b72b5623262816f2ea3901aa0 SHA512 a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816 diff --git a/dev-python/findpython/findpython-0.3.1.ebuild b/dev-python/findpython/findpython-0.3.1.ebuild new file mode 100644 index 000000000000..a7a71e6b2d92 --- /dev/null +++ b/dev-python/findpython/findpython-0.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A utility to find python versions on your system" +HOMEPAGE=" + https://pypi.org/project/findpython/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest diff --git a/dev-python/findpython/metadata.xml b/dev-python/findpython/metadata.xml new file mode 100644 index 000000000000..b3a7feaf3a98 --- /dev/null +++ b/dev-python/findpython/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + chutzpah@gentoo.org + Patrick McLean + + + + findpython + + -- cgit v1.2.3