Date: Fri, 30 Jun 2023 07:20:24 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2351f4c757f9 - main - devel/py-y-py: Allow build with py-maturin 0.15+ Message-ID: <202306300720.35U7KOxS075665@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2351f4c757f9d78361ead559afdd79f840afdc2a commit 2351f4c757f9d78361ead559afdd79f840afdc2a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:02 +0000 devel/py-y-py: Allow build with py-maturin 0.15+ --- 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 3e795369c8ed..22fb3f402174 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<0.15:devel/py-maturin@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13: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 a11c5a483abc..ec76646e4437 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,<0.15"] ++requires = ["maturin>=0.13"] build-backend = "maturin" [project]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300720.35U7KOxS075665>