summaryrefslogtreecommitdiff
path: root/devel/py-rpds-py/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-rpds-py/Makefile7
-rw-r--r--devel/py-rpds-py/Makefile.crates14
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile
index fdf715e7071c..136e7ccb39b0 100644
--- a/devel/py-rpds-py/Makefile
+++ b/devel/py-rpds-py/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rpds-py
-PORTVERSION= 0.25.1
-PORTREVISION= 2
+PORTVERSION= 0.26.0
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/
@@ -15,9 +14,9 @@ WWW= https://rpds.readthedocs.io/en/latest/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.2<2.0:devel/py-maturin@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.9<2.0:devel/py-maturin@${PY_FLAVOR}
-USES= cargo dos2unix python:3.9+
+USES= cargo dos2unix python
USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no
diff --git a/devel/py-rpds-py/Makefile.crates b/devel/py-rpds-py/Makefile.crates
index ece882187a9f..9cff3c367dd6 100644
--- a/devel/py-rpds-py/Makefile.crates
+++ b/devel/py-rpds-py/Makefile.crates
@@ -1,6 +1,6 @@
CARGO_CRATES= archery-1.2.1 \
autocfg-1.4.0 \
- cc-1.2.22 \
+ cc-1.2.25 \
heck-0.5.0 \
indoc-2.0.6 \
libc-0.2.172 \
@@ -8,12 +8,12 @@ CARGO_CRATES= archery-1.2.1 \
once_cell-1.21.3 \
portable-atomic-1.11.0 \
proc-macro2-1.0.95 \
- pyo3-0.25.0 \
- pyo3-build-config-0.25.0 \
- pyo3-ffi-0.25.0 \
- pyo3-macros-0.25.0 \
- pyo3-macros-backend-0.25.0 \
- python3-dll-a-0.2.13 \
+ pyo3-0.25.1 \
+ pyo3-build-config-0.25.1 \
+ pyo3-ffi-0.25.1 \
+ pyo3-macros-0.25.1 \
+ pyo3-macros-backend-0.25.1 \
+ python3-dll-a-0.2.14 \
quote-1.0.40 \
rpds-1.1.1 \
shlex-1.3.0 \