summaryrefslogtreecommitdiff
path: root/dev-python/findpython/findpython-0.4.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-09-13 18:17:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-09-13 18:17:34 +0000
commitc2b0c2bbc75879b7c5a776ab5e151614ec92d93f (patch)
tree6cefc69957f9b86ec9ef025ed331d3c77e3dfbe2 /dev-python/findpython/findpython-0.4.0.ebuild
parent1747e65f3ca29024415035bbabc8f17b4453f82a (diff)
downloadbaldeagleos-repo-c2b0c2bbc75879b7c5a776ab5e151614ec92d93f.tar.gz
baldeagleos-repo-c2b0c2bbc75879b7c5a776ab5e151614ec92d93f.tar.xz
baldeagleos-repo-c2b0c2bbc75879b7c5a776ab5e151614ec92d93f.zip
Adding metadata
Diffstat (limited to 'dev-python/findpython/findpython-0.4.0.ebuild')
-rw-r--r--dev-python/findpython/findpython-0.4.0.ebuild21
1 files changed, 21 insertions, 0 deletions
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..f9d36cff7a46
--- /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=( python3_{8,9,10,11} pypy3 )
+
+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