summaryrefslogtreecommitdiff
path: root/dev-python/findpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-17 19:36:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-17 19:36:45 +0000
commit4e5ed851e66c960ab51e65e9f83d8863c5b6ad5e (patch)
treedb31d9d342873ad0d4d690dae1fbd278b10c52ae /dev-python/findpython
parentcbc92738bcbee729635ca7534e0521fbcef7b350 (diff)
downloadbaldeagleos-repo-4e5ed851e66c960ab51e65e9f83d8863c5b6ad5e.tar.gz
baldeagleos-repo-4e5ed851e66c960ab51e65e9f83d8863c5b6ad5e.tar.xz
baldeagleos-repo-4e5ed851e66c960ab51e65e9f83d8863c5b6ad5e.zip
Adding metadata
Diffstat (limited to 'dev-python/findpython')
-rw-r--r--dev-python/findpython/Manifest1
-rw-r--r--dev-python/findpython/findpython-0.6.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
index 80efeabf1979..18923a5eeab5 100644
--- a/dev-python/findpython/Manifest
+++ b/dev-python/findpython/Manifest
@@ -1,2 +1 @@
-DIST findpython-0.6.0.tar.gz 17774 BLAKE2B ecc60d0ee909e8c354e24f7014b55097723b83600bfdb4797e7c62871a81145ee4348e4366ffeefc6c174625d23267a41cd5b245e3d3e66d8577fe03ef2a323d SHA512 bf388a3dbaadf419b92eafe947716190a9e85612d384291493372a152ae1be55908574dcfecec32afa6025786b3c98a4093a7c9b2ba56ee947a4df2b6a009144
DIST findpython-0.6.1.tar.gz 17797 BLAKE2B 22008769317bd769768e06f991031c2fdfe1135864fd2df0ddfc43f95b5098cd35f254b005e4f682b4866a035516560c58b59609edcf223536446e08372dcc1e SHA512 4b915dd5ce4e4ae9e09adeec5ef6118c44e8adbc4a629b8c97d8141c85635ef3152b4cfe6acbb89684183f0217e5835779c9091e7271670adaf74b941e17a125
diff --git a/dev-python/findpython/findpython-0.6.0.ebuild b/dev-python/findpython/findpython-0.6.0.ebuild
deleted file mode 100644
index 99fbb2f66ae4..000000000000
--- a/dev-python/findpython/findpython-0.6.0.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=( python3_{8,9,10,11,12} pypy3 )
-
-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