diff options
| author | Patrick McLean <chutzpah@gentoo.org> | 2023-07-21 14:59:16 -0700 |
|---|---|---|
| committer | Patrick McLean <chutzpah@gentoo.org> | 2023-07-21 15:57:19 -0700 |
| commit | 894b8794e7212b336835c0fd50c33ac98ebd416f (patch) | |
| tree | 5171809467e5fda458774a47b8ec087e7a27ebad /dev-python/findpython/findpython-0.3.1.ebuild | |
| parent | 5b8eb450cb7077a0e0e8f04d8e39cfcfb6e9dbcf (diff) | |
| download | gentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.tar.gz gentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.tar.bz2 gentoo-894b8794e7212b336835c0fd50c33ac98ebd416f.zip | |
dev-python/findpython: new package, add 0.3.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/findpython/findpython-0.3.1.ebuild')
| -rw-r--r-- | dev-python/findpython/findpython-0.3.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/findpython/findpython-0.3.1.ebuild b/dev-python/findpython/findpython-0.3.1.ebuild new file mode 100644 index 000000000000..a7a71e6b2d92 --- /dev/null +++ b/dev-python/findpython/findpython-0.3.1.ebuild @@ -0,0 +1,20 @@ +# 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://pypi.org/project/findpython/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |
