From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/
Date: Tue, 15 Mar 2022 22:17:35 +0000 (UTC) [thread overview]
Message-ID: <1647382647.bde3c23c1e6c889884bae63864f5a593b4d1676a.mgorny@gentoo> (raw)
commit: bde3c23c1e6c889884bae63864f5a593b4d1676a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 21:29:31 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 22:17:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde3c23c
dev-python/jmespath: Bump to 1.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jmespath/Manifest | 1 +
dev-python/jmespath/jmespath-1.0.0.ebuild | 39 +++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest
index f43fa68bf1c7..ba7af5f71dc6 100644
--- a/dev-python/jmespath/Manifest
+++ b/dev-python/jmespath/Manifest
@@ -1 +1,2 @@
DIST jmespath.py-0.10.0.gh.tar.gz 81860 BLAKE2B a6181bde0189badcf3ec9a8cf2a913ddea27634b89e181c4b990a0c1eeb3bb777f6f3758ed6ca8acd061b06d853b9857ad33faf037201132bc73572c5d009f4d SHA512 84d787a9547bf0d33dfb4cf42514d6a7a1e69fb8867ccb9d84aa0555ea52b3064a9c6a49b3c51564090bb1d1d2d067fe1887105d744a0f25a991d9e9595c85c5
+DIST jmespath.py-1.0.0.gh.tar.gz 80829 BLAKE2B dcd5e61ef846c5bcd9ac59480f909b05310dbe785c21e97c81981db90d104d17a3319f766b8926e8c8e3ae8b0e2164051d5312c74fa9c16979d802aafd286654 SHA512 d55ea1c4041e1a5043b3e3b7efcd1e561b92a394e3facbe96b069ff6a9a11c20553e62cfbc5fea966670c71376f9f9ccc24d8905f253e0f1d96dd7a588cc3e44
diff --git a/dev-python/jmespath/jmespath-1.0.0.ebuild b/dev-python/jmespath/jmespath-1.0.0.ebuild
new file mode 100644
index 000000000000..ca9ec7e6cf47
--- /dev/null
+++ b/dev-python/jmespath/jmespath-1.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P=jmespath.py-${PV}
+DESCRIPTION="JSON Matching Expressions"
+HOMEPAGE="
+ https://github.com/jmespath/jmespath.py/
+ https://pypi.org/project/jmespath/
+"
+SRC_URI="
+ https://github.com/jmespath/jmespath.py/archive/${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # leftover import
+ sed -i -e '/nose/d' extra/test_hypothesis.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-03-15 22:17 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 22:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-14 6:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ WANG Xuerui
2024-05-18 5:05 Michał Górny
2023-05-26 20:46 Arthur Zamarin
2022-10-20 23:34 Sam James
2022-07-24 16:29 Sam James
2022-06-18 6:47 Michał Górny
2022-04-16 5:08 Arthur Zamarin
2022-04-15 18:21 Arthur Zamarin
2021-06-15 7:06 Agostino Sarubbo
2021-06-04 14:58 Michał Górny
2021-05-18 17:28 Sam James
2021-05-15 19:28 Sam James
2020-07-30 20:41 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 17:02 Sam James
2020-07-29 10:20 Michał Górny
2020-07-17 1:52 Sam James
2020-06-15 2:35 Aaron Bauman
2020-06-10 13:30 Michał Górny
2020-06-10 13:30 Michał Górny
2020-06-10 13:30 Michał Górny
2020-02-05 15:29 Michał Górny
2020-01-22 23:40 Thomas Deutschmann
2019-05-31 0:57 Aaron Bauman
2018-11-30 20:13 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-09-19 0:04 Andrey Utkin
2018-01-04 21:50 Michał Górny
2017-09-30 0:38 Matt Thode
2017-08-28 20:44 Alexis Ballier
2017-07-31 18:12 Sebastien Fabbro
2017-05-30 8:00 Alexis Ballier
2017-03-14 9:28 Alexis Ballier
2017-01-28 20:13 Alexis Ballier
2017-01-28 20:13 Alexis Ballier
2017-01-18 11:29 Agostino Sarubbo
2016-04-07 1:57 Mike Gilbert
2015-11-07 19:21 Alex Brandt
2015-10-15 11:36 Alexis Ballier
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=1647382647.bde3c23c1e6c889884bae63864f5a593b4d1676a.mgorny@gentoo \
--to=mgorny@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