diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-17 19:33:10 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-17 19:33:10 +0000 |
| commit | 795962701b57871f55d56b037c5d282800ced5b1 (patch) | |
| tree | 8fe7513a747dc152c726e29ace3bf6d317e18e1e /dev-python/findpython/findpython-0.6.2.ebuild | |
| parent | 52c4dac4ff4335778d998dd2e3195434d295224a (diff) | |
| download | baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.tar.gz baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.tar.xz baldeagleos-repo-795962701b57871f55d56b037c5d282800ced5b1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/findpython/findpython-0.6.2.ebuild')
| -rw-r--r-- | dev-python/findpython/findpython-0.6.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/findpython/findpython-0.6.2.ebuild b/dev-python/findpython/findpython-0.6.2.ebuild new file mode 100644 index 000000000000..4e520cc41934 --- /dev/null +++ b/dev-python/findpython/findpython-0.6.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=pdm-backend +PYTHON_COMPAT=( python3_{9,10,11,12,13} 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 ~arm64" + +distutils_enable_tests pytest |
