git: f8596db2730f - main - devel/py-y-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:32:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8596db2730f245851048de20c42c05bcba1a639 commit f8596db2730f245851048de20c42c05bcba1a639 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:38 +0000 devel/py-y-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b) --- devel/py-y-py/Makefile | 2 +- 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]