diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-14 18:54:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-14 18:54:46 +0000 |
| commit | c481be7e1e8fbed206971d407b512daf8ff6cf18 (patch) | |
| tree | cf213fa703bc1a78dfac6f1df094c7b82637fcbd /dev-python/json5 | |
| parent | 4cd9d0dda82f1784f71ed4bfe85de33f5be89e08 (diff) | |
| download | baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.tar.gz baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.tar.xz baldeagleos-repo-c481be7e1e8fbed206971d407b512daf8ff6cf18.zip | |
Adding metadata
Diffstat (limited to 'dev-python/json5')
| -rw-r--r-- | dev-python/json5/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/json5/json5-0.10.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/json5/json5-0.9.28.ebuild | 21 |
3 files changed, 1 insertions, 23 deletions
diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest index 51e3dc6a9f39..9230044c3c68 100644 --- a/dev-python/json5/Manifest +++ b/dev-python/json5/Manifest @@ -1,2 +1 @@ DIST json5-0.10.0.tar.gz 48202 BLAKE2B 78794c785c5e5636aede6db48e230a5480ac10b8bbab4041cb827deabb1f251b3f2eddc252d5d0f91f358c093feba422575fdd51448c0984195937094227e48b SHA512 1c56def363c268aa256066c8e98b3a9bfba66a3756071bf6ff41929cdd98ccf5435f08103fbbc3b505abe81f39a14fa1ec50d4a984eebc52410cbb31f999b1b9 -DIST json5-0.9.28.tar.gz 41853 BLAKE2B 8cc1acb34edfc50d9d95ec812870740bc7cf24ca029f52130759c822bc0c882fab1b620809d780a3fff954be2fd74190d3ad52e6fcab1e3c4279095764253317 SHA512 f9dd8bc14f33c92ebb8cae86f60915cb04880a037c03e8b3bc68d8bbec85e39d1add835bad3e417c1bd5215dd438f63fdb764e858438fdc86aed32cd64fba026 diff --git a/dev-python/json5/json5-0.10.0.ebuild b/dev-python/json5/json5-0.10.0.ebuild index c9c6ea925b29..5348d02f32b9 100644 --- a/dev-python/json5/json5-0.10.0.ebuild +++ b/dev-python/json5/json5-0.10.0.ebuild @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" distutils_enable_tests pytest diff --git a/dev-python/json5/json5-0.9.28.ebuild b/dev-python/json5/json5-0.9.28.ebuild deleted file mode 100644 index 5348d02f32b9..000000000000 --- a/dev-python/json5/json5-0.9.28.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="A Python implementation of the JSON5 data format" -HOMEPAGE=" - https://github.com/dpranke/pyjson5/ - https://pypi.org/project/json5/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" - -distutils_enable_tests pytest |
