Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Mon, 29 Aug 2022 18:04:52
Message-Id: 1661795066.8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730.arthurzam@gentoo
1 commit: 8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 17:44:26 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 17:44:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c1f78
7
8 dev-python/jc: drop 1.20.1, 1.20.2, 1.20.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jc/Manifest | 3 ---
13 dev-python/jc/jc-1.20.1.ebuild | 31 -------------------------------
14 dev-python/jc/jc-1.20.2.ebuild | 31 -------------------------------
15 dev-python/jc/jc-1.20.4.ebuild | 31 -------------------------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
19 index f2f3e9f0a8d6..ff3ad059b142 100644
20 --- a/dev-python/jc/Manifest
21 +++ b/dev-python/jc/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8 SHA512 d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
24 -DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1 SHA512 80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
25 -DIST jc-1.20.4.gh.tar.gz 11842360 BLAKE2B 8c1358d4567510b705843efb7da9ccb02a55049c8a0dc1570661f3648a99405c692ea8493381f324c3517841757c9545527e151fbdf550e12a5fa13cf9c33bf8 SHA512 5f5bcf03c155a56132c66ada38bb6b570e6050d75e0bd90b966cfefb99351adf0249d968077a08714eb9ff8c7d7403d1888bc6687830e13fe05a68a63af661ad
26 DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba SHA512 5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
27 DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb SHA512 3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0
28
29 diff --git a/dev-python/jc/jc-1.20.1.ebuild b/dev-python/jc/jc-1.20.1.ebuild
30 deleted file mode 100644
31 index 7b7bbfc30991..000000000000
32 --- a/dev-python/jc/jc-1.20.1.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
46 -HOMEPAGE="
47 - https://github.com/kellyjonbrazil/jc/
48 - https://pypi.org/project/jc/
49 -"
50 -SRC_URI="
51 - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~ppc64"
58 -
59 -RDEPEND="
60 - dev-python/pygments[${PYTHON_USEDEP}]
61 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
62 - dev-python/xmltodict[${PYTHON_USEDEP}]
63 -"
64 -
65 -distutils_enable_tests unittest
66
67 diff --git a/dev-python/jc/jc-1.20.2.ebuild b/dev-python/jc/jc-1.20.2.ebuild
68 deleted file mode 100644
69 index 7b7bbfc30991..000000000000
70 --- a/dev-python/jc/jc-1.20.2.ebuild
71 +++ /dev/null
72 @@ -1,31 +0,0 @@
73 -# Copyright 2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=setuptools
79 -PYTHON_COMPAT=( python3_{8..11} )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
84 -HOMEPAGE="
85 - https://github.com/kellyjonbrazil/jc/
86 - https://pypi.org/project/jc/
87 -"
88 -SRC_URI="
89 - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
90 - -> ${P}.gh.tar.gz
91 -"
92 -
93 -LICENSE="MIT"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~ppc64"
96 -
97 -RDEPEND="
98 - dev-python/pygments[${PYTHON_USEDEP}]
99 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
100 - dev-python/xmltodict[${PYTHON_USEDEP}]
101 -"
102 -
103 -distutils_enable_tests unittest
104
105 diff --git a/dev-python/jc/jc-1.20.4.ebuild b/dev-python/jc/jc-1.20.4.ebuild
106 deleted file mode 100644
107 index 7b7bbfc30991..000000000000
108 --- a/dev-python/jc/jc-1.20.4.ebuild
109 +++ /dev/null
110 @@ -1,31 +0,0 @@
111 -# Copyright 2022 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=8
115 -
116 -DISTUTILS_USE_PEP517=setuptools
117 -PYTHON_COMPAT=( python3_{8..11} )
118 -
119 -inherit distutils-r1
120 -
121 -DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
122 -HOMEPAGE="
123 - https://github.com/kellyjonbrazil/jc/
124 - https://pypi.org/project/jc/
125 -"
126 -SRC_URI="
127 - https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
128 - -> ${P}.gh.tar.gz
129 -"
130 -
131 -LICENSE="MIT"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~ppc64"
134 -
135 -RDEPEND="
136 - dev-python/pygments[${PYTHON_USEDEP}]
137 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
138 - dev-python/xmltodict[${PYTHON_USEDEP}]
139 -"
140 -
141 -distutils_enable_tests unittest