summaryrefslogtreecommitdiff
path: root/dev-python/findpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-22 02:49:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-22 02:49:03 +0100
commit293b7d4c34fb5285799bb5149595e29dae34cac9 (patch)
treeea6bb71bb2bbdb570695963f3127e5299e1ce1ba /dev-python/findpython
parent1e3cb587fdf303df9aeb0b00a1a45585e18f6134 (diff)
gentoo auto-resync : 22:07:2023 - 02:49:03
Diffstat (limited to 'dev-python/findpython')
-rw-r--r--dev-python/findpython/Manifest3
-rw-r--r--dev-python/findpython/findpython-0.3.1.ebuild20
-rw-r--r--dev-python/findpython/metadata.xml15
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
new file mode 100644
index 000000000000..0605c9cd987b
--- /dev/null
+++ b/dev-python/findpython/Manifest
@@ -0,0 +1,3 @@
+DIST findpython-0.3.1.tar.gz 17379 BLAKE2B 73be0b8c064f0417c7023b367328c2694e74de4559acd48cf9faac8cb73b1450c15269b0078bc20392275cb032e57615e2345e9b72b5623262816f2ea3901aa0 SHA512 a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816
+EBUILD findpython-0.3.1.ebuild 397 BLAKE2B 1ff2ad37139c7ac8a197152e5645ecbd30feccfeb7573d97f1ba8cc958e838f6d476779ea3242839df9f145e704fd3990faad3cdac635960809f0fbcd3393936 SHA512 414d49c9e4bdccfca00bd5cdcc196b36b8e01341bb8f458107e049cf3c0547694ce41139ac7df486d56619c87a6a6e1ecb50e416fd0f6d6755ad9a403b4fdf3f
+MISC metadata.xml 426 BLAKE2B 187ce8d1f5578397d3d9009f049349ff63379ec7f1d849186dbf3c27c78358b815c20918fa9db8d1da11540c4c8252b92d59e454b557bdf31de8944747aece7d SHA512 991c8f8b2627179da605caa04e20161eeb9b29839e6af5af74ff8aff2ba6692ea83a59d99dfa095de35a93492f4c0bc317f3c1b340b95e1db131136b2d4bfe4f
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>