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: app-misc/jpipe/
Date: Tue, 15 Jun 2021 10:57:24 +0000 (UTC)	[thread overview]
Message-ID: <1623754497.e7fac66ef40178728dda90d3f9c763ae5c0efbbd.zmedico@gentoo> (raw)

commit:     e7fac66ef40178728dda90d3f9c763ae5c0efbbd
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 10:49:02 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 10:54:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fac66e

app-misc/jpipe: Bump to version 0.1.3.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-misc/jpipe/Manifest                                   |  2 +-
 .../jpipe/{jpipe-0.0.1.ebuild => jpipe-0.1.3.1.ebuild}    | 15 +++++++++++++--
 app-misc/jpipe/metadata.xml                               |  3 +++
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/app-misc/jpipe/Manifest b/app-misc/jpipe/Manifest
index e44ddc0001d..56c40aec310 100644
--- a/app-misc/jpipe/Manifest
+++ b/app-misc/jpipe/Manifest
@@ -1 +1 @@
-DIST jpipe-0.0.1.tar.gz 4567 BLAKE2B 0c33e36ed03373ef2a030aa2ac0ecc6e05c0683f04bf4c96eeec0cc07b75a16e3c805bc9c59b6cf7fd6aa9e65dc639dbc1e496d4084bb4b74835ea0c3043c8be SHA512 8cd7f9ff5138f55c13497a0059d32fdde6d6e698020e9ea231ed0431e76e97b2769f781e8a58ec636cadfe110f84f940161cbfa212cfa2f805e18e92a7e0d310
+DIST jpipe-0.1.3.1.tar.gz 5957 BLAKE2B ce7570006aa40ca61939c59a93608569898b0327d10a3ebce85e44ca33175a1fcf8412740008a648865ce5098594318154ad415505ed3167664c8726827402c7 SHA512 4dd90c4d59f1a3ca8a2417a20b95db9bb949c380104030a35053edb5e1c3a1bc73d28725cc18c0a3384181899198837f4d4abedaf9c7e374ec905e42ce1af4f6

diff --git a/app-misc/jpipe/jpipe-0.0.1.ebuild b/app-misc/jpipe/jpipe-0.1.3.1.ebuild
similarity index 68%
rename from app-misc/jpipe/jpipe-0.0.1.ebuild
rename to app-misc/jpipe/jpipe-0.1.3.1.ebuild
index 0ac556bbf2b..a7ed6283850 100644
--- a/app-misc/jpipe/jpipe-0.0.1.ebuild
+++ b/app-misc/jpipe/jpipe-0.1.3.1.ebuild
@@ -14,15 +14,26 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64"
 SLOT="0"
-IUSE="jp-symlink test"
+IUSE="jpp jp-symlink test"
 RESTRICT="!test? ( test )"
 RDEPEND="
-	jp-symlink? ( !app-misc/jp )
+	jpp? ( !app-misc/jp[jpp] )
+	jp-symlink? ( !app-misc/jp[jp] )
 	dev-python/jmespath[${PYTHON_USEDEP}]
 "
 
+python_prepare_all() {
+	if ! use jpp; then
+		sed -e '/jpp_main/d' -i setup.py || die
+	fi
+	distutils-r1_python_prepare_all
+}
+
 python_test() {
 	"${PYTHON}" test/test_jpipe.py || die "tests failed for ${EPYTHON}"
+	if use jpp; then
+		"${PYTHON}" test/test_jpp.py || die "jpp tests failed for ${EPYTHON}"
+	fi
 }
 
 src_install() {

diff --git a/app-misc/jpipe/metadata.xml b/app-misc/jpipe/metadata.xml
index 0f6af2e7dae..c1da5f3b054 100644
--- a/app-misc/jpipe/metadata.xml
+++ b/app-misc/jpipe/metadata.xml
@@ -12,5 +12,8 @@
 		<flag name="jp-symlink">
 			Install a jp symlink that points to jpipe.
 		</flag>
+		<flag name="jpp">
+			Install jpp which is an extended superset of the jp CLI for JMESPath.
+		</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2021-06-15 10:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 10:57 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 23:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/ Zac Medico
2024-03-06 19:11 Zac Medico
2024-03-06 17:32 Zac Medico
2024-03-06 16:42 Zac Medico
2023-03-17  5:32 Michał Górny
2022-11-13  3:05 Zac Medico
2022-05-15 17:13 Zac Medico
2022-03-05 18:11 Zac Medico
2022-03-05 18:11 Zac Medico
2022-02-01 19:02 Michał Górny
2021-11-21 19:23 Zac Medico
2021-11-21 19:19 Zac Medico
2021-10-01  5:49 Zac Medico
2021-09-30 21:55 Zac Medico
2021-09-30  6:49 Zac Medico
2021-09-20 21:24 Zac Medico
2021-06-19  7:58 Zac Medico
2021-06-18 22:18 Zac Medico
2021-06-17 22:26 Zac Medico
2021-06-17  5:33 Zac Medico
2021-06-16 19:55 Zac Medico
2021-06-15 23:23 Zac Medico
2021-06-15 22:16 Zac Medico
2021-06-14  2:34 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=1623754497.e7fac66ef40178728dda90d3f9c763ae5c0efbbd.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