public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Mon, 29 Aug 2022 18:04:47 +0000 (UTC)	[thread overview]
Message-ID: <1661795066.8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730.arthurzam@gentoo> (raw)

commit:     8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 17:44:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 17:44:26 2022 +0000
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 <arthurzam <AT> 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..000000000000
--- 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..000000000000
--- 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..000000000000
--- 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
-		-> ${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


             reply	other threads:[~2022-08-29 18:04 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 18:04 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 14:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/ Michał Górny
2024-03-24 16:22 Michał Górny
2024-02-13  4:27 Michał Górny
2024-02-06  3:07 Michał Górny
2023-12-18  5:18 Michał Górny
2023-10-24  5:16 Michał Górny
2023-10-22  6:55 Michał Górny
2023-10-20 13:12 Michał Górny
2023-07-31  7:13 Michał Górny
2023-07-24 11:32 Michał Górny
2023-06-22  5:08 Michał Górny
2023-05-01  4:31 Michał Górny
2023-04-08  6:08 Michał Górny
2023-03-24  5:21 Michał Górny
2023-02-28  5:06 Michał Górny
2023-01-12  6:14 Michał Górny
2023-01-12  6:14 Michał Górny
2022-12-31  0:19 Zac Medico
2022-12-17  1:06 Zac Medico
2022-11-14  4:39 Michał Górny
2022-11-09  8:38 Michał Górny
2022-10-25  8:28 Michał Górny
2022-10-24 19:10 Arthur Zamarin
2022-09-28  1:36 Zac Medico
2022-08-29 18:04 Arthur Zamarin
2022-08-22 19:23 Arthur Zamarin
2022-07-24 21:35 Zac Medico
2022-07-06  5:18 Arthur Zamarin
2022-06-16  8:05 Michał Górny
2022-06-16  6:06 Michał Górny
2022-06-04 19:04 Michał Górny
2022-06-01  7:21 Michał Górny
2022-05-16 13:20 Michał Górny
2022-05-13 21:37 Zac Medico
2022-04-28  0:44 Zac Medico
2022-04-28  0:44 Zac Medico
2022-04-26  9:59 Michał Górny
2022-03-26  1:49 Zac Medico
2022-03-26  1:49 Zac Medico
2022-03-06 19:38 Zac Medico
2022-03-05 22:57 Zac Medico
2022-02-14 21:37 Michał Górny
2022-01-28  8:54 Michał Górny
2022-01-22  7:42 Georgy Yakovlev
2022-01-22  6:51 Arthur Zamarin
2022-01-22  6:47 Arthur Zamarin
2022-01-15  7:23 Arthur Zamarin
2022-01-04 20:44 Arthur Zamarin
2021-12-22  6:06 Arthur Zamarin
2021-12-09  7:30 Michał Górny
2021-12-03  7:42 Michał Górny
2021-08-16  6:26 Arthur Zamarin
2021-08-15 17:38 Arthur Zamarin
2021-08-15 17:38 Arthur Zamarin
2021-08-15 17:38 Arthur Zamarin
2021-08-15 17:38 Arthur Zamarin
2021-04-28 17:32 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661795066.8c1c1f78b2efe14ba4c60356cc036b8b8a2b2730.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox