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: Tue, 14 May 2024 06:16:36 +0000 (UTC) [thread overview]
Message-ID: <1715667137.681f3700bbc7ed623d1f1e6ec3ef19b512802873.mgorny@gentoo> (raw)
commit: 681f3700bbc7ed623d1f1e6ec3ef19b512802873
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 06:07:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 14 06:12:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681f3700
dev-python/ujson: Bump to 5.10.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ujson/Manifest | 1 +
dev-python/ujson/ujson-5.10.0.ebuild | 41 ++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
index 019bd3f62f6f..147076b600cc 100644
--- a/dev-python/ujson/Manifest
+++ b/dev-python/ujson/Manifest
@@ -1 +1,2 @@
+DIST ujson-5.10.0.tar.gz 7154885 BLAKE2B 5cb09e7b8576b837f19e604eda2f498d5cf479c9b0018d948e011a53c5b91fcaf869d8b8f0babf6c1d725e1ba000f107f767a7c2f74c52121bce95a2082938a7 SHA512 29aeb2f57c607c382deb2825f6262b73d11f1edff0545338819d081f223dabb66b2967744cc11b9f4c0b7f042d51688f04bf07fb9b2cdb6adfec439a3d8aea32
DIST ujson-5.9.0.tar.gz 7154214 BLAKE2B a13eda1c967b8ad39265caf28f97ef302a0b320653cde3ac927dc8119861aa468cfe267980c18b71172f5b766b2e6bc61bb86f18695528934902867ae3a42d37 SHA512 9940bc0c892341a6d2b85cfe592888866f02f054f1367812c39395eaee946f7c66a0197b2791bbb765ae38a06dcd871145effefbc06c71a87f7d24be105cda1f
diff --git a/dev-python/ujson/ujson-5.10.0.ebuild b/dev-python/ujson/ujson-5.10.0.ebuild
new file mode 100644
index 000000000000..426df23f2c32
--- /dev/null
+++ b/dev-python/ujson/ujson-5.10.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Ultra fast JSON encoder and decoder for Python"
+HOMEPAGE="
+ https://github.com/ultrajson/ultrajson/
+ https://pypi.org/project/ujson/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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="${EPREFIX}/usr/include/double-conversion"
+ export UJSON_BUILD_DC_LIBS="-ldouble-conversion"
+ export UJSON_BUILD_NO_STRIP=1
+}
next reply other threads:[~2024-05-14 6:16 UTC|newest]
Thread overview: 151+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 6:16 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/ujson/ WANG Xuerui
2024-07-01 7:03 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-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-07-02 7:39 Michał Górny
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=1715667137.681f3700bbc7ed623d1f1e6ec3ef19b512802873.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