From 894b8794e7212b336835c0fd50c33ac98ebd416f Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 21 Jul 2023 14:59:16 -0700 Subject: dev-python/findpython: new package, add 0.3.1 Signed-off-by: Patrick McLean --- dev-python/findpython/findpython-0.3.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-python/findpython/findpython-0.3.1.ebuild (limited to 'dev-python/findpython/findpython-0.3.1.ebuild') 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 -- cgit v1.2.3