From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/
Date: Sat, 2 Jul 2022 07:39:12 +0000 (UTC) [thread overview]
Message-ID: <1656747549.5146d9271e854e6893e0281ad8888b0979547312.mgorny@gentoo> (raw)
commit: 5146d9271e854e6893e0281ad8888b0979547312
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 07:35:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 07:39:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5146d927
dev-python/ujson: Bump to 5.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ujson/Manifest | 1 +
dev-python/ujson/ujson-5.4.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
index fa006a7844b3..d64db0b78a87 100644
--- a/dev-python/ujson/Manifest
+++ b/dev-python/ujson/Manifest
@@ -1 +1,2 @@
DIST ujson-5.3.0.tar.gz 7137499 BLAKE2B 5aa61c465156c02aab6095acbd9764fec9cfdc1c42312852e804573b0f0e677591812d31b362f671468caea8159d0c5719eefc49847b993cf571ab40416f8652 SHA512 7342ab3548980e14ff7a931b40aa9886703c167b3f079d01e1d07c9f6408b2994a84cf157ff8966400af057cdd8f332d6f47e2747b918efcd67129727434c501
+DIST ujson-5.4.0.tar.gz 7139576 BLAKE2B d3bd6bcc4dc733cafc47e613e2dc503e8cf7faf562d2fad91ea66b1a62dd4a8d67a2c80c392eba0c224f382280e58ff3fff51308c22862aaae5e671b5183027c SHA512 9622e872391d5467455b32e324d7b680487664ca486bfc56ba8c3969853e5db94725cd45e81b535dca80af4a3c718af171ce7adb6dcb9b98a37a8068824f89c6
diff --git a/dev-python/ujson/ujson-5.4.0.ebuild b/dev-python/ujson/ujson-5.4.0.ebuild
new file mode 100644
index 000000000000..1b35f0d4ffe6
--- /dev/null
+++ b/dev-python/ujson/ujson-5.4.0.ebuild
@@ -0,0 +1,41 @@
+# 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..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
+HOMEPAGE="
+ https://github.com/ultrajson/ultrajson/
+ https://pypi.org/project/ujson/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ dev-libs/double-conversion:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytz[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+ export UJSON_BUILD_DC_INCLUDES="/usr/include/double-conversion"
+ export UJSON_BUILD_DC_LIBS="-ldouble-conversion"
+ export UJSON_BUILD_NO_STRIP=1
+}
next reply other threads:[~2022-07-02 7:39 UTC|newest]
Thread overview: 150+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-02 7:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-01 7:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/ Arthur Zamarin
2024-06-15 8:15 Michał Górny
2024-05-28 17:01 Sam James
2024-05-28 12:29 Michał Górny
2024-05-26 12:41 Michał Górny
2024-05-14 6:16 Michał Górny
2024-01-22 14:08 Michał Górny
2024-01-22 13:12 Sam James
2023-12-30 15:00 Arthur Zamarin
2023-12-30 15:00 Arthur Zamarin
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:36 Arthur Zamarin
2023-12-30 14:31 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:25 Arthur Zamarin
2023-12-11 4:14 Michał Górny
2023-11-30 21:43 James Le Cuirot
2023-09-01 19:26 Arthur Zamarin
2023-08-13 16:07 Arthur Zamarin
2023-08-04 15:14 Michał Górny
2023-08-04 9:22 Sam James
2023-08-02 13:19 Sam James
2023-07-24 10:05 Jakov Smolić
2023-06-12 11:37 Michał Górny
2023-05-26 17:44 Michał Górny
2023-05-04 16:56 Michał Górny
2023-03-16 4:13 Michał Górny
2023-03-11 16:10 Arthur Zamarin
2023-03-11 16:07 Arthur Zamarin
2023-03-11 16:04 Arthur Zamarin
2023-03-04 6:37 Arthur Zamarin
2023-02-20 21:29 Arthur Zamarin
2023-02-17 6:21 Michał Górny
2023-02-16 22:52 Sam James
2023-02-16 20:58 Arthur Zamarin
2023-02-07 16:54 Sam James
2023-02-07 16:54 Sam James
2023-01-08 5:21 Michał Górny
2023-01-07 19:10 Arthur Zamarin
2023-01-07 19:08 Arthur Zamarin
2023-01-07 18:27 Arthur Zamarin
2023-01-07 18:24 Arthur Zamarin
2023-01-07 4:54 Michał Górny
2022-12-02 14:03 Arthur Zamarin
2022-10-25 12:12 Michał Górny
2022-10-25 11:12 Sam James
2022-10-25 9:49 Sam James
2022-10-25 5:08 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-09-16 6:36 Arthur Zamarin
2022-07-02 19:26 Michał Górny
2022-07-02 18:20 Sam James
2022-07-02 18:18 Sam James
2022-07-02 12:26 Arthur Zamarin
2022-07-02 12:24 Arthur Zamarin
2022-06-22 15:37 Michał Górny
2022-06-22 13:12 Jakov Smolić
2022-06-22 11:57 Jakov Smolić
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-05-19 7:14 Michał Górny
2022-05-16 12:53 Andrew Ammerlaan
2022-05-07 11:50 Michał Górny
2022-05-06 18:19 Jakov Smolić
2022-05-06 14:25 Jakov Smolić
2022-05-06 12:47 Jakov Smolić
2022-05-06 12:45 Jakov Smolić
2022-04-06 6:45 Michał Górny
2022-04-06 6:42 Michał Górny
2022-02-17 21:52 Michał Górny
2022-02-17 21:08 Arthur Zamarin
2022-02-17 21:08 Arthur Zamarin
2022-02-17 21:08 Arthur Zamarin
2022-02-17 21:04 Arthur Zamarin
2022-01-28 18:41 Arthur Zamarin
2022-01-20 13:56 Michał Górny
2022-01-20 13:16 Arthur Zamarin
2022-01-20 9:41 Arthur Zamarin
2022-01-20 8:55 Jakov Smolić
2022-01-20 8:55 Jakov Smolić
2022-01-17 6:47 Arthur Zamarin
2022-01-17 6:47 Arthur Zamarin
2021-12-23 0:12 Michał Górny
2021-12-22 22:40 Sam James
2021-12-22 19:38 Arthur Zamarin
2021-12-22 19:38 Arthur Zamarin
2021-12-22 19:30 Jakov Smolić
2021-12-16 21:05 Michał Górny
2021-12-13 3:09 Yixun Lan
2021-11-22 16:43 Sebastian Pipping
2021-10-27 4:40 Arthur Zamarin
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-24 3:01 Sam James
2021-10-02 7:50 Michał Górny
2021-10-01 23:42 Sam James
2021-09-30 18:18 Sam James
2021-09-22 12:56 Sebastian Pipping
2021-09-18 19:48 Sam James
2021-09-18 17:18 Sam James
2021-08-16 13:48 Sebastian Pipping
2021-06-05 18:31 Michał Górny
2021-02-26 13:53 Sam James
2021-02-26 10:12 Agostino Sarubbo
2021-02-26 8:09 Agostino Sarubbo
2021-02-25 18:58 Sam James
2021-01-21 18:07 Michał Górny
2020-11-15 9:35 Michał Górny
2020-11-15 9:30 Sven Wegener
2020-11-15 5:47 Sam James
2020-11-15 5:19 Sam James
2020-11-02 10:34 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-13 18:06 Sam James
2020-10-13 10:01 Agostino Sarubbo
2020-10-10 17:13 Sam James
2020-10-10 17:13 Sam James
2020-10-10 5:54 Michał Górny
2020-10-07 18:37 Michał Górny
2020-09-18 15:53 Michał Górny
2020-09-09 0:23 Sam James
2020-09-09 0:11 Sam James
2020-09-08 19:11 Michał Górny
2020-08-02 11:52 Sebastian Pipping
2020-07-20 11:45 Sam James
2020-07-17 4:14 Matt Turner
2020-07-12 16:57 Michał Górny
2020-07-11 9:39 Michał Górny
2020-07-09 8:04 Agostino Sarubbo
2020-06-03 16:51 Sebastian Pipping
2020-05-04 12:34 Michał Górny
2020-05-03 10:12 Agostino Sarubbo
2020-05-02 20:18 Sven Wegener
2020-04-28 19:23 Mart Raudsepp
2020-03-29 10:30 Michał Górny
2020-03-24 14:35 Sebastian Pipping
2020-03-17 8:08 Michał Górny
2020-03-15 16:36 Sebastian Pipping
2020-03-07 16:57 Sebastian Pipping
2019-12-03 3:01 Patrick McLean
2019-06-24 20:57 Zac Medico
2018-03-21 5:55 Markus Meier
2017-12-02 20:55 Mike Gilbert
2017-12-02 20:02 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-11-30 17:50 Mike Gilbert
2016-01-03 16:08 Patrick Lauer
2015-10-21 13:41 Justin Lecher
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=1656747549.5146d9271e854e6893e0281ad8888b0979547312.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