summaryrefslogtreecommitdiff
path: root/dev-python/orjson
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-23 19:17:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-23 19:17:15 +0000
commitd3d1a50ec691eb678af61e9ef41be54c7954c521 (patch)
tree9a46c83955632d7888236327a622fec026862e31 /dev-python/orjson
parent8b76d681a72190b3dbe575894fc1f47df03e5751 (diff)
downloadbaldeagleos-repo-d3d1a50ec691eb678af61e9ef41be54c7954c521.tar.gz
baldeagleos-repo-d3d1a50ec691eb678af61e9ef41be54c7954c521.tar.xz
baldeagleos-repo-d3d1a50ec691eb678af61e9ef41be54c7954c521.zip
Adding metadata
Diffstat (limited to 'dev-python/orjson')
-rw-r--r--dev-python/orjson/orjson-3.11.7.ebuild1
-rw-r--r--dev-python/orjson/orjson-3.11.8.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/orjson/orjson-3.11.7.ebuild b/dev-python/orjson/orjson-3.11.7.ebuild
index afb52b919853..80b7549b6ba1 100644
--- a/dev-python/orjson/orjson-3.11.7.ebuild
+++ b/dev-python/orjson/orjson-3.11.7.ebuild
@@ -9,6 +9,7 @@ PYPI_VERIFY_REPO=https://github.com/ijl/orjson
PYTHON_COMPAT=( python3_{10..14} )
# upstream is vendoring crates, so we don't need CRATES.
+RUST_MAX_VER="1.94.1" # bug #972911
RUST_MIN_VER="1.89.0"
inherit cargo distutils-r1 pypi
diff --git a/dev-python/orjson/orjson-3.11.8.ebuild b/dev-python/orjson/orjson-3.11.8.ebuild
index 248fface63f8..8602c3b0e6a9 100644
--- a/dev-python/orjson/orjson-3.11.8.ebuild
+++ b/dev-python/orjson/orjson-3.11.8.ebuild
@@ -11,6 +11,7 @@ PYTHON_COMPAT=( python3_{10..14} )
# upstream is vendoring crates, so we don't need CRATES.
CRATES="
"
+RUST_MAX_VER="1.94.1" # bug #972911
RUST_MIN_VER="1.89.0"
inherit cargo distutils-r1 pypi