Date: Wed, 16 Aug 2023 18:32:01 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: 66f06dbd64f3 - main - devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b) Message-ID: <202308161832.37GIW1ws028535@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f06dbd64f30dea2f426c69e735bf33337f8459 commit 66f06dbd64f30dea2f426c69e735bf33337f8459 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:11:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:26 +0000 devel/py-jellyfish: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b) --- devel/py-jellyfish/Makefile | 2 +- devel/py-jellyfish/files/patch-pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 8669afa443a0..9d30c67634c4 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -13,7 +13,7 @@ WWW= https://github.com/jamesturk/jellyfish LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<2:devel/py-maturin@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14<2:devel/py-maturin@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-jellyfish/files/patch-pyproject.toml b/devel/py-jellyfish/files/patch-pyproject.toml index 545bef7a4035..5bbbe077d070 100644 --- a/devel/py-jellyfish/files/patch-pyproject.toml +++ b/devel/py-jellyfish/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.14,<0.15"] -+requires = ["maturin>=0.13,<2"] ++requires = ["maturin>=0.14,<2"] build-backend = "maturin" [project]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161832.37GIW1ws028535>
