diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-31 06:25:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-31 06:25:01 +0000 |
| commit | e2c2a9c364d22d65cbba766bb0683b57cb69682a (patch) | |
| tree | 0447ab5b4f559f4fc4220bbc843334ec18ed699d /dev-python/findpython | |
| parent | cbaecd86fd82eb50088f96c38a8a657f34eff918 (diff) | |
| download | baldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.tar.gz baldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.tar.xz baldeagleos-repo-e2c2a9c364d22d65cbba766bb0683b57cb69682a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/findpython')
| -rw-r--r-- | dev-python/findpython/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/findpython/findpython-0.3.1.ebuild | 20 | ||||
| -rw-r--r-- | dev-python/findpython/findpython-0.4.0.ebuild | 21 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest index 4f6f5e572adb..d1ea23229ab0 100644 --- a/dev-python/findpython/Manifest +++ b/dev-python/findpython/Manifest @@ -1,3 +1 @@ -DIST findpython-0.3.1.tar.gz 17379 BLAKE2B 73be0b8c064f0417c7023b367328c2694e74de4559acd48cf9faac8cb73b1450c15269b0078bc20392275cb032e57615e2345e9b72b5623262816f2ea3901aa0 SHA512 a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816 -DIST findpython-0.4.0.tar.gz 17460 BLAKE2B 08536fe5187f34fcd705afbe4fa796229b8ac5deed0c679c24830fe0dca431484b87e454b094f4ce2334b388a868abfd9bd75ad01b179ee2b613bcf1406738ab SHA512 cfe0152cf0cc76d70f5a0ecbfc0c0ffacde038cab9b35c5bc7960176d63743e9037c2a91cdff95cef35e02864777412bae5528089fc8f059b368b7ab9d472a03 DIST findpython-0.4.1.tar.gz 17487 BLAKE2B cbc46628977d0fef358b65bd5344630a1329e4b492a17147bb64146c330f66fc918c0af195eaca57f807b59d160ae758706210f3b46c46f79e27b3026256e0c6 SHA512 1c58a5ca604f6bceccfaf9853eb0dfa23e40eae1f3957bda22602fdabb78d05fdb4b8c1d7b231ad09a7910a859c0f32d77d70980f387d7109e44413b4ad70bef diff --git a/dev-python/findpython/findpython-0.3.1.ebuild b/dev-python/findpython/findpython-0.3.1.ebuild deleted file mode 100644 index f7b4b1694de0..000000000000 --- a/dev-python/findpython/findpython-0.3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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,12} pypy3 ) - -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 diff --git a/dev-python/findpython/findpython-0.4.0.ebuild b/dev-python/findpython/findpython-0.4.0.ebuild deleted file mode 100644 index 2ab6808571f4..000000000000 --- a/dev-python/findpython/findpython-0.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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,12} 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 |
