diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-14 11:53:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-14 11:53:53 +0100 |
commit | f6d08052f0f78e2e890e2c312fc9478294c3faf4 (patch) | |
tree | 94f39ea33c260c9cc8749e5a111757d72479111a /dev-python/json5 | |
parent | dev-python/tqdm: Remove old (diff) | |
download | gentoo-f6d08052f0f78e2e890e2c312fc9478294c3faf4.tar.gz gentoo-f6d08052f0f78e2e890e2c312fc9478294c3faf4.tar.bz2 gentoo-f6d08052f0f78e2e890e2c312fc9478294c3faf4.zip |
dev-python/json5: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/json5')
-rw-r--r-- | dev-python/json5/Manifest | 1 | ||||
-rw-r--r-- | dev-python/json5/json5-0.9.28.ebuild | 21 |
2 files changed, 0 insertions, 22 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.9.28.ebuild b/dev-python/json5/json5-0.9.28.ebuild deleted file mode 100644 index a2ec656fb628..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=( pypy3 python3_{10..13} ) - -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 |