[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2024-06-10 Thread Michał Górny
commit: 60bb554a77df7041d2b3b0b8492dce7edf24d064
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 10 14:19:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 10 14:41:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bb554a

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  1 -
 dev-python/jc/jc-1.25.1.ebuild | 32 
 2 files changed, 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 3d8d79ec..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2024-03-24 Thread Michał Górny
commit: b81ae3ca5f38601a19685d46dee4a94e3420e6cc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 24 15:53:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 24 16:22:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81ae3ca

dev-python/jc: Bump to 1.25.2

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.25.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 4b58f3b8a6ce..146485c5d2aa 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 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.2.ebuild b/dev-python/jc/jc-1.25.2.ebuild
new file mode 100644
index ..3d8d79ec
--- /dev/null
+++ b/dev-python/jc/jc-1.25.2.ebuild
@@ -0,0 +1,32 @@
+# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2024-02-12 Thread Michał Górny
commit: df905039c92c1d0bcefd489a1e0bf1c139705d2c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 13 04:11:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 13 04:11:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df905039

dev-python/jc: Bump to 1.25.1

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.25.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 2072a2cfe556..767303f759d6 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.24.0.gh.tar.gz 13413929 BLAKE2B 
22090ee1629dac7add0fd4fbf149f01354dc2e8a9b9603b4106c15f878fbfcb28e7b6cce17bb4bb018f73d4889e23c437cf1db2776356a84958a73d39305576b
 SHA512 
00a70ea0e7e7153bafcc35877cb871d9c6c7659e323010c4fe5174134f5357d6e32d87cd7ab935133fed4f5e59f5cfc3ae3f679881b28ba9ff861467054f1961
 DIST jc-1.25.0.gh.tar.gz 13455054 BLAKE2B 
4aca450c1549a1aa83cd20b9aed70072418a08d62c4d95c152e5d1b2cfd2d0f86945fcd0b39fffa16decfa3c844fafa684c38dfe9b06ec3c3c269467e2a4d696
 SHA512 
2ada59f25eb915405792830fe2bb5bf05f060c5a382459da5f226323c095e88abee1e18db51aa40a230a42021faa66949a9b535372070c8c419fd47fbbea8856
+DIST jc-1.25.1.gh.tar.gz 13459638 BLAKE2B 
0ad2d106145330529bdf67496e6eb1e60960679f57c11c5aed1797eb437e1fa4df7ef39143f72e933b10d0a4d0b0b32efe1a617f935b45bd99715d68b20a2d2f
 SHA512 
48279932b21bfd88458e22c077d1e6c5109efe2feee8e42c770c1bf7f9f1faadc980d2d3a2ab0a38070fd7ed26603273e86394c26e75fdc335c6cc4255e834da

diff --git a/dev-python/jc/jc-1.25.1.ebuild b/dev-python/jc/jc-1.25.1.ebuild
new file mode 100644
index ..3d8d79ec
--- /dev/null
+++ b/dev-python/jc/jc-1.25.1.ebuild
@@ -0,0 +1,32 @@
+# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2024-02-05 Thread Michał Górny
commit: 1e879fac58272221af807608ac232ae9d47b4d84
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 02:51:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 03:07:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e879fac

dev-python/jc: Bump to 1.25.0

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.25.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 33d14cc78e65..2072a2cfe556 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.24.0.gh.tar.gz 13413929 BLAKE2B 
22090ee1629dac7add0fd4fbf149f01354dc2e8a9b9603b4106c15f878fbfcb28e7b6cce17bb4bb018f73d4889e23c437cf1db2776356a84958a73d39305576b
 SHA512 
00a70ea0e7e7153bafcc35877cb871d9c6c7659e323010c4fe5174134f5357d6e32d87cd7ab935133fed4f5e59f5cfc3ae3f679881b28ba9ff861467054f1961
+DIST jc-1.25.0.gh.tar.gz 13455054 BLAKE2B 
4aca450c1549a1aa83cd20b9aed70072418a08d62c4d95c152e5d1b2cfd2d0f86945fcd0b39fffa16decfa3c844fafa684c38dfe9b06ec3c3c269467e2a4d696
 SHA512 
2ada59f25eb915405792830fe2bb5bf05f060c5a382459da5f226323c095e88abee1e18db51aa40a230a42021faa66949a9b535372070c8c419fd47fbbea8856

diff --git a/dev-python/jc/jc-1.25.0.ebuild b/dev-python/jc/jc-1.25.0.ebuild
new file mode 100644
index ..3d8d79ec
--- /dev/null
+++ b/dev-python/jc/jc-1.25.0.ebuild
@@ -0,0 +1,32 @@
+# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-12-17 Thread Michał Górny
commit: a48fe6624826a38996d245708666b133a67e22d3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 18 04:45:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 18 05:18:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48fe662

dev-python/jc: Bump to 1.24.0

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.24.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d72bf249ab37..fe532b980b16 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1,4 @@
 DIST jc-1.23.4.gh.tar.gz 12920166 BLAKE2B 
3980f0564121362028c03fcdab653ef449bd6706eded19276cdcad7a5a18c819ae89fb5d82157af7add190203af2a9900d185aa54b0620357e6b639934bee0bf
 SHA512 
e757e06e8eb740c85df03a92184fc285f35806365fffd4b8459e73fe54d7fcc4e476a4886daa713cd0fe1c5712aa867478a339eb208b55ef92e88945c4ae63a9
 DIST jc-1.23.5.gh.tar.gz 12938443 BLAKE2B 
4234adb9eb402bc7f86abb47831b4803de71d1c193625ca20866d0cf53e9f7a70af2d8e1ec2b3a3414f2df7977a51e72dad95dc893e0e49f7d1e97a590f5a40b
 SHA512 
595f50041b08c3b1e3d6dd65b4b0ed00e381860c87f3a79cf674f675f7c1aba56317b2cab8cac384cbbc6e36d1fa2144624e588fbb004c669d9998cf765c4ff8
 DIST jc-1.23.6.gh.tar.gz 12948974 BLAKE2B 
be4e0468a18859080e0d6536961a6c6cd8c43384c174437c12e6bcae1a0e323297c45b469bb8b5ab7ef02cb69f225a817effbccc48bb0c1ac934d11b227707cd
 SHA512 
a79a289f9d30dc8827f1276e34dcd80af60800b5b4b4eb8d0c4bfbea4a996e932efe2242adad2e1b58cbfb4f1ff8a0bcc591df5c9d630226201d347d0d8d9c47
+DIST jc-1.24.0.gh.tar.gz 13413929 BLAKE2B 
22090ee1629dac7add0fd4fbf149f01354dc2e8a9b9603b4106c15f878fbfcb28e7b6cce17bb4bb018f73d4889e23c437cf1db2776356a84958a73d39305576b
 SHA512 
00a70ea0e7e7153bafcc35877cb871d9c6c7659e323010c4fe5174134f5357d6e32d87cd7ab935133fed4f5e59f5cfc3ae3f679881b28ba9ff861467054f1961

diff --git a/dev-python/jc/jc-1.24.0.ebuild b/dev-python/jc/jc-1.24.0.ebuild
new file mode 100644
index ..927fe5190177
--- /dev/null
+++ b/dev-python/jc/jc-1.24.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-10-23 Thread Michał Górny
commit: 405fc591228e03eb9eec6696e7006738a377494d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 04:34:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 05:16:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405fc591

dev-python/jc: Bump to 1.23.6

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.6.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 3be05819f97e..d72bf249ab37 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.23.4.gh.tar.gz 12920166 BLAKE2B 
3980f0564121362028c03fcdab653ef449bd6706eded19276cdcad7a5a18c819ae89fb5d82157af7add190203af2a9900d185aa54b0620357e6b639934bee0bf
 SHA512 
e757e06e8eb740c85df03a92184fc285f35806365fffd4b8459e73fe54d7fcc4e476a4886daa713cd0fe1c5712aa867478a339eb208b55ef92e88945c4ae63a9
 DIST jc-1.23.5.gh.tar.gz 12938443 BLAKE2B 
4234adb9eb402bc7f86abb47831b4803de71d1c193625ca20866d0cf53e9f7a70af2d8e1ec2b3a3414f2df7977a51e72dad95dc893e0e49f7d1e97a590f5a40b
 SHA512 
595f50041b08c3b1e3d6dd65b4b0ed00e381860c87f3a79cf674f675f7c1aba56317b2cab8cac384cbbc6e36d1fa2144624e588fbb004c669d9998cf765c4ff8
+DIST jc-1.23.6.gh.tar.gz 12948974 BLAKE2B 
be4e0468a18859080e0d6536961a6c6cd8c43384c174437c12e6bcae1a0e323297c45b469bb8b5ab7ef02cb69f225a817effbccc48bb0c1ac934d11b227707cd
 SHA512 
a79a289f9d30dc8827f1276e34dcd80af60800b5b4b4eb8d0c4bfbea4a996e932efe2242adad2e1b58cbfb4f1ff8a0bcc591df5c9d630226201d347d0d8d9c47

diff --git a/dev-python/jc/jc-1.23.6.ebuild b/dev-python/jc/jc-1.23.6.ebuild
new file mode 100644
index ..c000229f5977
--- /dev/null
+++ b/dev-python/jc/jc-1.23.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 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 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-10-22 Thread Michał Górny
commit: 99ee224586401673af571080ed87f94b9559923c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 06:24:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 06:55:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee2245

dev-python/jc: Bump to 1.23.5

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.5.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 1777f88cc352..3be05819f97e 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.23.4.gh.tar.gz 12920166 BLAKE2B 
3980f0564121362028c03fcdab653ef449bd6706eded19276cdcad7a5a18c819ae89fb5d82157af7add190203af2a9900d185aa54b0620357e6b639934bee0bf
 SHA512 
e757e06e8eb740c85df03a92184fc285f35806365fffd4b8459e73fe54d7fcc4e476a4886daa713cd0fe1c5712aa867478a339eb208b55ef92e88945c4ae63a9
+DIST jc-1.23.5.gh.tar.gz 12938443 BLAKE2B 
4234adb9eb402bc7f86abb47831b4803de71d1c193625ca20866d0cf53e9f7a70af2d8e1ec2b3a3414f2df7977a51e72dad95dc893e0e49f7d1e97a590f5a40b
 SHA512 
595f50041b08c3b1e3d6dd65b4b0ed00e381860c87f3a79cf674f675f7c1aba56317b2cab8cac384cbbc6e36d1fa2144624e588fbb004c669d9998cf765c4ff8

diff --git a/dev-python/jc/jc-1.23.5.ebuild b/dev-python/jc/jc-1.23.5.ebuild
new file mode 100644
index ..c000229f5977
--- /dev/null
+++ b/dev-python/jc/jc-1.23.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 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 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-10-20 Thread Michał Górny
commit: ee97709f6e03e31a0b38aceb4f28573dbddd3e95
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:07:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee97709f

dev-python/jc: Remove old

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

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

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d856f0f56f12..1777f88cc352 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.23.3.gh.tar.gz 12913560 BLAKE2B 
57a058ddd308807c91d64caae7455beba3ce8e1160aa7597ec115b40137aa0fdae008b2b91528075760234076eda832965a75bd0fce650cd0e115fbdbc464ea5
 SHA512 
36d8c5f455ab12385bf5aae5bf118137f42a261f2ac61e601a5752c193c72187ce9c3d31407493f15dfb552f682356fca69aad56c1cf6743fda24833235078e7
 DIST jc-1.23.4.gh.tar.gz 12920166 BLAKE2B 
3980f0564121362028c03fcdab653ef449bd6706eded19276cdcad7a5a18c819ae89fb5d82157af7add190203af2a9900d185aa54b0620357e6b639934bee0bf
 SHA512 
e757e06e8eb740c85df03a92184fc285f35806365fffd4b8459e73fe54d7fcc4e476a4886daa713cd0fe1c5712aa867478a339eb208b55ef92e88945c4ae63a9

diff --git a/dev-python/jc/jc-1.23.3.ebuild b/dev-python/jc/jc-1.23.3.ebuild
deleted file mode 100644
index 1381a2929e4f..
--- a/dev-python/jc/jc-1.23.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-07-31 Thread Michał Górny
commit: de38e048f5e1c0929b41cc2f2304b95314d3b8bf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 31 06:26:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 31 07:13:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de38e048

dev-python/jc: Bump to 1.23.4

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.4.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 0cc4553687be..d856f0f56f12 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.23.3.gh.tar.gz 12913560 BLAKE2B 
57a058ddd308807c91d64caae7455beba3ce8e1160aa7597ec115b40137aa0fdae008b2b91528075760234076eda832965a75bd0fce650cd0e115fbdbc464ea5
 SHA512 
36d8c5f455ab12385bf5aae5bf118137f42a261f2ac61e601a5752c193c72187ce9c3d31407493f15dfb552f682356fca69aad56c1cf6743fda24833235078e7
+DIST jc-1.23.4.gh.tar.gz 12920166 BLAKE2B 
3980f0564121362028c03fcdab653ef449bd6706eded19276cdcad7a5a18c819ae89fb5d82157af7add190203af2a9900d185aa54b0620357e6b639934bee0bf
 SHA512 
e757e06e8eb740c85df03a92184fc285f35806365fffd4b8459e73fe54d7fcc4e476a4886daa713cd0fe1c5712aa867478a339eb208b55ef92e88945c4ae63a9

diff --git a/dev-python/jc/jc-1.23.4.ebuild b/dev-python/jc/jc-1.23.4.ebuild
new file mode 100644
index ..c000229f5977
--- /dev/null
+++ b/dev-python/jc/jc-1.23.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 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 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-07-24 Thread Michał Górny
commit: 3f47028512cafcbfff05f16db5462b880feda671
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f470285

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  2 --
 dev-python/jc/jc-1.23.1.ebuild | 31 ---
 dev-python/jc/jc-1.23.2.ebuild | 32 
 3 files changed, 65 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index edea2350f53e..0cc4553687be 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1 @@
-DIST jc-1.23.1.gh.tar.gz 12853550 BLAKE2B 
b10c3688025c35b4f71345756b6efd93af1e8abe2a343ca66e9f658d986f7ce60c04526d65a27286425f1f24c188de3e2ba923e4304a8e669139006db1d53766
 SHA512 
6f2936b6c42136909ff04233cbabbf0a5827552d83f29131c42cbc4de20a3b7fee2263a5cdec9c596d39fb3edc26dbc56863631e992d124c038c53490ba37ebf
-DIST jc-1.23.2.gh.tar.gz 12866729 BLAKE2B 
8c37611e75952533fbbb1ac2a4dbf9fc95d6764452bc619da2fb4a0e5b870f3314061276eb5ce0f98f69fd26ae5b0f083443c7840a1254f5934d9b210d7fe4a2
 SHA512 
bf3b846e359fdece1445d9ca70e7752db05894f97d4c1ca162ef397ffea9e3e719dbb71d496cd0565649ebe47f977d7ef7689e360470b29639523f24b45fcdec
 DIST jc-1.23.3.gh.tar.gz 12913560 BLAKE2B 
57a058ddd308807c91d64caae7455beba3ce8e1160aa7597ec115b40137aa0fdae008b2b91528075760234076eda832965a75bd0fce650cd0e115fbdbc464ea5
 SHA512 
36d8c5f455ab12385bf5aae5bf118137f42a261f2ac61e601a5752c193c72187ce9c3d31407493f15dfb552f682356fca69aad56c1cf6743fda24833235078e7

diff --git a/dev-python/jc/jc-1.23.1.ebuild b/dev-python/jc/jc-1.23.1.ebuild
deleted file mode 100644
index 90c6c8f3f7cb..
--- a/dev-python/jc/jc-1.23.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.23.2.ebuild b/dev-python/jc/jc-1.23.2.ebuild
deleted file mode 100644
index 1a55e5e1e8dd..
--- a/dev-python/jc/jc-1.23.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-06-21 Thread Michał Górny
commit: a0c2fe3d9e716c1a9a0de256d3b5863d91503c1d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 22 04:59:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 22 05:08:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c2fe3d

dev-python/jc: Bump to 1.23.3

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 0073046d8337..edea2350f53e 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.23.1.gh.tar.gz 12853550 BLAKE2B 
b10c3688025c35b4f71345756b6efd93af1e8abe2a343ca66e9f658d986f7ce60c04526d65a27286425f1f24c188de3e2ba923e4304a8e669139006db1d53766
 SHA512 
6f2936b6c42136909ff04233cbabbf0a5827552d83f29131c42cbc4de20a3b7fee2263a5cdec9c596d39fb3edc26dbc56863631e992d124c038c53490ba37ebf
 DIST jc-1.23.2.gh.tar.gz 12866729 BLAKE2B 
8c37611e75952533fbbb1ac2a4dbf9fc95d6764452bc619da2fb4a0e5b870f3314061276eb5ce0f98f69fd26ae5b0f083443c7840a1254f5934d9b210d7fe4a2
 SHA512 
bf3b846e359fdece1445d9ca70e7752db05894f97d4c1ca162ef397ffea9e3e719dbb71d496cd0565649ebe47f977d7ef7689e360470b29639523f24b45fcdec
+DIST jc-1.23.3.gh.tar.gz 12913560 BLAKE2B 
57a058ddd308807c91d64caae7455beba3ce8e1160aa7597ec115b40137aa0fdae008b2b91528075760234076eda832965a75bd0fce650cd0e115fbdbc464ea5
 SHA512 
36d8c5f455ab12385bf5aae5bf118137f42a261f2ac61e601a5752c193c72187ce9c3d31407493f15dfb552f682356fca69aad56c1cf6743fda24833235078e7

diff --git a/dev-python/jc/jc-1.23.3.ebuild b/dev-python/jc/jc-1.23.3.ebuild
new file mode 100644
index ..1381a2929e4f
--- /dev/null
+++ b/dev-python/jc/jc-1.23.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-04-30 Thread Michał Górny
commit: 226fbc49f94a0b5866f35a3b7c4e06324b4117c4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  1 04:05:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  1 04:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226fbc49

dev-python/jc: Bump to 1.23.2

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index def66d6b542d..0073046d8337 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.23.1.gh.tar.gz 12853550 BLAKE2B 
b10c3688025c35b4f71345756b6efd93af1e8abe2a343ca66e9f658d986f7ce60c04526d65a27286425f1f24c188de3e2ba923e4304a8e669139006db1d53766
 SHA512 
6f2936b6c42136909ff04233cbabbf0a5827552d83f29131c42cbc4de20a3b7fee2263a5cdec9c596d39fb3edc26dbc56863631e992d124c038c53490ba37ebf
+DIST jc-1.23.2.gh.tar.gz 12866729 BLAKE2B 
8c37611e75952533fbbb1ac2a4dbf9fc95d6764452bc619da2fb4a0e5b870f3314061276eb5ce0f98f69fd26ae5b0f083443c7840a1254f5934d9b210d7fe4a2
 SHA512 
bf3b846e359fdece1445d9ca70e7752db05894f97d4c1ca162ef397ffea9e3e719dbb71d496cd0565649ebe47f977d7ef7689e360470b29639523f24b45fcdec

diff --git a/dev-python/jc/jc-1.23.2.ebuild b/dev-python/jc/jc-1.23.2.ebuild
new file mode 100644
index ..1a55e5e1e8dd
--- /dev/null
+++ b/dev-python/jc/jc-1.23.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-04-08 Thread Michał Górny
commit: e54167c087135ceaf9eb6567caa41291c0f69550
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:01:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:07:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54167c0

dev-python/jc: Remove old

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

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

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 8476138626cb..def66d6b542d 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.23.0.gh.tar.gz 12850876 BLAKE2B 
d0eb0bdca90115583409238eb8b4081bec92fa46b9c2054fc9d3637126bc3e21fa295c90d2f3910645b21d5f60b432461ebb6482bf8930a8b1c06deb3b2e027a
 SHA512 
24d5675573e3050a3d6c9ba7bbe6be786a1f318eb7d8800ef160848163065b1fc961939ab1cae37a89407ecfd426c1aace3fef6f7985cc18e80e0d44b0fcb4be
 DIST jc-1.23.1.gh.tar.gz 12853550 BLAKE2B 
b10c3688025c35b4f71345756b6efd93af1e8abe2a343ca66e9f658d986f7ce60c04526d65a27286425f1f24c188de3e2ba923e4304a8e669139006db1d53766
 SHA512 
6f2936b6c42136909ff04233cbabbf0a5827552d83f29131c42cbc4de20a3b7fee2263a5cdec9c596d39fb3edc26dbc56863631e992d124c038c53490ba37ebf

diff --git a/dev-python/jc/jc-1.23.0.ebuild b/dev-python/jc/jc-1.23.0.ebuild
deleted file mode 100644
index 90c6c8f3f7cb..
--- a/dev-python/jc/jc-1.23.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-03-23 Thread Michał Górny
commit: 71158b5bef71e77d99ab083a9916d1eff5c61eab
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 05:12:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 05:21:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71158b5b

dev-python/jc: Bump to 1.23.1

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 44fe22730f6c..8476138626cb 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.23.0.gh.tar.gz 12850876 BLAKE2B 
d0eb0bdca90115583409238eb8b4081bec92fa46b9c2054fc9d3637126bc3e21fa295c90d2f3910645b21d5f60b432461ebb6482bf8930a8b1c06deb3b2e027a
 SHA512 
24d5675573e3050a3d6c9ba7bbe6be786a1f318eb7d8800ef160848163065b1fc961939ab1cae37a89407ecfd426c1aace3fef6f7985cc18e80e0d44b0fcb4be
+DIST jc-1.23.1.gh.tar.gz 12853550 BLAKE2B 
b10c3688025c35b4f71345756b6efd93af1e8abe2a343ca66e9f658d986f7ce60c04526d65a27286425f1f24c188de3e2ba923e4304a8e669139006db1d53766
 SHA512 
6f2936b6c42136909ff04233cbabbf0a5827552d83f29131c42cbc4de20a3b7fee2263a5cdec9c596d39fb3edc26dbc56863631e992d124c038c53490ba37ebf

diff --git a/dev-python/jc/jc-1.23.1.ebuild b/dev-python/jc/jc-1.23.1.ebuild
new file mode 100644
index ..90c6c8f3f7cb
--- /dev/null
+++ b/dev-python/jc/jc-1.23.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-02-27 Thread Michał Górny
commit: 441eb99219547e0f484652da6382b4c550a97f3f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 28 04:41:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 28 05:06:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441eb992

dev-python/jc: Bump to 1.23.0

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.23.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 44ecc8158bca..895cf8916aa5 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.22.5.gh.tar.gz 12820323 BLAKE2B 
2248ce17322b79f6902d595d1afa9a9afff64c153f08396de7b4441f5be0bda000188740a39435f7049e2a0d940e3fb5e6a53b4cca20c518b4522145b7447264
 SHA512 
72f4d0389ccc716ff61cb182ce26597a65ae1b1a449ad24078f5369b3b4c824ff27366d06456075ee55b24c5c91beb59f2dc8ec86f9b7db47728808e0647724b
+DIST jc-1.23.0.gh.tar.gz 12850876 BLAKE2B 
d0eb0bdca90115583409238eb8b4081bec92fa46b9c2054fc9d3637126bc3e21fa295c90d2f3910645b21d5f60b432461ebb6482bf8930a8b1c06deb3b2e027a
 SHA512 
24d5675573e3050a3d6c9ba7bbe6be786a1f318eb7d8800ef160848163065b1fc961939ab1cae37a89407ecfd426c1aace3fef6f7985cc18e80e0d44b0fcb4be

diff --git a/dev-python/jc/jc-1.23.0.ebuild b/dev-python/jc/jc-1.23.0.ebuild
new file mode 100644
index ..90c6c8f3f7cb
--- /dev/null
+++ b/dev-python/jc/jc-1.23.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-01-11 Thread Michał Górny
commit: b7fbfeab5843456646d3010a62d47da3fc5edc1e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 12 05:24:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 12 06:13:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fbfeab

dev-python/jc: Bump to 1.22.5

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 2a9ba879b4a7..e86d1c378cd6 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.22.4.gh.tar.gz 12751657 BLAKE2B 
287cd33585ca0812ea25a5f09ab1c35e61e1f2d22bea11b202b85a00704077260d331cc8df15b6c2063771ac8f4f3111f8eb99036a3f18da34171081a26c5f46
 SHA512 
d35dd48af283707835bacf6ee3dfef46ccbf0bf1c37c6418bab3aca0274e12a9c5198de03fa3b3198661ab51d7bfe376fdd04092f06c481abc80f5c20388cb0c
+DIST jc-1.22.5.gh.tar.gz 12820323 BLAKE2B 
2248ce17322b79f6902d595d1afa9a9afff64c153f08396de7b4441f5be0bda000188740a39435f7049e2a0d940e3fb5e6a53b4cca20c518b4522145b7447264
 SHA512 
72f4d0389ccc716ff61cb182ce26597a65ae1b1a449ad24078f5369b3b4c824ff27366d06456075ee55b24c5c91beb59f2dc8ec86f9b7db47728808e0647724b

diff --git a/dev-python/jc/jc-1.22.5.ebuild b/dev-python/jc/jc-1.22.5.ebuild
new file mode 100644
index ..e2948de60616
--- /dev/null
+++ b/dev-python/jc/jc-1.22.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2023-01-11 Thread Michał Górny
commit: c66bdd0640d2799eb692dbe34a109e89384cff77
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 12 05:23:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 12 06:13:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66bdd06

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  2 --
 dev-python/jc/jc-1.22.2.ebuild | 31 ---
 dev-python/jc/jc-1.22.3.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 586f1d285dc8..2a9ba879b4a7 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1 @@
-DIST jc-1.22.2.gh.tar.gz 12714893 BLAKE2B 
96ed8cae1ed7fb19e0f66f39be124e3ea7874b2a77862f2824b6ef7ec4b624a7e080c9c189da8f4b82f38a2a5198b10a84dd5150173e7fce001ca13d2c095967
 SHA512 
1ce834ce9787c23e36f19e1733b91b6951872aaeaf400d617379bc7f072f0689301c88542c2ba14a4e52beadf221d765e2a05a9078ce52355abcddac6884a78d
-DIST jc-1.22.3.gh.tar.gz 12728331 BLAKE2B 
d7d3269e50458032993f44fdae0711553cb6eac7dcb8dc364272b46cdb7d23a0764064cab2d92d25aa93c28454a2c67c99fe2fc4cabe1640b25865bc274cdc76
 SHA512 
bd11ed86ed715e6a715a0fda15523cb945e285cede51c7a4fec085090f737558f6687bde0f2ddbd2164d701dfccedfb499f77fc66c646b90b40cb3f9cb14c633
 DIST jc-1.22.4.gh.tar.gz 12751657 BLAKE2B 
287cd33585ca0812ea25a5f09ab1c35e61e1f2d22bea11b202b85a00704077260d331cc8df15b6c2063771ac8f4f3111f8eb99036a3f18da34171081a26c5f46
 SHA512 
d35dd48af283707835bacf6ee3dfef46ccbf0bf1c37c6418bab3aca0274e12a9c5198de03fa3b3198661ab51d7bfe376fdd04092f06c481abc80f5c20388cb0c

diff --git a/dev-python/jc/jc-1.22.2.ebuild b/dev-python/jc/jc-1.22.2.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.22.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.22.3.ebuild b/dev-python/jc/jc-1.22.3.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.22.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-12-30 Thread Zac Medico
commit: 1189cb67f26b1d0b18421d053c6e3000bb6c0273
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Dec 31 00:19:37 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Dec 31 00:19:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1189cb67

dev-python/jc: add 1.22.4

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 6d4b3093118f..586f1d285dc8 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.22.2.gh.tar.gz 12714893 BLAKE2B 
96ed8cae1ed7fb19e0f66f39be124e3ea7874b2a77862f2824b6ef7ec4b624a7e080c9c189da8f4b82f38a2a5198b10a84dd5150173e7fce001ca13d2c095967
 SHA512 
1ce834ce9787c23e36f19e1733b91b6951872aaeaf400d617379bc7f072f0689301c88542c2ba14a4e52beadf221d765e2a05a9078ce52355abcddac6884a78d
 DIST jc-1.22.3.gh.tar.gz 12728331 BLAKE2B 
d7d3269e50458032993f44fdae0711553cb6eac7dcb8dc364272b46cdb7d23a0764064cab2d92d25aa93c28454a2c67c99fe2fc4cabe1640b25865bc274cdc76
 SHA512 
bd11ed86ed715e6a715a0fda15523cb945e285cede51c7a4fec085090f737558f6687bde0f2ddbd2164d701dfccedfb499f77fc66c646b90b40cb3f9cb14c633
+DIST jc-1.22.4.gh.tar.gz 12751657 BLAKE2B 
287cd33585ca0812ea25a5f09ab1c35e61e1f2d22bea11b202b85a00704077260d331cc8df15b6c2063771ac8f4f3111f8eb99036a3f18da34171081a26c5f46
 SHA512 
d35dd48af283707835bacf6ee3dfef46ccbf0bf1c37c6418bab3aca0274e12a9c5198de03fa3b3198661ab51d7bfe376fdd04092f06c481abc80f5c20388cb0c

diff --git a/dev-python/jc/jc-1.22.4.ebuild b/dev-python/jc/jc-1.22.4.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.22.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-12-16 Thread Zac Medico
commit: fd881b18c8ee71486a186942e6297de397412906
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Dec 17 01:05:55 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Dec 17 01:05:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd881b18

dev-python/jc: add 1.22.3

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.3.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index e9c509ed9c70..6d4b3093118f 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.22.2.gh.tar.gz 12714893 BLAKE2B 
96ed8cae1ed7fb19e0f66f39be124e3ea7874b2a77862f2824b6ef7ec4b624a7e080c9c189da8f4b82f38a2a5198b10a84dd5150173e7fce001ca13d2c095967
 SHA512 
1ce834ce9787c23e36f19e1733b91b6951872aaeaf400d617379bc7f072f0689301c88542c2ba14a4e52beadf221d765e2a05a9078ce52355abcddac6884a78d
+DIST jc-1.22.3.gh.tar.gz 12728331 BLAKE2B 
d7d3269e50458032993f44fdae0711553cb6eac7dcb8dc364272b46cdb7d23a0764064cab2d92d25aa93c28454a2c67c99fe2fc4cabe1640b25865bc274cdc76
 SHA512 
bd11ed86ed715e6a715a0fda15523cb945e285cede51c7a4fec085090f737558f6687bde0f2ddbd2164d701dfccedfb499f77fc66c646b90b40cb3f9cb14c633

diff --git a/dev-python/jc/jc-1.22.3.ebuild b/dev-python/jc/jc-1.22.3.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.22.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-11-13 Thread Michał Górny
commit: cf817cecff158172a3b4461d3a24fb2fde96abec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:36:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:36:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf817cec

dev-python/jc: Remove old

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

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

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 8fb25985b4c0..e9c509ed9c70 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.22.1.gh.tar.gz 12676358 BLAKE2B 
dbea5d19f28abf7773787275b8e5c64b8ceee07e56474336b37e35d76bf3cb3b6bbbad0d4e129fd118dc2eba03dca7f12d07c41f469f6d0e81fad1e4acb8af88
 SHA512 
67fba63921b9c8bc6b47a6d8405a693ce68c7338ad0d05565a0a4b4f7872ff83d27a97241daa8bd5eeb27299e630154b7a9d923bcd00fb121c25ac61f70d3faa
 DIST jc-1.22.2.gh.tar.gz 12714893 BLAKE2B 
96ed8cae1ed7fb19e0f66f39be124e3ea7874b2a77862f2824b6ef7ec4b624a7e080c9c189da8f4b82f38a2a5198b10a84dd5150173e7fce001ca13d2c095967
 SHA512 
1ce834ce9787c23e36f19e1733b91b6951872aaeaf400d617379bc7f072f0689301c88542c2ba14a4e52beadf221d765e2a05a9078ce52355abcddac6884a78d

diff --git a/dev-python/jc/jc-1.22.1.ebuild b/dev-python/jc/jc-1.22.1.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.22.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-11-09 Thread Michał Górny
commit: 60bdb7a134941d154e61564b293071752dabb695
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  9 07:37:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  9 08:38:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bdb7a1

dev-python/jc: Bump to 1.22.2

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 5e590b27fa40..8fb25985b4c0 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.22.1.gh.tar.gz 12676358 BLAKE2B 
dbea5d19f28abf7773787275b8e5c64b8ceee07e56474336b37e35d76bf3cb3b6bbbad0d4e129fd118dc2eba03dca7f12d07c41f469f6d0e81fad1e4acb8af88
 SHA512 
67fba63921b9c8bc6b47a6d8405a693ce68c7338ad0d05565a0a4b4f7872ff83d27a97241daa8bd5eeb27299e630154b7a9d923bcd00fb121c25ac61f70d3faa
+DIST jc-1.22.2.gh.tar.gz 12714893 BLAKE2B 
96ed8cae1ed7fb19e0f66f39be124e3ea7874b2a77862f2824b6ef7ec4b624a7e080c9c189da8f4b82f38a2a5198b10a84dd5150173e7fce001ca13d2c095967
 SHA512 
1ce834ce9787c23e36f19e1733b91b6951872aaeaf400d617379bc7f072f0689301c88542c2ba14a4e52beadf221d765e2a05a9078ce52355abcddac6884a78d

diff --git a/dev-python/jc/jc-1.22.2.ebuild b/dev-python/jc/jc-1.22.2.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.22.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-10-25 Thread Michał Górny
commit: e51b5d536723f4dfa3c4016ad3520be5a81e47ec
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 25 05:49:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 25 08:28:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b5d53

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  3 ---
 dev-python/jc/jc-1.21.0.ebuild | 31 ---
 dev-python/jc/jc-1.21.2.ebuild | 31 ---
 dev-python/jc/jc-1.22.0.ebuild | 31 ---
 4 files changed, 96 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index bb67259b6449..5e590b27fa40 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,4 +1 @@
-DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
-DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B 
ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb
 SHA512 
3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0
-DIST jc-1.22.0.gh.tar.gz 12062944 BLAKE2B 
8a4f301c563cabb5ee780280d3aa3caa64a8cbab7972c67854e0c7fb53ba86c6cae12682f6bc8559d51ef692e0352378c01a223848249c0f8f3b664bad63e7ce
 SHA512 
832ef3d209bbf6e3d3a4b7b038e80fc0dcb99d4ba38732ad393fdbe59be4f5d86428cfbbdb81f48d5902b31bdea635996a99aeada19361d74c991e711560767e
 DIST jc-1.22.1.gh.tar.gz 12676358 BLAKE2B 
dbea5d19f28abf7773787275b8e5c64b8ceee07e56474336b37e35d76bf3cb3b6bbbad0d4e129fd118dc2eba03dca7f12d07c41f469f6d0e81fad1e4acb8af88
 SHA512 
67fba63921b9c8bc6b47a6d8405a693ce68c7338ad0d05565a0a4b4f7872ff83d27a97241daa8bd5eeb27299e630154b7a9d923bcd00fb121c25ac61f70d3faa

diff --git a/dev-python/jc/jc-1.21.0.ebuild b/dev-python/jc/jc-1.21.0.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.21.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.21.2.ebuild b/dev-python/jc/jc-1.21.2.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.21.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.22.0.ebuild b/dev-python/jc/jc-1.22.0.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.22.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-10-24 Thread Arthur Zamarin
commit: 9995468dcf4baad422e64409a56de7b169b41500
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 24 18:43:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 24 18:43:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9995468d

dev-python/jc: add 1.22.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 46166f3aca11..bb67259b6449 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1,4 @@
 DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
 DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B 
ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb
 SHA512 
3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0
 DIST jc-1.22.0.gh.tar.gz 12062944 BLAKE2B 
8a4f301c563cabb5ee780280d3aa3caa64a8cbab7972c67854e0c7fb53ba86c6cae12682f6bc8559d51ef692e0352378c01a223848249c0f8f3b664bad63e7ce
 SHA512 
832ef3d209bbf6e3d3a4b7b038e80fc0dcb99d4ba38732ad393fdbe59be4f5d86428cfbbdb81f48d5902b31bdea635996a99aeada19361d74c991e711560767e
+DIST jc-1.22.1.gh.tar.gz 12676358 BLAKE2B 
dbea5d19f28abf7773787275b8e5c64b8ceee07e56474336b37e35d76bf3cb3b6bbbad0d4e129fd118dc2eba03dca7f12d07c41f469f6d0e81fad1e4acb8af88
 SHA512 
67fba63921b9c8bc6b47a6d8405a693ce68c7338ad0d05565a0a4b4f7872ff83d27a97241daa8bd5eeb27299e630154b7a9d923bcd00fb121c25ac61f70d3faa

diff --git a/dev-python/jc/jc-1.22.1.ebuild b/dev-python/jc/jc-1.22.1.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.22.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-09-27 Thread Zac Medico
commit: 27accf51b6069d380c469301feb40d3dbef2a788
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 28 01:36:15 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 28 01:36:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27accf51

dev-python/jc: add 1.22.0

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.22.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index ff3ad059b142..46166f3aca11 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
 DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B 
ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb
 SHA512 
3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0
+DIST jc-1.22.0.gh.tar.gz 12062944 BLAKE2B 
8a4f301c563cabb5ee780280d3aa3caa64a8cbab7972c67854e0c7fb53ba86c6cae12682f6bc8559d51ef692e0352378c01a223848249c0f8f3b664bad63e7ce
 SHA512 
832ef3d209bbf6e3d3a4b7b038e80fc0dcb99d4ba38732ad393fdbe59be4f5d86428cfbbdb81f48d5902b31bdea635996a99aeada19361d74c991e711560767e

diff --git a/dev-python/jc/jc-1.22.0.ebuild b/dev-python/jc/jc-1.22.0.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.22.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-08-29 Thread Arthur Zamarin
commit: f6a847e4c608be2e62fa77bda74420d20e9f70e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 29 17:44:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 29 17:44:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a847e4

dev-python/jc: add 1.21.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.21.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 6998d6e96beb..f2f3e9f0a8d6 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -2,3 +2,4 @@ DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c025
 DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 
185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1
 SHA512 
80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
 DIST jc-1.20.4.gh.tar.gz 11842360 BLAKE2B 
8c1358d4567510b705843efb7da9ccb02a55049c8a0dc1570661f3648a99405c692ea8493381f324c3517841757c9545527e151fbdf550e12a5fa13cf9c33bf8
 SHA512 
5f5bcf03c155a56132c66ada38bb6b570e6050d75e0bd90b966cfefb99351adf0249d968077a08714eb9ff8c7d7403d1888bc6687830e13fe05a68a63af661ad
 DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
+DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B 
ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb
 SHA512 
3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0

diff --git a/dev-python/jc/jc-1.21.2.ebuild b/dev-python/jc/jc-1.21.2.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.21.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-08-29 Thread Arthur Zamarin
commit: 8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 29 17:44:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 29 17:44:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c1f78

dev-python/jc: drop 1.20.1, 1.20.2, 1.20.4

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  3 ---
 dev-python/jc/jc-1.20.1.ebuild | 31 ---
 dev-python/jc/jc-1.20.2.ebuild | 31 ---
 dev-python/jc/jc-1.20.4.ebuild | 31 ---
 4 files changed, 96 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index f2f3e9f0a8d6..ff3ad059b142 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,5 +1,2 @@
-DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
-DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 
185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1
 SHA512 
80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
-DIST jc-1.20.4.gh.tar.gz 11842360 BLAKE2B 
8c1358d4567510b705843efb7da9ccb02a55049c8a0dc1570661f3648a99405c692ea8493381f324c3517841757c9545527e151fbdf550e12a5fa13cf9c33bf8
 SHA512 
5f5bcf03c155a56132c66ada38bb6b570e6050d75e0bd90b966cfefb99351adf0249d968077a08714eb9ff8c7d7403d1888bc6687830e13fe05a68a63af661ad
 DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034
 DIST jc-1.21.2.gh.tar.gz 11910311 BLAKE2B 
ece8651c55f62821e30574cc208f3e1a569a2408ae1c637329556d49aae894afd7a57cdb7c70a0fdd16136fddd7329a1cefab493848376f22d5fae553c0231eb
 SHA512 
3860e429a11131b888fa0689dd627016d3e9c052908979c22eca604281f13ba3df7164cdfa04ff6e4e08146b42d7bd76888efdcce65a549d5c904ecd207209f0

diff --git a/dev-python/jc/jc-1.20.1.ebuild b/dev-python/jc/jc-1.20.1.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.20.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.20.2.ebuild b/dev-python/jc/jc-1.20.2.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.20.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.20.4.ebuild b/dev-python/jc/jc-1.20.4.ebuild
deleted file mode 100644
index 7b7bbfc30991..
--- a/dev-python/jc/jc-1.20.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-08-22 Thread Arthur Zamarin
commit: 16343b8a6d34832d5f20b0a86c12d2d220fcc1d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 22 18:49:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 22 19:23:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16343b8a

dev-python/jc: add 1.21.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.21.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index a35b105010d1..6998d6e96beb 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1,4 @@
 DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
 DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 
185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1
 SHA512 
80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
 DIST jc-1.20.4.gh.tar.gz 11842360 BLAKE2B 
8c1358d4567510b705843efb7da9ccb02a55049c8a0dc1570661f3648a99405c692ea8493381f324c3517841757c9545527e151fbdf550e12a5fa13cf9c33bf8
 SHA512 
5f5bcf03c155a56132c66ada38bb6b570e6050d75e0bd90b966cfefb99351adf0249d968077a08714eb9ff8c7d7403d1888bc6687830e13fe05a68a63af661ad
+DIST jc-1.21.0.gh.tar.gz 11910267 BLAKE2B 
7d02f6b574dc2171daca9682ef5cfe2ccdba6230320fc331c086c47b147e49efbd11fcb7b7f26bf4d448d4462f051b5b6892eff16e853cdb6cc4927f5cffddba
 SHA512 
5382aba5c6ea0409fae31097516912d07133d2c14eb529e9df742f2efe4682c7e36e934786c9b12454d23e4c3acd5bdce3e97f410303b761f695db787058b034

diff --git a/dev-python/jc/jc-1.21.0.ebuild b/dev-python/jc/jc-1.21.0.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.21.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-07-24 Thread Zac Medico
commit: 2d24b242b7c328cda1e7c956b4deb05c6a8d8dad
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 24 21:34:37 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 24 21:34:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d24b242

dev-python/jc: add 1.20.4

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.20.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 6c03a0cbd07b..a35b105010d1 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
 DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 
185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1
 SHA512 
80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e
+DIST jc-1.20.4.gh.tar.gz 11842360 BLAKE2B 
8c1358d4567510b705843efb7da9ccb02a55049c8a0dc1570661f3648a99405c692ea8493381f324c3517841757c9545527e151fbdf550e12a5fa13cf9c33bf8
 SHA512 
5f5bcf03c155a56132c66ada38bb6b570e6050d75e0bd90b966cfefb99351adf0249d968077a08714eb9ff8c7d7403d1888bc6687830e13fe05a68a63af661ad

diff --git a/dev-python/jc/jc-1.20.4.ebuild b/dev-python/jc/jc-1.20.4.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.20.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-07-05 Thread Arthur Zamarin
commit: 0f675dc86c187b3178bc70f86e9ab621399413b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  6 05:15:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  6 05:15:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f675dc8

dev-python/jc: add 1.20.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.20.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index bd435d1ebfdf..6c03a0cbd07b 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5
+DIST jc-1.20.2.gh.tar.gz 10468681 BLAKE2B 
185937c277989536bfed42ee27717a2dee1c4672565b7c2dbe6c3146ca6520e7952aef98d67b94c15b1cc3a2bac3eeafe7353644d8379cedc5c657c2ff9255d1
 SHA512 
80e851eaef0a3159d7ec8c295d8118692b45799359b131396319489ef9aa3d1567cfea4f1382ec857a82707857977b70d11166426cc1a92fb81186ee68bd017e

diff --git a/dev-python/jc/jc-1.20.2.ebuild b/dev-python/jc/jc-1.20.2.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.20.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-06-16 Thread Michał Górny
commit: 7ed7a8ae6ada0c51d028f2cce2acd467791506ba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:05:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:05:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed7a8ae

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  2 --
 dev-python/jc/jc-1.19.0.ebuild | 31 ---
 dev-python/jc/jc-1.20.0.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 035bebb91b34..bd435d1ebfdf 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1 @@
-DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 
4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044
 SHA512 
668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79
-DIST jc-1.20.0.gh.tar.gz 10338183 BLAKE2B 
d19fec89ae96f3a9fc2a30715521dcd0ce5b9ee27ec7df85970dede61958e2ce580a53a34da78571de8d4287b531733746ebf5cc687e709085fbdf254d6c4c8a
 SHA512 
f7aafcf531ad6dfd6cfb870803df4e1f6780483429fb3ddb52a3c57dd8f6fb62f1f776bfa97f15f813a8e97e01061c334f6bb4268d077195e013c423b7d9dd50
 DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5

diff --git a/dev-python/jc/jc-1.19.0.ebuild b/dev-python/jc/jc-1.19.0.ebuild
deleted file mode 100644
index 989dcb9e4a0b..
--- a/dev-python/jc/jc-1.19.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.20.0.ebuild b/dev-python/jc/jc-1.20.0.ebuild
deleted file mode 100644
index 062958c85649..
--- a/dev-python/jc/jc-1.20.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-06-16 Thread Michał Górny
commit: b8a886d21fb733dc753a42b366a54de5e8f1ba1f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 05:23:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 06:06:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a886d2

dev-python/jc: Bump to 1.20.1

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.20.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 7288ee743cfd..035bebb91b34 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 
4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044
 SHA512 
668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79
 DIST jc-1.20.0.gh.tar.gz 10338183 BLAKE2B 
d19fec89ae96f3a9fc2a30715521dcd0ce5b9ee27ec7df85970dede61958e2ce580a53a34da78571de8d4287b531733746ebf5cc687e709085fbdf254d6c4c8a
 SHA512 
f7aafcf531ad6dfd6cfb870803df4e1f6780483429fb3ddb52a3c57dd8f6fb62f1f776bfa97f15f813a8e97e01061c334f6bb4268d077195e013c423b7d9dd50
+DIST jc-1.20.1.gh.tar.gz 10342360 BLAKE2B 
fe7eb94e53a78e6d2c1f13403ac529e4e0c0251a9e5f8270e88a94c7d086b7b1eca5cf8bd51ab6b514923ac2de95b7365b8ee29eeae5a1bb861e911f70be81d8
 SHA512 
d066b30089fce8bb7aff6db0b278f258a91bbef73bc49abb0b086b1cce5253a0ba07efa9e3680ee6ee333ea4a2b6afcfe4028eee58d0ec16411f7c257a54a9b5

diff --git a/dev-python/jc/jc-1.20.1.ebuild b/dev-python/jc/jc-1.20.1.ebuild
new file mode 100644
index ..7b7bbfc30991
--- /dev/null
+++ b/dev-python/jc/jc-1.20.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-06-04 Thread Michał Górny
commit: 85adc5ae8d4d009a6b94c2e08a35999dcd1e30c8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 19:02:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 19:04:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85adc5ae

dev-python/jc: Add python@ as co-maint.

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

 dev-python/jc/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/jc/metadata.xml b/dev-python/jc/metadata.xml
index fd40a0b819c8..d22a71ee92d7 100644
--- a/dev-python/jc/metadata.xml
+++ b/dev-python/jc/metadata.xml
@@ -5,6 +5,10 @@
zmed...@gentoo.org
Zac Medico

+   
+   pyt...@gentoo.org
+   Python
+   


kellyjonbrazil/jc



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-06-01 Thread Michał Górny
commit: ccf9e19d3bf6bc6abb47ce1edb1d736d0921960c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  1 06:39:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  1 07:21:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf9e19d

dev-python/jc: Bump to 1.20.0

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.20.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 68ff675b5ad2..7288ee743cfd 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 
4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044
 SHA512 
668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79
+DIST jc-1.20.0.gh.tar.gz 10338183 BLAKE2B 
d19fec89ae96f3a9fc2a30715521dcd0ce5b9ee27ec7df85970dede61958e2ce580a53a34da78571de8d4287b531733746ebf5cc687e709085fbdf254d6c4c8a
 SHA512 
f7aafcf531ad6dfd6cfb870803df4e1f6780483429fb3ddb52a3c57dd8f6fb62f1f776bfa97f15f813a8e97e01061c334f6bb4268d077195e013c423b7d9dd50

diff --git a/dev-python/jc/jc-1.20.0.ebuild b/dev-python/jc/jc-1.20.0.ebuild
new file mode 100644
index ..062958c85649
--- /dev/null
+++ b/dev-python/jc/jc-1.20.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-05-16 Thread Michał Górny
commit: e1dc2e0604ed7b21118791fcf0dc686a7cacd6d3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:18:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:18:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dc2e06

dev-python/jc: Remove old

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

 dev-python/jc/Manifest |  2 --
 dev-python/jc/jc-1.18.7.ebuild | 31 ---
 dev-python/jc/jc-1.18.8.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 362c23c1871e..68ff675b5ad2 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1 @@
-DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 
05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4
 SHA512 
c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9
-DIST jc-1.18.8.tar.gz 8103065 BLAKE2B 
77713dda97a4228ed4715f123f2b8c1609496767aabcd38b0e80981959af5308b4296b0e1a76afed42f57517d2dadc773b00e8877324f2e1473f9f4457ea7dfd
 SHA512 
2ed8d6946bc2230f4caaf3ef4fcf80ebb64d1fb5e3d42fddbd306bd84b6f4d4e3e84213ae479267293adb4defb443cb94828f55c74c82782eab8b4b192f792c7
 DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 
4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044
 SHA512 
668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79

diff --git a/dev-python/jc/jc-1.18.7.ebuild b/dev-python/jc/jc-1.18.7.ebuild
deleted file mode 100644
index 989dcb9e4a0b..
--- a/dev-python/jc/jc-1.18.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.18.8.ebuild b/dev-python/jc/jc-1.18.8.ebuild
deleted file mode 100644
index 989dcb9e4a0b..
--- a/dev-python/jc/jc-1.18.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-05-13 Thread Zac Medico
commit: 82fd19e67a97bd9d2cae01c8887ba029ed83273f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 13 21:37:23 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 13 21:37:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd19e6

dev-python/jc: add 1.19.0

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.19.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 8b48e44911db..362c23c1871e 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 
05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4
 SHA512 
c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9
 DIST jc-1.18.8.tar.gz 8103065 BLAKE2B 
77713dda97a4228ed4715f123f2b8c1609496767aabcd38b0e80981959af5308b4296b0e1a76afed42f57517d2dadc773b00e8877324f2e1473f9f4457ea7dfd
 SHA512 
2ed8d6946bc2230f4caaf3ef4fcf80ebb64d1fb5e3d42fddbd306bd84b6f4d4e3e84213ae479267293adb4defb443cb94828f55c74c82782eab8b4b192f792c7
+DIST jc-1.19.0.tar.gz 10264610 BLAKE2B 
4f05464196e4e60b3e4a423b7c05a0bfd35128caf3f04b9c846c96bf9cb6e594ac0d46c678e1dca7080212c06d2c679acdffcc0b954b6577925ff5ff80d8f044
 SHA512 
668fc71d6a4b0d7ba9aac591c2328536df4f61dd9267ecdc6c311efde8dbcc3f244d6236fabd593ca1907fc25eb2a7fc53215756989160167d382e7068e2cf79

diff --git a/dev-python/jc/jc-1.19.0.ebuild b/dev-python/jc/jc-1.19.0.ebuild
new file mode 100644
index ..989dcb9e4a0b
--- /dev/null
+++ b/dev-python/jc/jc-1.19.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-04-27 Thread Zac Medico
commit: 112973128d8d45a05ce20836b66a1ea190d62403
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Apr 28 00:39:10 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 28 00:39:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11297312

dev-python/jc: drop 1.18.5, 1.18.6

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  2 --
 dev-python/jc/jc-1.18.5.ebuild | 26 --
 dev-python/jc/jc-1.18.6.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d9396f17105e..36515ce8ac3f 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1 @@
-DIST jc-1.18.5.tar.gz 3981643 BLAKE2B 
9eebaef4e2ee0a014df5fa73f0fecf9d91c62483594d529d6ae9b1d538ee4c62ec1ab6f673f0f3fbb32220920c843e8fd6a487ecaaa9662b63128ff9df786dcc
 SHA512 
f105aa3aa6e5059d06976d089f52eb9c8a1005e2b2c0b9ee2b4229e2f82028277a45979d34a6f81679c22472d7a99903711ac6946accdb86c796e790d121112e
-DIST jc-1.18.6.tar.gz 4007477 BLAKE2B 
9380e8a254df921983f486d8d9d0e8479e477e391075ace3fcaa40029f72b733abd6d55ed62f4cd436bb280fa37d9bdec6398418e24c714caa833fcef2991d35
 SHA512 
ae291ea271e12cebd1e0287cdc8e3f52c72959711d9da752880a1a90257b3add23c6a4b97d34ee0ebfa2332e355b90f8388cd425d18f03aa37c4979765101086
 DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 
05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4
 SHA512 
c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9

diff --git a/dev-python/jc/jc-1.18.5.ebuild b/dev-python/jc/jc-1.18.5.ebuild
deleted file mode 100644
index f4014eac3167..
--- a/dev-python/jc/jc-1.18.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.18.6.ebuild b/dev-python/jc/jc-1.18.6.ebuild
deleted file mode 100644
index f4014eac3167..
--- a/dev-python/jc/jc-1.18.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-04-27 Thread Zac Medico
commit: b8603de5a39759a55535995e8f75cc2eee56d6fc
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Apr 28 00:44:22 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 28 00:44:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8603de5

dev-python/jc: add 1.18.8

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.8.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 36515ce8ac3f..8b48e44911db 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 
05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4
 SHA512 
c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9
+DIST jc-1.18.8.tar.gz 8103065 BLAKE2B 
77713dda97a4228ed4715f123f2b8c1609496767aabcd38b0e80981959af5308b4296b0e1a76afed42f57517d2dadc773b00e8877324f2e1473f9f4457ea7dfd
 SHA512 
2ed8d6946bc2230f4caaf3ef4fcf80ebb64d1fb5e3d42fddbd306bd84b6f4d4e3e84213ae479267293adb4defb443cb94828f55c74c82782eab8b4b192f792c7

diff --git a/dev-python/jc/jc-1.18.8.ebuild b/dev-python/jc/jc-1.18.8.ebuild
new file mode 100644
index ..989dcb9e4a0b
--- /dev/null
+++ b/dev-python/jc/jc-1.18.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-04-26 Thread Michał Górny
commit: 7c2aa032e012d286b1c666b841cb53733975cd8d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 08:39:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 09:59:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2aa032

dev-python/jc: Bump to 1.18.7

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.7.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 4b12ce66cdc5..d9396f17105e 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.18.5.tar.gz 3981643 BLAKE2B 
9eebaef4e2ee0a014df5fa73f0fecf9d91c62483594d529d6ae9b1d538ee4c62ec1ab6f673f0f3fbb32220920c843e8fd6a487ecaaa9662b63128ff9df786dcc
 SHA512 
f105aa3aa6e5059d06976d089f52eb9c8a1005e2b2c0b9ee2b4229e2f82028277a45979d34a6f81679c22472d7a99903711ac6946accdb86c796e790d121112e
 DIST jc-1.18.6.tar.gz 4007477 BLAKE2B 
9380e8a254df921983f486d8d9d0e8479e477e391075ace3fcaa40029f72b733abd6d55ed62f4cd436bb280fa37d9bdec6398418e24c714caa833fcef2991d35
 SHA512 
ae291ea271e12cebd1e0287cdc8e3f52c72959711d9da752880a1a90257b3add23c6a4b97d34ee0ebfa2332e355b90f8388cd425d18f03aa37c4979765101086
+DIST jc-1.18.7.tar.gz 8106032 BLAKE2B 
05c069d0c00c1c789d253419dfc1e2caee656a848618b761664e7d46f87705f945955164c4fc213f7e8f19840b529d02ab52bc439384db122f3d464226c2b4b4
 SHA512 
c5ce538d4565f29a0d5fb1e39eda80a84481ad74c7ea4ce9339ec7881f2888a105af5c77c8adaf0b6174830e2f7cd1bf9628e5b9bb87d9c7b17e567251645ca9

diff --git a/dev-python/jc/jc-1.18.7.ebuild b/dev-python/jc/jc-1.18.7.ebuild
new file mode 100644
index ..989dcb9e4a0b
--- /dev/null
+++ b/dev-python/jc/jc-1.18.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-03-25 Thread Zac Medico
commit: 3abdd04909c785cfccf6c9f704493b22f863910b
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 26 01:48:21 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 26 01:48:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abdd049

dev-python/jc: add 1.18.6

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d7fad2fc2cbb..4b12ce66cdc5 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.18.5.tar.gz 3981643 BLAKE2B 
9eebaef4e2ee0a014df5fa73f0fecf9d91c62483594d529d6ae9b1d538ee4c62ec1ab6f673f0f3fbb32220920c843e8fd6a487ecaaa9662b63128ff9df786dcc
 SHA512 
f105aa3aa6e5059d06976d089f52eb9c8a1005e2b2c0b9ee2b4229e2f82028277a45979d34a6f81679c22472d7a99903711ac6946accdb86c796e790d121112e
+DIST jc-1.18.6.tar.gz 4007477 BLAKE2B 
9380e8a254df921983f486d8d9d0e8479e477e391075ace3fcaa40029f72b733abd6d55ed62f4cd436bb280fa37d9bdec6398418e24c714caa833fcef2991d35
 SHA512 
ae291ea271e12cebd1e0287cdc8e3f52c72959711d9da752880a1a90257b3add23c6a4b97d34ee0ebfa2332e355b90f8388cd425d18f03aa37c4979765101086

diff --git a/dev-python/jc/jc-1.18.6.ebuild b/dev-python/jc/jc-1.18.6.ebuild
new file mode 100644
index ..f4014eac3167
--- /dev/null
+++ b/dev-python/jc/jc-1.18.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-03-25 Thread Zac Medico
commit: 280537a221bb0a7a271bfca4fb70becf9cfa8f70
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 26 01:46:23 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 26 01:46:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280537a2

dev-python/jc: drop 1.17.7, 1.18.1, 1.18.2, 1.18.3, 1.18.4

Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  5 -
 dev-python/jc/jc-1.17.7.ebuild | 25 -
 dev-python/jc/jc-1.18.1.ebuild | 25 -
 dev-python/jc/jc-1.18.2.ebuild | 26 --
 dev-python/jc/jc-1.18.3.ebuild | 26 --
 dev-python/jc/jc-1.18.4.ebuild | 26 --
 6 files changed, 133 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 9c9dda84ba31..d7fad2fc2cbb 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,6 +1 @@
-DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0
-DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474
-DIST jc-1.18.2.tar.gz 3928302 BLAKE2B 
5deb67c56d3fc32728da6e67d7941c8ba01482c1ead86c82f68ed49c8aa53de8e88a77c3840db1f4d9c4d00ea5c96fdb9f7631d99f1dd9a288a41e2e9d50b797
 SHA512 
f425cc225fd4f993bb0a3c5065f0e90894e7330976dc4bfae08acd4559d0cad5a4cd14d93976814ea03f853ec0faf11bfc1c3b6b8b9d7a61071398d628ab57dc
-DIST jc-1.18.3.tar.gz 3970152 BLAKE2B 
bd37c2f4128005b39c4fd6b44664d2443f77830ca3158f0b4bb7133527e2543657f3d9654c8d845ada55c2940fc18cc7232117d3e298e3bfc62188250ee1b1c6
 SHA512 
8076668caaef2559537f828b45d0624f2a2ed35893e1c5af82671f3d97e1f71ebc22817f4036a0d60af183a5b3e717854672b2cfc65f776532ea8ca99ddfec35
-DIST jc-1.18.4.tar.gz 3981817 BLAKE2B 
f73f153913b02a29e88d75d49cf3f072124be0f23a5a65bf8c85e77bce3934d81406fabfaf5fb4cb9df57bb001b2772a6d31e6e3a3eb17b1cf71afb7d71178f1
 SHA512 
74eb22cfa7743ddb9477f7f0ab0afa24079e6003f4c25fc41cdfa492fefeda2a35b09bfd600e87c2cb1502667cd71c298af7f6995c097cee4e17df7476ce879b
 DIST jc-1.18.5.tar.gz 3981643 BLAKE2B 
9eebaef4e2ee0a014df5fa73f0fecf9d91c62483594d529d6ae9b1d538ee4c62ec1ab6f673f0f3fbb32220920c843e8fd6a487ecaaa9662b63128ff9df786dcc
 SHA512 
f105aa3aa6e5059d06976d089f52eb9c8a1005e2b2c0b9ee2b4229e2f82028277a45979d34a6f81679c22472d7a99903711ac6946accdb86c796e790d121112e

diff --git a/dev-python/jc/jc-1.17.7.ebuild b/dev-python/jc/jc-1.17.7.ebuild
deleted file mode 100644
index 5d846f299830..
--- a/dev-python/jc/jc-1.17.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.18.1.ebuild b/dev-python/jc/jc-1.18.1.ebuild
deleted file mode 100644
index eb0e616c0a64..
--- a/dev-python/jc/jc-1.18.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.18.2.ebuild b/dev-python/jc/jc-1.18.2.ebuild
deleted file mode 100644
index f4014eac3167..
--- a/dev-python/jc/jc-1.18.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and 

[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-03-06 Thread Zac Medico
commit: e9024dee55f4487e84f76e4e943f99c937ad8eaf
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  6 19:38:05 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  6 19:38:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9024dee

dev-python/jc: Bump to version 1.18.5

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index e47385eb7db2..9c9dda84ba31 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -3,3 +3,4 @@ DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de
 DIST jc-1.18.2.tar.gz 3928302 BLAKE2B 
5deb67c56d3fc32728da6e67d7941c8ba01482c1ead86c82f68ed49c8aa53de8e88a77c3840db1f4d9c4d00ea5c96fdb9f7631d99f1dd9a288a41e2e9d50b797
 SHA512 
f425cc225fd4f993bb0a3c5065f0e90894e7330976dc4bfae08acd4559d0cad5a4cd14d93976814ea03f853ec0faf11bfc1c3b6b8b9d7a61071398d628ab57dc
 DIST jc-1.18.3.tar.gz 3970152 BLAKE2B 
bd37c2f4128005b39c4fd6b44664d2443f77830ca3158f0b4bb7133527e2543657f3d9654c8d845ada55c2940fc18cc7232117d3e298e3bfc62188250ee1b1c6
 SHA512 
8076668caaef2559537f828b45d0624f2a2ed35893e1c5af82671f3d97e1f71ebc22817f4036a0d60af183a5b3e717854672b2cfc65f776532ea8ca99ddfec35
 DIST jc-1.18.4.tar.gz 3981817 BLAKE2B 
f73f153913b02a29e88d75d49cf3f072124be0f23a5a65bf8c85e77bce3934d81406fabfaf5fb4cb9df57bb001b2772a6d31e6e3a3eb17b1cf71afb7d71178f1
 SHA512 
74eb22cfa7743ddb9477f7f0ab0afa24079e6003f4c25fc41cdfa492fefeda2a35b09bfd600e87c2cb1502667cd71c298af7f6995c097cee4e17df7476ce879b
+DIST jc-1.18.5.tar.gz 3981643 BLAKE2B 
9eebaef4e2ee0a014df5fa73f0fecf9d91c62483594d529d6ae9b1d538ee4c62ec1ab6f673f0f3fbb32220920c843e8fd6a487ecaaa9662b63128ff9df786dcc
 SHA512 
f105aa3aa6e5059d06976d089f52eb9c8a1005e2b2c0b9ee2b4229e2f82028277a45979d34a6f81679c22472d7a99903711ac6946accdb86c796e790d121112e

diff --git a/dev-python/jc/jc-1.18.5.ebuild b/dev-python/jc/jc-1.18.5.ebuild
new file mode 100644
index ..f4014eac3167
--- /dev/null
+++ b/dev-python/jc/jc-1.18.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-03-05 Thread Zac Medico
commit: 0c9455db20089977c8555719befc0fd05ec4608a
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  5 22:56:43 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  5 22:56:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9455db

dev-python/jc: Bump to version 1.18.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index b9c7b674b7e6..e47385eb7db2 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -2,3 +2,4 @@ DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a
 DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474
 DIST jc-1.18.2.tar.gz 3928302 BLAKE2B 
5deb67c56d3fc32728da6e67d7941c8ba01482c1ead86c82f68ed49c8aa53de8e88a77c3840db1f4d9c4d00ea5c96fdb9f7631d99f1dd9a288a41e2e9d50b797
 SHA512 
f425cc225fd4f993bb0a3c5065f0e90894e7330976dc4bfae08acd4559d0cad5a4cd14d93976814ea03f853ec0faf11bfc1c3b6b8b9d7a61071398d628ab57dc
 DIST jc-1.18.3.tar.gz 3970152 BLAKE2B 
bd37c2f4128005b39c4fd6b44664d2443f77830ca3158f0b4bb7133527e2543657f3d9654c8d845ada55c2940fc18cc7232117d3e298e3bfc62188250ee1b1c6
 SHA512 
8076668caaef2559537f828b45d0624f2a2ed35893e1c5af82671f3d97e1f71ebc22817f4036a0d60af183a5b3e717854672b2cfc65f776532ea8ca99ddfec35
+DIST jc-1.18.4.tar.gz 3981817 BLAKE2B 
f73f153913b02a29e88d75d49cf3f072124be0f23a5a65bf8c85e77bce3934d81406fabfaf5fb4cb9df57bb001b2772a6d31e6e3a3eb17b1cf71afb7d71178f1
 SHA512 
74eb22cfa7743ddb9477f7f0ab0afa24079e6003f4c25fc41cdfa492fefeda2a35b09bfd600e87c2cb1502667cd71c298af7f6995c097cee4e17df7476ce879b

diff --git a/dev-python/jc/jc-1.18.4.ebuild b/dev-python/jc/jc-1.18.4.ebuild
new file mode 100644
index ..f4014eac3167
--- /dev/null
+++ b/dev-python/jc/jc-1.18.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-02-14 Thread Michał Górny
commit: 2f1e65ed8195048060bcdbd7d44037ae2f54ac54
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 14 21:04:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 14 21:37:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1e65ed

dev-python/jc: Bump to 1.18.3

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 478d5fa38237..b9c7b674b7e6 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1,4 @@
 DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0
 DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474
 DIST jc-1.18.2.tar.gz 3928302 BLAKE2B 
5deb67c56d3fc32728da6e67d7941c8ba01482c1ead86c82f68ed49c8aa53de8e88a77c3840db1f4d9c4d00ea5c96fdb9f7631d99f1dd9a288a41e2e9d50b797
 SHA512 
f425cc225fd4f993bb0a3c5065f0e90894e7330976dc4bfae08acd4559d0cad5a4cd14d93976814ea03f853ec0faf11bfc1c3b6b8b9d7a61071398d628ab57dc
+DIST jc-1.18.3.tar.gz 3970152 BLAKE2B 
bd37c2f4128005b39c4fd6b44664d2443f77830ca3158f0b4bb7133527e2543657f3d9654c8d845ada55c2940fc18cc7232117d3e298e3bfc62188250ee1b1c6
 SHA512 
8076668caaef2559537f828b45d0624f2a2ed35893e1c5af82671f3d97e1f71ebc22817f4036a0d60af183a5b3e717854672b2cfc65f776532ea8ca99ddfec35

diff --git a/dev-python/jc/jc-1.18.3.ebuild b/dev-python/jc/jc-1.18.3.ebuild
new file mode 100644
index ..f4014eac3167
--- /dev/null
+++ b/dev-python/jc/jc-1.18.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-28 Thread Michał Górny
commit: 1fa0526d8191d4459fa37fe4244485a91a2da6c8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 28 08:02:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 28 08:54:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa0526d

dev-python/jc: Bump to 1.18.2

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 23c92708fc5c..478d5fa38237 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0
 DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474
+DIST jc-1.18.2.tar.gz 3928302 BLAKE2B 
5deb67c56d3fc32728da6e67d7941c8ba01482c1ead86c82f68ed49c8aa53de8e88a77c3840db1f4d9c4d00ea5c96fdb9f7631d99f1dd9a288a41e2e9d50b797
 SHA512 
f425cc225fd4f993bb0a3c5065f0e90894e7330976dc4bfae08acd4559d0cad5a4cd14d93976814ea03f853ec0faf11bfc1c3b6b8b9d7a61071398d628ab57dc

diff --git a/dev-python/jc/jc-1.18.2.ebuild b/dev-python/jc/jc-1.18.2.ebuild
new file mode 100644
index ..f4014eac3167
--- /dev/null
+++ b/dev-python/jc/jc-1.18.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-21 Thread Georgy Yakovlev
commit: a33d2afd6ede699af58a9c82c4a1155127a28162
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 22 07:39:55 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 22 07:39:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33d2afd

dev-python/jc: keyword 1.18.1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/jc/jc-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jc/jc-1.18.1.ebuild b/dev-python/jc/jc-1.18.1.ebuild
index 5d846f299830..eb0e616c0a64 100644
--- a/dev-python/jc/jc-1.18.1.ebuild
+++ b/dev-python/jc/jc-1.18.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-21 Thread Arthur Zamarin
commit: e42128900f1df4f2c78f6e83b23acf837151a450
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 22 06:51:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 22 06:51:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4212890

dev-python/jc: drop 1.16.0, 1.17.3, 1.17.4, 1.17.5, 1.17.6

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  5 -
 dev-python/jc/jc-1.16.0.ebuild | 25 -
 dev-python/jc/jc-1.17.3.ebuild | 25 -
 dev-python/jc/jc-1.17.4.ebuild | 25 -
 dev-python/jc/jc-1.17.5.ebuild | 25 -
 dev-python/jc/jc-1.17.6.ebuild | 25 -
 6 files changed, 130 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index b74c58205607..23c92708fc5c 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,7 +1,2 @@
-DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b
-DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7
-DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6
-DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594
-DIST jc-1.17.6.tar.gz 3876556 BLAKE2B 
97f84a6d1351102bc016e104c4f6d5aa8a7a47fa5ecbdad66df75253adee323259961d555d728b11090df9a05d74dfae0720655f8ea21864479b7e59f95dffa7
 SHA512 
a70dd9dc79a99c147aca8e647722820ba69f7668415eeea24be336e2c14728808938fa2d9e19122849ad0c1d89684f08d1ff0dc6361137eb9fbacba6546857ca
 DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0
 DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
deleted file mode 100644
index 55a2e83ea478..
--- a/dev-python/jc/jc-1.16.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.17.3.ebuild b/dev-python/jc/jc-1.17.3.ebuild
deleted file mode 100644
index 55a2e83ea478..
--- a/dev-python/jc/jc-1.17.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc;
-SRC_URI="
-   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/jc/jc-1.17.4.ebuild b/dev-python/jc/jc-1.17.4.ebuild
deleted file mode 100644
index 55a2e83ea478..
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-21 Thread Arthur Zamarin
commit: b92affef3e05c0295bbbed7391093a31fbe79cc5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 22 06:21:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 22 06:21:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92affef

dev-python/jc: add 1.18.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.18.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 7b7f65fad181..b74c58205607 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -4,3 +4,4 @@ DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c
 DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594
 DIST jc-1.17.6.tar.gz 3876556 BLAKE2B 
97f84a6d1351102bc016e104c4f6d5aa8a7a47fa5ecbdad66df75253adee323259961d555d728b11090df9a05d74dfae0720655f8ea21864479b7e59f95dffa7
 SHA512 
a70dd9dc79a99c147aca8e647722820ba69f7668415eeea24be336e2c14728808938fa2d9e19122849ad0c1d89684f08d1ff0dc6361137eb9fbacba6546857ca
 DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0
+DIST jc-1.18.1.tar.gz 3927394 BLAKE2B 
f87744e2cfdda10e6d2b1ea021f304e533ab1838de37f09b534e8ed1cf522d6267c96ac22d9ab665fdd593d27adcfa6da34f2f2471bae783585745882796ff8d
 SHA512 
00fb9bfd2ebf9419c866ed56113310f3917e5dbbe538b0d48f5e66979773108f430168186fb350ed9494344f1ceb80e0bcef51344994b78e852b5c6305e9c474

diff --git a/dev-python/jc/jc-1.18.1.ebuild b/dev-python/jc/jc-1.18.1.ebuild
new file mode 100644
index ..5d846f299830
--- /dev/null
+++ b/dev-python/jc/jc-1.18.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-14 Thread Arthur Zamarin
commit: e523ed60ecaa75985582c0f09404ff937c5fa1e1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 15 06:53:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 15 07:23:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e523ed60

dev-python/jc: add 1.17.7

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 7b340058ce67..7b7f65fad181 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -3,3 +3,4 @@ DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4f
 DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6
 DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594
 DIST jc-1.17.6.tar.gz 3876556 BLAKE2B 
97f84a6d1351102bc016e104c4f6d5aa8a7a47fa5ecbdad66df75253adee323259961d555d728b11090df9a05d74dfae0720655f8ea21864479b7e59f95dffa7
 SHA512 
a70dd9dc79a99c147aca8e647722820ba69f7668415eeea24be336e2c14728808938fa2d9e19122849ad0c1d89684f08d1ff0dc6361137eb9fbacba6546857ca
+DIST jc-1.17.7.tar.gz 3922848 BLAKE2B 
e075e5e2c7bd06d7c4310a2cb94b1ddd55014d9d8a920c100fcba01735188a7a9ed221224cc73e62efab02a9feb8d1f208a30964e4063f1147299f098ce6
 SHA512 
be565377f3f776b387e4a8ff6bc07ac39c93bcf1a21e71cf96dd3474f459e07f050fd30b0b9281331a39c361155463b63c5a61f4271885126406029b5f9546a0

diff --git a/dev-python/jc/jc-1.17.7.ebuild b/dev-python/jc/jc-1.17.7.ebuild
new file mode 100644
index ..5d846f299830
--- /dev/null
+++ b/dev-python/jc/jc-1.17.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2022-01-04 Thread Arthur Zamarin
commit: 6588007cff8992e768e9f33a001c32550154ffa9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:37:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 20:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6588007c

dev-python/jc: add 1.17.6

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 1b84e0209f9a..7b340058ce67 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -2,3 +2,4 @@ DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496
 DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7
 DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6
 DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594
+DIST jc-1.17.6.tar.gz 3876556 BLAKE2B 
97f84a6d1351102bc016e104c4f6d5aa8a7a47fa5ecbdad66df75253adee323259961d555d728b11090df9a05d74dfae0720655f8ea21864479b7e59f95dffa7
 SHA512 
a70dd9dc79a99c147aca8e647722820ba69f7668415eeea24be336e2c14728808938fa2d9e19122849ad0c1d89684f08d1ff0dc6361137eb9fbacba6546857ca

diff --git a/dev-python/jc/jc-1.17.6.ebuild b/dev-python/jc/jc-1.17.6.ebuild
new file mode 100644
index ..5d846f299830
--- /dev/null
+++ b/dev-python/jc/jc-1.17.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-12-21 Thread Arthur Zamarin
commit: 1430e876cde6774856e6372429938e02a9be25ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 05:53:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 05:53:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1430e876

dev-python/jc: add 1.17.5

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index eea86bc5b2aa..1b84e0209f9a 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,3 +1,4 @@
 DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b
 DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7
 DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6
+DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594

diff --git a/dev-python/jc/jc-1.17.5.ebuild b/dev-python/jc/jc-1.17.5.ebuild
new file mode 100644
index ..55a2e83ea478
--- /dev/null
+++ b/dev-python/jc/jc-1.17.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-12-08 Thread Michał Górny
commit: 54a1df1a8325f30b8041e479dde1e64ae293845f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  9 06:40:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  9 07:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a1df1a

dev-python/jc: Bump to 1.17.4

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 599b6e54fd81..eea86bc5b2aa 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1,3 @@
 DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b
 DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7
+DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6

diff --git a/dev-python/jc/jc-1.17.4.ebuild b/dev-python/jc/jc-1.17.4.ebuild
new file mode 100644
index ..55a2e83ea478
--- /dev/null
+++ b/dev-python/jc/jc-1.17.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-12-02 Thread Michał Górny
commit: 1c8cf642d7f492faeac808f3b6c77b958fd7daed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  3 07:30:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  3 07:42:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8cf642

dev-python/jc: Bump to 1.17.3

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 986eb7a3c4a9..599b6e54fd81 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b
+DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7

diff --git a/dev-python/jc/jc-1.17.3.ebuild b/dev-python/jc/jc-1.17.3.ebuild
new file mode 100644
index ..55a2e83ea478
--- /dev/null
+++ b/dev-python/jc/jc-1.17.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-08-16 Thread Arthur Zamarin
commit: 9ee928a642975d7e01ea3ac48c2c7f37ff43f962
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 16 05:50:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 16 06:26:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee928a6

dev-python/jc: remove redundant sed, update HOMEPAGE

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/jc-1.16.0.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
index f1821811b60..55a2e83ea47 100644
--- a/dev-python/jc/jc-1.16.0.ebuild
+++ b/dev-python/jc/jc-1.16.0.ebuild
@@ -8,8 +8,11 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags;
-SRC_URI="https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
@@ -20,8 +23,3 @@ RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-08-15 Thread Arthur Zamarin
commit: 6486ebc65badf1d116086b50724215179a0a17a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:32:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6486ebc6

dev-python/jc: drop 1.15.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 -
 dev-python/jc/jc-1.15.3.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 42e0809b101..986eb7a3c4a 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.15.3.tar.gz 131810 BLAKE2B 
885e4910c1186dd9b8e42a2b06eeb954e777c5e6bc07575a3f5005ed575defbe1b9c21a34ba8ddb34812b60b139a41b3f79d74501e83ba38437a55746eaa36cc
 SHA512 
f077253007185e34a9654551661b84625d312a0da3d7382ab30d6fb25c5d4d35cc021e6989937d1ab9b6826df7bd65654c4cb6b0a4f669c2abfc3350d3298f74
 DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b

diff --git a/dev-python/jc/jc-1.15.3.ebuild b/dev-python/jc/jc-1.15.3.ebuild
deleted file mode 100644
index ffbe0940861..000
--- a/dev-python/jc/jc-1.15.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-08-15 Thread Arthur Zamarin
commit: 75d2ddb335441fd77cfc2d52b1eb9a3c1adc66cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:31:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d2ddb3

dev-python/jc: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jc/metadata.xml b/dev-python/jc/metadata.xml
index b45cd3d0641..9009e08856f 100644
--- a/dev-python/jc/metadata.xml
+++ b/dev-python/jc/metadata.xml
@@ -5,6 +5,7 @@
zmed...@gentoo.org
Zac Medico

+   

kellyjonbrazil/jc
jc



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-08-15 Thread Arthur Zamarin
commit: 4fbc4831e3cd87342ee327a6c1c5c81678db3177
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:24:45 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:30:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbc4831

dev-python/jc: add 1.16.0, enable py3.10, EAPI=8

Bug: https://bugs.gentoo.org/790707
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.16.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d8eaec29070..42e0809b101 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.15.3.tar.gz 131810 BLAKE2B 
885e4910c1186dd9b8e42a2b06eeb954e777c5e6bc07575a3f5005ed575defbe1b9c21a34ba8ddb34812b60b139a41b3f79d74501e83ba38437a55746eaa36cc
 SHA512 
f077253007185e34a9654551661b84625d312a0da3d7382ab30d6fb25c5d4d35cc021e6989937d1ab9b6826df7bd65654c4cb6b0a4f669c2abfc3350d3298f74
+DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
new file mode 100644
index 000..7c7bc7a63e0
--- /dev/null
+++ b/dev-python/jc/jc-1.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags;
+SRC_URI="https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-08-15 Thread Arthur Zamarin
commit: 00fc4bdc814c887e724b434a1f01a15a814575be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:29:37 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fc4bdc

dev-python/jc: enable tests

Closes: https://bugs.gentoo.org/790707
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/jc-1.16.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
index 7c7bc7a63e0..f1821811b60 100644
--- a/dev-python/jc/jc-1.16.0.ebuild
+++ b/dev-python/jc/jc-1.16.0.ebuild
@@ -19,6 +19,8 @@ RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
 
+distutils_enable_tests unittest
+
 python_prepare_all() {
sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
distutils-r1_python_prepare_all



[gentoo-commits] repo/gentoo:master commit in: dev-python/jc/

2021-04-28 Thread Zac Medico
commit: a3b49d16f485517421e154457e1f880bfabc4fd6
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 28 17:15:32 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Apr 28 17:31:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b49d16

dev-python/jc: Initial import

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.15.3.ebuild | 27 +++
 dev-python/jc/metadata.xml | 12 
 3 files changed, 40 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
new file mode 100644
index 000..d8eaec29070
--- /dev/null
+++ b/dev-python/jc/Manifest
@@ -0,0 +1 @@
+DIST jc-1.15.3.tar.gz 131810 BLAKE2B 
885e4910c1186dd9b8e42a2b06eeb954e777c5e6bc07575a3f5005ed575defbe1b9c21a34ba8ddb34812b60b139a41b3f79d74501e83ba38437a55746eaa36cc
 SHA512 
f077253007185e34a9654551661b84625d312a0da3d7382ab30d6fb25c5d4d35cc021e6989937d1ab9b6826df7bd65654c4cb6b0a4f669c2abfc3350d3298f74

diff --git a/dev-python/jc/jc-1.15.3.ebuild b/dev-python/jc/jc-1.15.3.ebuild
new file mode 100644
index 000..ffbe0940861
--- /dev/null
+++ b/dev-python/jc/jc-1.15.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
+   distutils-r1_python_prepare_all
+}

diff --git a/dev-python/jc/metadata.xml b/dev-python/jc/metadata.xml
new file mode 100644
index 000..b45cd3d0641
--- /dev/null
+++ b/dev-python/jc/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   kellyjonbrazil/jc
+   jc
+   
+