diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-13 16:59:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-13 17:02:01 +0200 |
commit | 29d3367086ba9c136ac2b06d47a4d519148bd43a (patch) | |
tree | 2a0177c626c6bdd86b2935189159f9a6fcb60d11 /dev-python/findpython | |
parent | dev-python/pyaml: Bump to 23.9.6 (diff) | |
download | gentoo-29d3367086ba9c136ac2b06d47a4d519148bd43a.tar.gz gentoo-29d3367086ba9c136ac2b06d47a4d519148bd43a.tar.bz2 gentoo-29d3367086ba9c136ac2b06d47a4d519148bd43a.zip |
dev-python/findpython: Bump to 0.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/findpython')
-rw-r--r-- | dev-python/findpython/Manifest | 1 | ||||
-rw-r--r-- | dev-python/findpython/findpython-0.4.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest index 420bb159a2fc..8fee99c945ef 100644 --- a/dev-python/findpython/Manifest +++ b/dev-python/findpython/Manifest @@ -1 +1,2 @@ DIST findpython-0.3.1.tar.gz 17379 BLAKE2B 73be0b8c064f0417c7023b367328c2694e74de4559acd48cf9faac8cb73b1450c15269b0078bc20392275cb032e57615e2345e9b72b5623262816f2ea3901aa0 SHA512 a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816 +DIST findpython-0.4.0.tar.gz 17460 BLAKE2B 08536fe5187f34fcd705afbe4fa796229b8ac5deed0c679c24830fe0dca431484b87e454b094f4ce2334b388a868abfd9bd75ad01b179ee2b613bcf1406738ab SHA512 cfe0152cf0cc76d70f5a0ecbfc0c0ffacde038cab9b35c5bc7960176d63743e9037c2a91cdff95cef35e02864777412bae5528089fc8f059b368b7ab9d472a03 diff --git a/dev-python/findpython/findpython-0.4.0.ebuild b/dev-python/findpython/findpython-0.4.0.ebuild new file mode 100644 index 000000000000..f74ae8479d6b --- /dev/null +++ b/dev-python/findpython/findpython-0.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 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" + +distutils_enable_tests pytest |