commit: 296c4e3e21c40bfa5830fc08855365a22f447303
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 13:40:44 2026 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 13:45:30 2026 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=296c4e3e
dev-python/python-rapidjson: add 1.23
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
.../python-rapidjson/python-rapidjson-1.23.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/python-rapidjson/python-rapidjson-1.23.ebuild
b/dev-python/python-rapidjson/python-rapidjson-1.23.ebuild
new file mode 100644
index 000000000..fc3f42c66
--- /dev/null
+++ b/dev-python/python-rapidjson/python-rapidjson-1.23.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper around rapidjson"
+HOMEPAGE="
+ https://github.com/python-rapidjson/python-rapidjson
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pysimdjson-7.0.2[${PYTHON_USEDEP}]
+ >=dev-python/orjson-3.10.18[${PYTHON_USEDEP}]
+ >=dev-python/simplejson-3.20.1[${PYTHON_USEDEP}]
+ >=dev-python/ujson-5.10.0[${PYTHON_USEDEP}]
+"
+RESTRICT="test" # too much benchmarking