summaryrefslogtreecommitdiff
path: root/dev-python/findpython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
commit075fd1f8cabc5879c6eb42127fb84c3058677fde (patch)
tree8b761e85416656264e041b1954427a58894b3333 /dev-python/findpython
parent6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff)
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/findpython')
-rw-r--r--dev-python/findpython/Manifest4
-rw-r--r--dev-python/findpython/findpython-0.6.0.ebuild21
-rw-r--r--dev-python/findpython/findpython-0.6.1.ebuild2
3 files changed, 2 insertions, 25 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest
index 3d206dc5999a..7b23b2fb2fdf 100644
--- a/dev-python/findpython/Manifest
+++ b/dev-python/findpython/Manifest
@@ -1,5 +1,3 @@
-DIST findpython-0.6.0.tar.gz 17774 BLAKE2B ecc60d0ee909e8c354e24f7014b55097723b83600bfdb4797e7c62871a81145ee4348e4366ffeefc6c174625d23267a41cd5b245e3d3e66d8577fe03ef2a323d SHA512 bf388a3dbaadf419b92eafe947716190a9e85612d384291493372a152ae1be55908574dcfecec32afa6025786b3c98a4093a7c9b2ba56ee947a4df2b6a009144
DIST findpython-0.6.1.tar.gz 17797 BLAKE2B 22008769317bd769768e06f991031c2fdfe1135864fd2df0ddfc43f95b5098cd35f254b005e4f682b4866a035516560c58b59609edcf223536446e08372dcc1e SHA512 4b915dd5ce4e4ae9e09adeec5ef6118c44e8adbc4a629b8c97d8141c85635ef3152b4cfe6acbb89684183f0217e5835779c9091e7271670adaf74b941e17a125
-EBUILD findpython-0.6.0.ebuild 451 BLAKE2B aa26ef973126732452cc5d742fc580123762307eeeb71ae5f6a55b6883c11a04c9e171fb8e7f1f7cce8f3f9aad5a2871ab1b9d369a474ae2721c35e3ef5695e4 SHA512 d33149a2306a9c1055670e659f9cde08c5b960034009db6046a8e86016f3efac1e475b0a7f7c5717f91145cce727e2376fdb3c8c13bad6339fb9d00feafc4317
-EBUILD findpython-0.6.1.ebuild 451 BLAKE2B aa26ef973126732452cc5d742fc580123762307eeeb71ae5f6a55b6883c11a04c9e171fb8e7f1f7cce8f3f9aad5a2871ab1b9d369a474ae2721c35e3ef5695e4 SHA512 d33149a2306a9c1055670e659f9cde08c5b960034009db6046a8e86016f3efac1e475b0a7f7c5717f91145cce727e2376fdb3c8c13bad6339fb9d00feafc4317
+EBUILD findpython-0.6.1.ebuild 451 BLAKE2B 98066908aabf6e89358560c657e29ed185df47fc30fc0eb58dc34a6484cb0b0683bfabd256fa5b523100a4047a450cc7319e568574908d695e04b830bee87763 SHA512 83e3486394f2456542de46b457f9f917e229779149a7861b6d0561a251102297ba7797ea843d56fa715f9720986a6d29f8c3810c1c6cddf7b89b4f3eae2b1515
MISC metadata.xml 486 BLAKE2B 3d00459016727278a000c13b030690c666bc3a04e6960e0e73c7a4538e0e089afcb13246fbfd7a898a5ca15cfe61ba2bd4059a5c54af44c3016922e6855685c5 SHA512 08ee0aba45e2888adfa456287f4da90552631ae287ae4d7fc77cf6f1fe4d2efa4e52623050a2fbd772dfbda80079959297bc526bbbc068881fe6c5f2c8568c17
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 ccb1027273d6..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=( pypy3 python3_{10..12} )
-
-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
diff --git a/dev-python/findpython/findpython-0.6.1.ebuild b/dev-python/findpython/findpython-0.6.1.ebuild
index ccb1027273d6..909f84893f36 100644
--- a/dev-python/findpython/findpython-0.6.1.ebuild
+++ b/dev-python/findpython/findpython-0.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi