diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 16:19:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 16:41:35 +0200 |
commit | 60bb554a77df7041d2b3b0b8492dce7edf24d064 (patch) | |
tree | c5c0bcc405eed6ae11151f795867d8bdbb640007 /dev-python/jc | |
parent | dev-python/jupyterlab: Bump to 4.2.2 (diff) | |
download | gentoo-60bb554a77df7041d2b3b0b8492dce7edf24d064.tar.gz gentoo-60bb554a77df7041d2b3b0b8492dce7edf24d064.tar.bz2 gentoo-60bb554a77df7041d2b3b0b8492dce7edf24d064.zip |
dev-python/jc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jc')
-rw-r--r-- | dev-python/jc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jc/jc-1.25.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest index 146485c5d2aa..dcddadd6b14d 100644 --- a/dev-python/jc/Manifest +++ b/dev-python/jc/Manifest @@ -1,2 +1 @@ -DIST jc-1.25.1.gh.tar.gz 13459638 BLAKE2B 0ad2d106145330529bdf67496e6eb1e60960679f57c11c5aed1797eb437e1fa4df7ef39143f72e933b10d0a4d0b0b32efe1a617f935b45bd99715d68b20a2d2f SHA512 48279932b21bfd88458e22c077d1e6c5109efe2feee8e42c770c1bf7f9f1faadc980d2d3a2ab0a38070fd7ed26603273e86394c26e75fdc335c6cc4255e834da DIST jc-1.25.2.gh.tar.gz 13483247 BLAKE2B 2c7ff002d45ed587e1d6578a8f4be9f25a3e1f182e2652faceaa513684b5a02616708f0225217942ba9a20df54675d7cee792ad11bdfdef5bd89f87e53d2df86 SHA512 853c1c4e2b63c2ba1e428a429e7b0635c1916cfd9f8df6026acd7b761c051efd1052328ebfbcc503aa3d36429ee5c7ce0cb76a178cf3d3724f0597e229d57123 diff --git a/dev-python/jc/jc-1.25.1.ebuild b/dev-python/jc/jc-1.25.1.ebuild deleted file mode 100644 index 3d8d793333ec..000000000000 --- a/dev-python/jc/jc-1.25.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON" -HOMEPAGE=" - https://github.com/kellyjonbrazil/jc/ - https://pypi.org/project/jc/ -" -# no tests in sdist, as of 1.23.2 -SRC_URI=" - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" - -RDEPEND=" - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/xmltodict[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest |