public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Mon, 16 May 2022 13:20:43 +0000 (UTC)	[thread overview]
Message-ID: <1652707129.e1dc2e0604ed7b21118791fcf0dc686a7cacd6d3.mgorny@gentoo> (raw)

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

dev-python/jc: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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


             reply	other threads:[~2022-05-16 13:20 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 13:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26 22:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/ Zac Medico
2024-06-10 14:41 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-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-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=1652707129.e1dc2e0604ed7b21118791fcf0dc686a7cacd6d3.mgorny@gentoo \
    --to=mgorny@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