commit: 463c5538fa1993246d6a06a58f6d5055af655ccb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 06:23:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 06:31:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463c5538
dev-python/findpython: Bump to 0.6.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/findpython/Manifest | 1 +
dev-python/findpython/findpython-0.6.3.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
index d7cdbe50d37e..c9596cb75989 100644
--- a/dev-python/findpython/Manifest
+++ b/dev-python/findpython/Manifest
@@ -1 +1,2 @@
DIST findpython-0.6.2.tar.gz 17770 BLAKE2B
bf19d35231455253c46dc13b52a9d3756ddcd37e790127d41558d1a41936077fee4c7532f43f49eb12fc623f321ac9f5c265522681138b13654359fe98357da2
SHA512
f2ef799aad7c58455a398082a420937716fd19f12f509515f229108c3e3e4cc707d39aa410e8cd9aef69ee35f25227b11a6ad971348d71e776abf909321b92e0
+DIST findpython-0.6.3.tar.gz 17827 BLAKE2B
6ade39d51f8209192e703ee19510133c837bf3bd4d7897c2d83c1e0b50947c5646e264a72dc5287faf50ac10fbbd61cfe7721240365db8a04f89ac38e032023f
SHA512
111a8b5895a122e6e845de5afdec7a476fabbfdc64af289417ec8c168b45fb0832a0a30e07abf48b6e63c74ff8938796509e3d9d8b8f97b3463427dd49203e80
diff --git a/dev-python/findpython/findpython-0.6.3.ebuild
b/dev-python/findpython/findpython-0.6.3.ebuild
new file mode 100644
index 000000000000..1de545298894
--- /dev/null
+++ b/dev-python/findpython/findpython-0.6.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A utility to find python versions on your system"
+HOMEPAGE="
+ https://github.com/frostming/findpython/
+ https://pypi.org/project/findpython/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+distutils_enable_tests pytest