git: b92e924c07f3 - main - devel/py-rpds-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:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b92e924c07f30d01ca39957fdb876fb47a2b09f8 commit b92e924c07f30d01ca39957fdb876fb47a2b09f8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:34 +0000 devel/py-rpds-py: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b) --- devel/py-rpds-py/Makefile | 2 +- devel/py-rpds-py/files/patch-pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile index 532bd81c4b24..980b19c04259 100644 --- a/devel/py-rpds-py/Makefile +++ b/devel/py-rpds-py/Makefile @@ -13,7 +13,7 @@ WWW= https://github.com/crate-py/rpds 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 dos2unix python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-rpds-py/files/patch-pyproject.toml b/devel/py-rpds-py/files/patch-pyproject.toml index 3c0681dbc89c..4aa75a9acbf4 100644 --- a/devel/py-rpds-py/files/patch-pyproject.toml +++ b/devel/py-rpds-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]