diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-16 18:12:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-16 18:25:38 +0000 |
commit | f8596db2730f245851048de20c42c05bcba1a639 (patch) | |
tree | 78058d517c261fcda4998e9077132b75d6bbd136 | |
parent | d124a8225edcc40a77be2ff59149833e6a380104 (diff) | |
download | ports-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/Makefile | 2 | ||||
-rw-r--r-- | devel/py-y-py/files/patch-pyproject.toml | 2 |
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] |