From 20f73f81edd9c62f8539c669a2644466137e0f44 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 16 Jun 2021 22:30:53 -0700 Subject: app-misc/jpipe: Bump to version 0.1.3.4 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.3.ebuild | 42 ------------------------------------- app-misc/jpipe/jpipe-0.1.3.4.ebuild | 42 +++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 app-misc/jpipe/jpipe-0.1.3.3.ebuild create mode 100644 app-misc/jpipe/jpipe-0.1.3.4.ebuild diff --git a/app-misc/jpipe/Manifest b/app-misc/jpipe/Manifest index 35f9f254c024..5056e20bdad5 100644 --- a/app-misc/jpipe/Manifest +++ b/app-misc/jpipe/Manifest @@ -1 +1 @@ -DIST jpipe-0.1.3.3.tar.gz 6264 BLAKE2B 716cf99ef7aa50d405652d366670ebaf25bf4cde2f55395618382d3a62d355bdfdf55f1ef3766d53fd55e7cbb19063588b8b8822a4056d1c98af8fb5b3fbd921 SHA512 2920a029d2ac83ac27ed99a24d83946692d4962b9b3233d7e4e287194e1ccc7b7251f264da91bade7b29b2642c17541791ab51e5913702fbe2904a94ac32b35e +DIST jpipe-0.1.3.4.tar.gz 6339 BLAKE2B b6d01a7b4f3394c540e14cdf8cd8e422462cf5b93043d8846f6da805e9e7c78392996edd4553b36886b728773296a5dd5291168cf145d1837a01cfbb8404a46e SHA512 8a9a548b5b9cb512ca32471820a542d2b9bde6032ed275ad366f0b71224ee14fe1d05da9c544175e375378f076402de2f9c2a6c60c5e347985bad2b456baa810 diff --git a/app-misc/jpipe/jpipe-0.1.3.3.ebuild b/app-misc/jpipe/jpipe-0.1.3.3.ebuild deleted file mode 100644 index d40453fbf158..000000000000 --- a/app-misc/jpipe/jpipe-0.1.3.3.ebuild +++ /dev/null @@ -1,42 +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_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() { - distutils-r1_src_install - use jp-symlink && dosym jpipe /usr/bin/jp -} diff --git a/app-misc/jpipe/jpipe-0.1.3.4.ebuild b/app-misc/jpipe/jpipe-0.1.3.4.ebuild new file mode 100644 index 000000000000..d40453fbf158 --- /dev/null +++ b/app-misc/jpipe/jpipe-0.1.3.4.ebuild @@ -0,0 +1,42 @@ +# 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_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() { + distutils-r1_src_install + use jp-symlink && dosym jpipe /usr/bin/jp +} -- cgit v1.2.3-65-gdbad