summaryrefslogtreecommitdiff
path: root/dev-python/findpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-05-05 12:56:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-05-05 12:56:24 +0100
commit9a0e466823bee57eb01cc2c6cd2f3d89d8849c55 (patch)
treec0ce8549b49d6e0deae18c3b40c8e3f6fbbb5228 /dev-python/findpython
parentc26f6443eb756efd40810cc7b85e6f8fc470fe0f (diff)
gentoo auto-resync : 05:05:2025 - 12:56:24
Diffstat (limited to 'dev-python/findpython')
-rw-r--r--dev-python/findpython/Manifest2
-rw-r--r--dev-python/findpython/findpython-0.6.2.ebuild21
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
index 622b85b2e4a9..c40e7ff94089 100644
--- a/dev-python/findpython/Manifest
+++ b/dev-python/findpython/Manifest
@@ -1,5 +1,3 @@
-DIST findpython-0.6.2.tar.gz 17770 BLAKE2B bf19d35231455253c46dc13b52a9d3756ddcd37e790127d41558d1a41936077fee4c7532f43f49eb12fc623f321ac9f5c265522681138b13654359fe98357da2 SHA512 f2ef799aad7c58455a398082a420937716fd19f12f509515f229108c3e3e4cc707d39aa410e8cd9aef69ee35f25227b11a6ad971348d71e776abf909321b92e0
DIST findpython-0.6.3.tar.gz 17827 BLAKE2B 6ade39d51f8209192e703ee19510133c837bf3bd4d7897c2d83c1e0b50947c5646e264a72dc5287faf50ac10fbbd61cfe7721240365db8a04f89ac38e032023f SHA512 111a8b5895a122e6e845de5afdec7a476fabbfdc64af289417ec8c168b45fb0832a0a30e07abf48b6e63c74ff8938796509e3d9d8b8f97b3463427dd49203e80
-EBUILD findpython-0.6.2.ebuild 460 BLAKE2B a1be220c5ba2702f8741a3e0b77bd478fec904ab3accec94856500e8733167f8769e82aee465b65fbf6530054ac122122feff2c2fae201e6fa4cb620dfed9826 SHA512 1e66c601d16b780e3d89217347f3053524b26c1eaf8d9ffac26ef0ec6dd3f756752a35fc0bcf3c68e30802008c9de9957570284c81907e803c8526f009fc02e9
EBUILD findpython-0.6.3.ebuild 460 BLAKE2B a1be220c5ba2702f8741a3e0b77bd478fec904ab3accec94856500e8733167f8769e82aee465b65fbf6530054ac122122feff2c2fae201e6fa4cb620dfed9826 SHA512 1e66c601d16b780e3d89217347f3053524b26c1eaf8d9ffac26ef0ec6dd3f756752a35fc0bcf3c68e30802008c9de9957570284c81907e803c8526f009fc02e9
MISC metadata.xml 486 BLAKE2B 3d00459016727278a000c13b030690c666bc3a04e6960e0e73c7a4538e0e089afcb13246fbfd7a898a5ca15cfe61ba2bd4059a5c54af44c3016922e6855685c5 SHA512 08ee0aba45e2888adfa456287f4da90552631ae287ae4d7fc77cf6f1fe4d2efa4e52623050a2fbd772dfbda80079959297bc526bbbc068881fe6c5f2c8568c17
diff --git a/dev-python/findpython/findpython-0.6.2.ebuild b/dev-python/findpython/findpython-0.6.2.ebuild
deleted file mode 100644
index 1de545298894..000000000000
--- a/dev-python/findpython/findpython-0.6.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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