Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Mon, 16 May 2022 13:20:48
Message-Id: 1652707129.e1dc2e0604ed7b21118791fcf0dc686a7cacd6d3.mgorny@gentoo
1 commit: e1dc2e0604ed7b21118791fcf0dc686a7cacd6d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:18:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:18:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dc2e06
7
8 dev-python/jc: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jc/Manifest | 2 --
13 dev-python/jc/jc-1.18.7.ebuild | 31 -------------------------------
14 dev-python/jc/jc-1.18.8.ebuild | 31 -------------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
18 index 362c23c1871e..68ff675b5ad2 100644
19 --- a/dev-python/jc/Manifest
20 +++ b/dev-python/jc/Manifest
21 @@ -1,3 +1 @@
22 -DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4 SHA512 c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9
23 -DIST jc-1.18.8.tar.gz 8103065 BLAKE2B 77713dda97a4228ed4715f123f2b8c1609496767aabcd38b0e80981959af5308b4296b0e1a76afed42f57517d2dadc773b00e8877324f2e1473f9f4457ea7dfd SHA512 2ed8d6946bc2230f4caaf3ef4fcf80ebb64d1fb5e3d42fddbd306bd84b6f4d4e3e84213ae479267293adb4defb443cb94828f55c74c82782eab8b4b192f792c7
24 DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044 SHA512 668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79
25
26 diff --git a/dev-python/jc/jc-1.18.7.ebuild b/dev-python/jc/jc-1.18.7.ebuild
27 deleted file mode 100644
28 index 989dcb9e4a0b..000000000000
29 --- a/dev-python/jc/jc-1.18.7.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
43 -HOMEPAGE="
44 - https://github.com/kellyjonbrazil/jc/
45 - https://pypi.org/project/jc/
46 -"
47 -SRC_URI="
48 - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
49 - -> ${P}.tar.gz
50 -"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~ppc64"
55 -
56 -RDEPEND="
57 - dev-python/pygments[${PYTHON_USEDEP}]
58 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
59 - dev-python/xmltodict[${PYTHON_USEDEP}]
60 -"
61 -
62 -distutils_enable_tests unittest
63
64 diff --git a/dev-python/jc/jc-1.18.8.ebuild b/dev-python/jc/jc-1.18.8.ebuild
65 deleted file mode 100644
66 index 989dcb9e4a0b..000000000000
67 --- a/dev-python/jc/jc-1.18.8.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_PEP517=setuptools
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
81 -HOMEPAGE="
82 - https://github.com/kellyjonbrazil/jc/
83 - https://pypi.org/project/jc/
84 -"
85 -SRC_URI="
86 - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
87 - -> ${P}.tar.gz
88 -"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~ppc64"
93 -
94 -RDEPEND="
95 - dev-python/pygments[${PYTHON_USEDEP}]
96 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
97 - dev-python/xmltodict[${PYTHON_USEDEP}]
98 -"
99 -
100 -distutils_enable_tests unittest