diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-07-03 03:00:22 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-07-03 03:00:22 +0000 |
commit | 9ae07f8ae77451747c12459434e7b7f717867fce (patch) | |
tree | 6b7154914dd485ea465fe0a26d965c68b7c6402a /dev-python/findpython | |
parent | 4bfa41c7e2ecb81e49a27449a6ad72e36d6f20ef (diff) |
2025-07-03 02:42:04+00:00
Diffstat (limited to 'dev-python/findpython')
-rw-r--r-- | dev-python/findpython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/findpython/findpython-0.7.0.ebuild | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest index c3329b34abd46..dfd146a165996 100644 --- a/dev-python/findpython/Manifest +++ b/dev-python/findpython/Manifest @@ -1,3 +1,5 @@ DIST findpython-0.6.3.tar.gz 17827 BLAKE2B 6ade39d51f8209192e703ee19510133c837bf3bd4d7897c2d83c1e0b50947c5646e264a72dc5287faf50ac10fbbd61cfe7721240365db8a04f89ac38e032023f SHA512 111a8b5895a122e6e845de5afdec7a476fabbfdc64af289417ec8c168b45fb0832a0a30e07abf48b6e63c74ff8938796509e3d9d8b8f97b3463427dd49203e80 +DIST findpython-0.7.0.tar.gz 18858 BLAKE2B 9ad9b6680e654e928629f37bbac107602f904af7ee6b668566d1826d57e90faa53ea32a85145614ef69ac0e46b7b30c55f648200004431c432e0373f342e82cd SHA512 d9b77c2b35e2f85c2a9941095878730d3741be84f4bbc3a22d25944dc0731521269e739124c1c111466bc72591a6638bac7f8511e97cde9aa680869e0440c0e3 EBUILD findpython-0.6.3.ebuild 459 BLAKE2B 831a28b54d41e24d2e8c596576b6d198514f33227a3a393682ae100366b0432db4bbc2111e664ec7e69ff036d2724824def64b0a18f6655e70e1365e9f875644 SHA512 2e57e345a00a140aa2393c870c7c2850c696a29c3626bb50e63117ae14f864b09ba1a0bc584480ce663404e17216e31f4f4078f7556c12e2e917450546db928c +EBUILD findpython-0.7.0.ebuild 587 BLAKE2B c4f6abbbaaf0c9003884b6ba403c3988448dd54cdeecb0aa378048e7d2a0513365ec8b9bb1d969c1c09367079eee8c796b24c899b2daf9d8cd34560d85ea1ae2 SHA512 9218c251134923033c475d124463b1e5f08df827393bdd22f49f20692c751def05a30d4c1e59a44a9e8934a6675a877c19b5c5dd26354b7c55d923003c3d6c78 MISC metadata.xml 486 BLAKE2B 3d00459016727278a000c13b030690c666bc3a04e6960e0e73c7a4538e0e089afcb13246fbfd7a898a5ca15cfe61ba2bd4059a5c54af44c3016922e6855685c5 SHA512 08ee0aba45e2888adfa456287f4da90552631ae287ae4d7fc77cf6f1fe4d2efa4e52623050a2fbd772dfbda80079959297bc526bbbc068881fe6c5f2c8568c17 diff --git a/dev-python/findpython/findpython-0.7.0.ebuild b/dev-python/findpython/findpython-0.7.0.ebuild new file mode 100644 index 0000000000000..9ed4f66dedf91 --- /dev/null +++ b/dev-python/findpython/findpython-0.7.0.ebuild @@ -0,0 +1,27 @@ +# 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_11 python3_{11..14} ) + +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 ~x86" + +RDEPEND=" + >=dev-python/packaging-20[${PYTHON_USEDEP}] + >=dev-python/platformdirs-4.3.6[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |