commit:     894b8794e7212b336835c0fd50c33ac98ebd416f
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 21:59:16 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 22:57:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894b8794

dev-python/findpython: new package, add 0.3.1

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 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(+)

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>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Patrick McLean</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">findpython</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to