summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2023-07-21 14:59:16 -0700
committerPatrick McLean <chutzpah@gentoo.org>2023-07-21 15:57:19 -0700
commit894b8794e7212b336835c0fd50c33ac98ebd416f (patch)
tree5171809467e5fda458774a47b8ec087e7a27ebad /dev-python/findpython
parentdev-python/unearth: new package, add 0.10.0 (diff)
downloadgentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.tar.gz
gentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.tar.bz2
gentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.zip
dev-python/findpython: new package, add 0.3.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/findpython')
-rw-r--r--dev-python/findpython/Manifest1
-rw-r--r--dev-python/findpython/findpython-0.3.1.ebuild20
-rw-r--r--dev-python/findpython/metadata.xml15
3 files changed, 36 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">findpython</remote-id>
+ </upstream>
+</pkgmetadata>