From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/
Date: Sun, 10 Apr 2022 21:20:20 +0000 (UTC) [thread overview]
Message-ID: <1649625616.8f2c401bd3389f2a5d24d2ba17761daab5f68254.mgorny@gentoo> (raw)
commit: 8f2c401bd3389f2a5d24d2ba17761daab5f68254
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:11:28 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:20:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2c401b
dev-python/jsonpointer: Bump to 2.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonpointer/Manifest | 1 +
dev-python/jsonpointer/jsonpointer-2.3.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest
index 9913b49f2ecf..a825d572f0a9 100644
--- a/dev-python/jsonpointer/Manifest
+++ b/dev-python/jsonpointer/Manifest
@@ -1 +1,2 @@
DIST jsonpointer-2.2.tar.gz 8292 BLAKE2B 837c6c8a87e0d19cbeed07769afb29fa56ddfb629f05d0f2de94f4e94af916358f71892e085c7c18b9c711ac8e604a0ff7d1fa7dfbf52836edb1a600e5ed390b SHA512 ce680e3915ea9db915095c4106e58acf7cc2148bdc67944e03e225a33b882964ed0c154fdbe8415f787c5aa5bfa007b9e1fd2a31689dcadc88b1560931ca6a6d
+DIST jsonpointer-2.3.tar.gz 9295 BLAKE2B 8a33c8ce21721b6c402a44d3d1572a767e3b7485fa1dd80baf98120c9822412841cc21e3bc2d6b7e058793ab4ade5993712c689631cb4a1237afc1d7f36e6bdf SHA512 e04da474a5ec376d1cd2c764c2d7a11ac296450df199449994cb1dedf02a49df3ae3a4e75b2963370dba1da166464602b849a79609f7a98d8246dab0b342c819
diff --git a/dev-python/jsonpointer/jsonpointer-2.3.ebuild b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
new file mode 100644
index 000000000000..6fe5363d2610
--- /dev/null
+++ b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+DESCRIPTION="Identify specific nodes in a JSON document (according to draft 08)"
+HOMEPAGE="
+ https://github.com/stefankoegl/python-json-pointer/
+ https://pypi.org/project/jsonpointer/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+ "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2022-04-10 21:20 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-10 21:20 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-12 9:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpointer/ Sam James
2025-02-16 14:14 Michał Górny
2024-06-29 7:57 Arthur Zamarin
2024-06-11 4:20 Michał Górny
2024-05-12 16:30 Michał Górny
2023-08-11 19:10 Michał Górny
2023-08-11 19:05 Arthur Zamarin
2023-07-08 10:47 Benda XU
2023-06-27 3:54 Michał Górny
2023-05-26 20:29 Arthur Zamarin
2023-03-16 3:56 Michał Górny
2022-05-31 7:22 Michał Górny
2022-05-31 7:13 Sam James
2022-05-11 14:32 Michał Górny
2022-01-17 13:02 James Le Cuirot
2021-12-09 22:39 Michał Górny
2021-12-09 21:26 Arthur Zamarin
2021-11-04 22:09 Michał Górny
2021-05-24 21:58 Joshua Kinard
2021-05-23 13:41 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-04-17 7:40 Michał Górny
2021-03-14 8:12 Michał Górny
2020-12-13 1:06 Sam James
2020-08-02 8:26 Michał Górny
2020-06-09 19:46 Michał Górny
2020-06-06 19:31 Mart Raudsepp
2020-06-05 16:10 Sergei Trofimovich
2020-06-03 18:43 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 17:02 Sergei Trofimovich
2020-04-30 7:16 Sergei Trofimovich
2020-04-28 15:41 Mikle Kolyada
2020-03-28 23:40 Sergei Trofimovich
2020-03-27 20:22 Michał Górny
2019-12-05 22:15 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-23 23:25 Patrick McLean
2019-05-11 19:06 Matthew Thode
2019-04-10 5:08 Matthew Thode
2018-08-05 13:53 Patrice Clement
2017-02-27 5:49 Zac Medico
2017-01-19 10:37 Agostino Sarubbo
2016-03-02 11:44 Patrick Lauer
2016-02-28 7:00 Matt Thode
2016-02-18 20:08 Patrick Lauer
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=1649625616.8f2c401bd3389f2a5d24d2ba17761daab5f68254.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