From a4c6d6569ed5fabb7be87d60a459a02aad5d8dcf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 19 Jun 2021 00:44:39 -0700 Subject: app-misc/jpipe: Bump to version 0.1.3.9 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico --- app-misc/jpipe/Manifest | 2 +- app-misc/jpipe/jpipe-0.1.3.8.ebuild | 38 ------------------------------------- app-misc/jpipe/jpipe-0.1.3.9.ebuild | 38 +++++++++++++++++++++++++++++++++++++ app-misc/jpipe/metadata.xml | 4 ++-- 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 app-misc/jpipe/jpipe-0.1.3.8.ebuild create mode 100644 app-misc/jpipe/jpipe-0.1.3.9.ebuild diff --git a/app-misc/jpipe/Manifest b/app-misc/jpipe/Manifest index f2e8d8fe8dae..6cfca5fe9d7c 100644 --- a/app-misc/jpipe/Manifest +++ b/app-misc/jpipe/Manifest @@ -1 +1 @@ -DIST jpipe-0.1.3.8.tar.gz 6577 BLAKE2B 1739a47f1563f151ba02ae7a86ab9010f0502dcf68933378ecc0c89c368cb303271407909e3af55a106c412d18202da0b0a9affa5c9726dfd98011a227897f0c SHA512 1684ad9f31eade5177d811f67120686ea182783304f184ef95808cefb5ab6898556cba3a052f23f68208f25ea57a516beadf5c12e8fa0816801fd8f423a86e9c +DIST jpipe-0.1.3.9.tar.gz 7659 BLAKE2B 91ade62f8a41c895acc56fd3019b56cd23a1550b689db7e4ee0ab5da402bd63d423dd6b5570c864230075a96fe251254dd8ca8c9954329af2606805025be15c3 SHA512 ca8f91a9a4cabb8daad4fc83221950c059fbe4fae984d084546bdba7b9726242e38043480fdaa674a5967864538c452f5577b0b0b9d565a7a273245d98f16730 diff --git a/app-misc/jpipe/jpipe-0.1.3.8.ebuild b/app-misc/jpipe/jpipe-0.1.3.8.ebuild deleted file mode 100644 index 81599d1b3968..000000000000 --- a/app-misc/jpipe/jpipe-0.1.3.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="A python implementation of the jp CLI for JMESPath" -HOMEPAGE="https://github.com/pipebus/jpipe https://github.com/jmespath/jmespath.py/pull/224" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -SLOT="0" -IUSE="jpp jp-symlink test" -RESTRICT="!test? ( test )" -RDEPEND=" - 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 = jpipe/d' -i setup.py || die - fi - if ! use jp-symlink; then - sed -e '/"jp = jpipe/d' -i setup.py || die - fi - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" test/test_jp.py || die "jp tests failed for ${EPYTHON}" - "${PYTHON}" test/test_jpp.py || die "jpp tests failed for ${EPYTHON}" -} diff --git a/app-misc/jpipe/jpipe-0.1.3.9.ebuild b/app-misc/jpipe/jpipe-0.1.3.9.ebuild new file mode 100644 index 000000000000..5fc4e62fcce8 --- /dev/null +++ b/app-misc/jpipe/jpipe-0.1.3.9.ebuild @@ -0,0 +1,38 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="A python implementation of the jp CLI for JMESPath" +HOMEPAGE="https://github.com/pipebus/jpipe https://github.com/jmespath/jmespath.py/pull/224" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" +IUSE="jpp-symlink jp-symlink test" +RESTRICT="!test? ( test )" +RDEPEND=" + jpp-symlink? ( !app-misc/jp[jpp] ) + jp-symlink? ( !app-misc/jp[jp] ) + dev-python/jmespath[${PYTHON_USEDEP}] +" + +python_prepare_all() { + if ! use jpp-symlink; then + sed -e '/"jpp = jpipe/d' -i setup.py || die + fi + if ! use jp-symlink; then + sed -e '/"jp = jpipe/d' -i setup.py || die + fi + distutils-r1_python_prepare_all +} + +python_test() { + "${PYTHON}" test/test_jp.py || die "jp tests failed for ${EPYTHON}" + "${PYTHON}" test/test_jpp.py || die "jpp tests failed for ${EPYTHON}" +} diff --git a/app-misc/jpipe/metadata.xml b/app-misc/jpipe/metadata.xml index c1da5f3b0541..cac479078bf9 100644 --- a/app-misc/jpipe/metadata.xml +++ b/app-misc/jpipe/metadata.xml @@ -12,8 +12,8 @@ Install a jp symlink that points to jpipe. - - Install jpp which is an extended superset of the jp CLI for JMESPath. + + Install a jpp symlink that points to jpipe. -- cgit v1.2.3-65-gdbad