commit:     43beddd11c1773d15832f25a9556987959629e48
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  4 13:19:43 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 14:09:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43beddd1

dev-python/jc: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jc/Manifest         |  1 -
 dev-python/jc/jc-1.25.4.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index b58e5e38fd58..0304e60cf2c3 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.25.4.gh.tar.gz 14205065 BLAKE2B 
06a9daad33a20a78544e8dcd4878aa608a9e3117dc79ec2adde825375b78f357ef4ae2273b34b4e68b43f8a99e5a0762a97f3e4165d8ea3623474c992732a74d
 SHA512 
db9ef448662072c28c83a05abc86688b228dfc8d85c3eaa3fea53996d2c120b229bb91071db77b0512de6a924b056c09119afab827aad7dd3edd7dd7eb74abd1
 DIST jc-1.25.5.gh.tar.gz 14216987 BLAKE2B 
8e831abdcc9dd7188bb3f397deb6563dcc5dafc05a944f0083ac220c1c081cc61fbed306616872aaa553dbf972243776c29487955a0634a039b14b3579377c5f
 SHA512 
37a20d38281c151a16b6be8ed160aa1f00d0c1415e6351132c184ba84edff266df045b1f38baf1c5d1d0589e172d65aae237126f5984847e7e06b774767c5bce

diff --git a/dev-python/jc/jc-1.25.4.ebuild b/dev-python/jc/jc-1.25.4.ebuild
deleted file mode 100644
index 800d1d4ad372..000000000000
--- a/dev-python/jc/jc-1.25.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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

Reply via email to