aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-16 18:12:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-16 18:25:38 +0000
commitf8596db2730f245851048de20c42c05bcba1a639 (patch)
tree78058d517c261fcda4998e9077132b75d6bbd136
parentd124a8225edcc40a77be2ff59149833e6a380104 (diff)
downloadports-f8596db2730f245851048de20c42c05bcba1a639.tar.gz
ports-f8596db2730f245851048de20c42c05bcba1a639.zip
devel/py-y-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b)
-rw-r--r--devel/py-y-py/Makefile2
-rw-r--r--devel/py-y-py/files/patch-pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-y-py/Makefile b/devel/py-y-py/Makefile
index 5805957c180a..01c76435c2c0 100644
--- a/devel/py-y-py/Makefile
+++ b/devel/py-y-py/Makefile
@@ -13,7 +13,7 @@ WWW= https://github.com/y-crdt/ypy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-y-py/files/patch-pyproject.toml b/devel/py-y-py/files/patch-pyproject.toml
index ec76646e4437..55b67191f53f 100644
--- a/devel/py-y-py/files/patch-pyproject.toml
+++ b/devel/py-y-py/files/patch-pyproject.toml
@@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
[build-system]
-requires = ["maturin>=0.14,<0.15"]
-+requires = ["maturin>=0.13"]
++requires = ["maturin>=0.14"]
build-backend = "maturin"
[project]