From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/
Date: Sat, 26 Oct 2019 02:15:59 +0000 (UTC) [thread overview]
Message-ID: <1572056117.c6eaa4b1cda33d3a8beb267d798e97df2d3cc4f4.zmedico@gentoo> (raw)
commit: c6eaa4b1cda33d3a8beb267d798e97df2d3cc4f4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 02:15:17 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Oct 26 02:15:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6eaa4b1
app-misc/yq: Bump to version 2.8.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-misc/yq/Manifest | 1 +
app-misc/yq/yq-2.8.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index 7f1abb5ef27..cb04825cec5 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1,2 +1,3 @@
DIST yq-2.7.1.tar.gz 13794 BLAKE2B 87fe4961974ab41fc14efb7b85c3db5c13577593253eb236c445f59e4034ce5211173cbdd1680e8b83394068ebcc99962f9f3b7c1cd36a4554aa2769b0a5ce66 SHA512 ad76f6102cdb7b0cc82d57c8120dfe10221b7d7456c4c3dd6e5ed0630d9ab178099f4ee8bfc075f15eb4b35aaef4237fcb0ef01a769a612632b4ef774da2b50a
DIST yq-2.7.2.tar.gz 14010 BLAKE2B ec01d25c5ad1ca5fb38b2a4b412306d0ddf157a6a6fdbf2b55452a487bade60ebdd1bddba231e8f0d8db60994c44322c85918221cc64ea346e36d38ca73c185f SHA512 0671d0f5d5dbd7eee42efef7b8469d2177c2459144afc679bcf1f04165ba1e4ae0e396d9a3fa9ecb3db373671152fa51c835ca6fd2622fa8a243b21bfa547e43
+DIST yq-2.8.0.tar.gz 14434 BLAKE2B 1389a4e5df3a5e23fb9d9fad17f7f62b7ce85af917b5a29169ccad71c47d856658ac2fe649df4e98a9980e2548b1170ef468d150d6d84b121f093bd374746e69 SHA512 aca4aea16d80947d030c4c98cfdb431bc8bb25cbbcd388decac84842f7107617b31ef5dd25f409b90094a28452e6623734f7293c16ed75f0e8758b2d53820a09
diff --git a/app-misc/yq/yq-2.8.0.ebuild b/app-misc/yq/yq-2.8.0.ebuild
new file mode 100644
index 00000000000..7dc084a4b39
--- /dev/null
+++ b/app-misc/yq/yq-2.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
+HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ https://pypi.org/project/yq/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="app-misc/jq
+ >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/xmltodict[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/coverage[${PYTHON_USEDEP}]
+ dev-python/flake8[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+ )"
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ sed -e 's:unittest.main():unittest.main(verbosity=2):' \
+ -i test/test.py || die
+}
+
+python_test() {
+ ./test/test.py || die "tests failed under ${EPYTHON}"
+}
next reply other threads:[~2019-10-26 2:16 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-26 2:15 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 18:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/ Arthur Zamarin
2025-02-28 18:22 Arthur Zamarin
2024-10-26 18:39 Arthur Zamarin
2024-10-25 22:53 Sam James
2024-10-25 22:09 Sam James
2024-08-05 11:07 WANG Xuerui
2024-05-27 1:28 Zac Medico
2024-04-18 22:28 Patrick McLean
2024-03-09 21:05 Sam James
2024-03-09 21:05 Sam James
2024-03-09 21:05 Sam James
2023-09-11 23:20 Patrick McLean
2023-05-11 4:43 Sam James
2023-04-25 18:52 Patrick McLean
2023-04-10 21:16 Patrick McLean
2023-04-10 21:16 Patrick McLean
2022-11-02 17:03 Patrick McLean
2022-07-24 21:27 Zac Medico
2022-07-06 17:50 Patrick McLean
2022-02-21 20:05 Zac Medico
2022-02-21 20:04 Zac Medico
2021-02-06 1:44 Patrick McLean
2020-10-03 17:38 Zac Medico
2020-10-03 17:38 Zac Medico
2020-01-30 21:26 Michał Górny
2019-12-03 2:47 Patrick McLean
2019-12-03 2:45 Patrick McLean
2019-11-05 19:20 Zac Medico
2019-11-05 18:50 Zac Medico
2019-05-08 0:50 Zac Medico
2019-05-08 0:50 Zac Medico
2018-12-07 0:48 Zac Medico
2018-12-06 21:21 Zac Medico
2018-12-06 20:26 Zac Medico
2018-01-24 17:17 Manuel Rüger
2017-10-13 11:46 Manuel Rüger
2017-09-15 12:54 Manuel Rüger
2017-06-27 20:27 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=1572056117.c6eaa4b1cda33d3a8beb267d798e97df2d3cc4f4.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