From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/
Date: Wed, 28 Apr 2021 17:32:04 +0000 (UTC) [thread overview]
Message-ID: <1619631079.a3b49d16f485517421e154457e1f880bfabc4fd6.zmedico@gentoo> (raw)
commit: a3b49d16f485517421e154457e1f880bfabc4fd6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 17:15:32 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 17:31:19 2021 +0000
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 <zmedico <AT> 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 00000000000..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 00000000000..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 00000000000..b45cd3d0641
--- /dev/null
+++ b/dev-python/jc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kellyjonbrazil/jc</remote-id>
+ <remote-id type="pypi">jc</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-04-28 17:32 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 17:32 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-15 17:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/jc/ 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-16 6:26 Arthur Zamarin
2021-12-03 7:42 Michał Górny
2021-12-09 7:30 Michał Górny
2021-12-22 6:06 Arthur Zamarin
2022-01-04 20:44 Arthur Zamarin
2022-01-15 7:23 Arthur Zamarin
2022-01-22 6:47 Arthur Zamarin
2022-01-22 6:51 Arthur Zamarin
2022-01-22 7:42 Georgy Yakovlev
2022-01-28 8:54 Michał Górny
2022-02-14 21:37 Michał Górny
2022-03-05 22:57 Zac Medico
2022-03-06 19:38 Zac Medico
2022-03-26 1:49 Zac Medico
2022-03-26 1:49 Zac Medico
2022-04-26 9:59 Michał Górny
2022-04-28 0:44 Zac Medico
2022-04-28 0:44 Zac Medico
2022-05-13 21:37 Zac Medico
2022-05-16 13:20 Michał Górny
2022-06-01 7:21 Michał Górny
2022-06-04 19:04 Michał Górny
2022-06-16 6:06 Michał Górny
2022-06-16 8:05 Michał Górny
2022-07-06 5:18 Arthur Zamarin
2022-07-24 21:35 Zac Medico
2022-08-22 19:23 Arthur Zamarin
2022-08-29 18:04 Arthur Zamarin
2022-08-29 18:04 Arthur Zamarin
2022-09-28 1:36 Zac Medico
2022-10-24 19:10 Arthur Zamarin
2022-10-25 8:28 Michał Górny
2022-11-09 8:38 Michał Górny
2022-11-14 4:39 Michał Górny
2022-12-17 1:06 Zac Medico
2022-12-31 0:19 Zac Medico
2023-01-12 6:14 Michał Górny
2023-01-12 6:14 Michał Górny
2023-02-28 5:06 Michał Górny
2023-03-24 5:21 Michał Górny
2023-04-08 6:08 Michał Górny
2023-05-01 4:31 Michał Górny
2023-06-22 5:08 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-31 7:13 Michał Górny
2023-10-20 13:12 Michał Górny
2023-10-22 6:55 Michał Górny
2023-10-24 5:16 Michał Górny
2023-12-18 5:18 Michał Górny
2024-02-06 3:07 Michał Górny
2024-02-13 4:27 Michał Górny
2024-03-24 16:22 Michał Górny
2024-06-10 14:41 Michał Górny
2024-11-26 22:41 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=1619631079.a3b49d16f485517421e154457e1f880bfabc4fd6.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