public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Sat,  5 Mar 2022 22:57:04 +0000 (UTC)	[thread overview]
Message-ID: <1646521003.0c9455db20089977c8555719befc0fd05ec4608a.zmedico@gentoo> (raw)

commit:     0c9455db20089977c8555719befc0fd05ec4608a
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 22:56:43 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 22:56:43 2022 +0000
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 <zmedico <AT> 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 000000000000..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


             reply	other threads:[~2022-03-05 22:57 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-05 22:57 Zac Medico [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-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-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=1646521003.0c9455db20089977c8555719befc0fd05ec4608a.zmedico@gentoo \
    --to=zmedico@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