summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-10 07:22:53 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-10 07:31:05 +0100
commit18ad4195b40b66ed9ae212ee120064ccc59069d3 (patch)
treebe0340730385c4b8bfe9cd4156e5259a60b01c10 /dev-python
parentcb2984327e6c0bfea4f535e1c9bc828763149167 (diff)
downloadgentoo-18ad4195b40b66ed9ae212ee120064ccc59069d3.tar.gz
gentoo-18ad4195b40b66ed9ae212ee120064ccc59069d3.tar.bz2
gentoo-18ad4195b40b66ed9ae212ee120064ccc59069d3.zip
dev-python/findpython: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/findpython/Manifest1
-rw-r--r--dev-python/findpython/findpython-0.6.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
index a77674ff51ea..d7cdbe50d37e 100644
--- a/dev-python/findpython/Manifest
+++ b/dev-python/findpython/Manifest
@@ -1,2 +1 @@
-DIST findpython-0.6.1.tar.gz 17797 BLAKE2B 22008769317bd769768e06f991031c2fdfe1135864fd2df0ddfc43f95b5098cd35f254b005e4f682b4866a035516560c58b59609edcf223536446e08372dcc1e SHA512 4b915dd5ce4e4ae9e09adeec5ef6118c44e8adbc4a629b8c97d8141c85635ef3152b4cfe6acbb89684183f0217e5835779c9091e7271670adaf74b941e17a125
DIST findpython-0.6.2.tar.gz 17770 BLAKE2B bf19d35231455253c46dc13b52a9d3756ddcd37e790127d41558d1a41936077fee4c7532f43f49eb12fc623f321ac9f5c265522681138b13654359fe98357da2 SHA512 f2ef799aad7c58455a398082a420937716fd19f12f509515f229108c3e3e4cc707d39aa410e8cd9aef69ee35f25227b11a6ad971348d71e776abf909321b92e0
diff --git a/dev-python/findpython/findpython-0.6.1.ebuild b/dev-python/findpython/findpython-0.6.1.ebuild
deleted file mode 100644
index 909f84893f36..000000000000
--- a/dev-python/findpython/findpython-0.6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2023-2024 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..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