File tree Expand file tree Collapse file tree
dev-python/python-rapidjson Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST python_rapidjson-1.20.tar.gz 238158 BLAKE2B 176dc1f257208d964a1f65b57a31e2902987da27873587bdce237fef15605691becfcca7280cb077a9f03e02c785dd74d89e379ea5cbc1d88d2d2e19e3adf209 SHA512 4246d424a94ca01661cf9e09cbc31ebb346ccedd022fb033417dc3270612cc393e340fe8999e4806a37fe11a02183b763d0dfd6d576984dfc954632d03fca5b5
22DIST python_rapidjson-1.21.tar.gz 238903 BLAKE2B 68be80b2af90d26ead4b20610912b0e543051a441b3e451a0a851ee92157aa34584c8aa556c9b54d9eb3246e46afcc4a1d35b9fee71b9069bf81aa79241ca891 SHA512 325b95fe6d074d4ca206881d59e65c636fa4a977f98f3873c1a30cf1753a4382d6c39546d9c41fa6869f65cb57afd34db7e82214955f5683956d7f0cd519da00
3+ DIST python_rapidjson-1.23.tar.gz 239605 BLAKE2B 5286ee43f4988ba9a987bf33d82a6390eaad2fe056785aba95b52249f2a350b42adb2b6e06329dac529de3475feceef0fb15d8930621ce71f33e2f8e90299756 SHA512 bab2f89b3e586dd5d88b9c457bd8ecf3ea14c2f6e637d980ed89cf83e23f5702ae30f0dc1ce5a1ea92e9b3e78a9dbc0faf43d6698a84f34a889d2fc4a61802f5
Original file line number Diff line number Diff line change 1+ # Copyright 2025 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ PYTHON_COMPAT=( python3_{11..13} )
7+ DISTUTILS_USE_PEP517=setuptools
8+ DISTUTILS_EXT=1
9+ inherit distutils-r1 pypi
10+
11+ DESCRIPTION=" Python wrapper around rapidjson"
12+ HOMEPAGE="
13+ https://github.com/python-rapidjson/python-rapidjson
14+ "
15+
16+ LICENSE=" BSD"
17+ SLOT=" 0"
18+ KEYWORDS=" ~amd64"
19+
20+ RDEPEND="
21+ >=dev-python/pysimdjson-7.0.1[${PYTHON_USEDEP} ]
22+ >=dev-python/orjson-3.10.18[${PYTHON_USEDEP} ]
23+ >=dev-python/simplejson-3.20.1[${PYTHON_USEDEP} ]
24+ >=dev-python/ujson-5.10.0[${PYTHON_USEDEP} ]
25+ "
26+ RESTRICT=" test" # too much benchmarking
You can’t perform that action at this time.
0 commit comments