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: Wed, 06 Jul 2022 05:18:17
Message-Id: 1657084548.0f675dc86c187b3178bc70f86e9ab621399413b6.arthurzam@gentoo
1 commit: 0f675dc86c187b3178bc70f86e9ab621399413b6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 05:15:48 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 05:15:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f675dc8
7
8 dev-python/jc: add 1.20.2
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jc/Manifest | 1 +
13 dev-python/jc/jc-1.20.2.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
17 index bd435d1ebfdf..6c03a0cbd07b 100644
18 --- a/dev-python/jc/Manifest
19 +++ b/dev-python/jc/Manifest
20 @@ -1 +1,2 @@
21 DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8 SHA512 d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
22 +DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1 SHA512 80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
23
24 diff --git a/dev-python/jc/jc-1.20.2.ebuild b/dev-python/jc/jc-1.20.2.ebuild
25 new file mode 100644
26 index 000000000000..7b7bbfc30991
27 --- /dev/null
28 +++ b/dev-python/jc/jc-1.20.2.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Converts the output of popular command-line tools and file-types to JSON"
41 +HOMEPAGE="
42 + https://github.com/kellyjonbrazil/jc/
43 + https://pypi.org/project/jc/
44 +"
45 +SRC_URI="
46 + https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~ppc64"
53 +
54 +RDEPEND="
55 + dev-python/pygments[${PYTHON_USEDEP}]
56 + dev-python/ruamel-yaml[${PYTHON_USEDEP}]
57 + dev-python/xmltodict[${PYTHON_USEDEP}]
58 +"
59 +
60 +distutils_enable_tests unittest