Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 18:32:52 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: c043297435b7 - main - devel/py-watchfiles: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b)
Message-ID:  <202308161832.37GIWqtR035538@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=c043297435b757710c3470f7e27cf75fb49f8de1

commit c043297435b757710c3470f7e27cf75fb49f8de1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:12:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:37 +0000

    devel/py-watchfiles: Update BUILD_DEPENDS after py-maturin 1.2.0 update (f74de16438cc844916b8227bddac10d8a989b19b)
---
 devel/py-watchfiles/Makefile                   | 2 +-
 devel/py-watchfiles/files/patch-pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile
index 2bd3b858d8b7..6c176ff90d84 100644
--- a/devel/py-watchfiles/Makefile
+++ b/devel/py-watchfiles/Makefile
@@ -13,7 +13,7 @@ WWW=		https://github.com/samuelcolvin/watchfiles
 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.16<2:devel/py-maturin@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0:devel/py-anyio@${PY_FLAVOR}
 
 USES=		cargo dos2unix python
diff --git a/devel/py-watchfiles/files/patch-pyproject.toml b/devel/py-watchfiles/files/patch-pyproject.toml
index 73ee9c94ff7a..911aa8e10d43 100644
--- a/devel/py-watchfiles/files/patch-pyproject.toml
+++ b/devel/py-watchfiles/files/patch-pyproject.toml
@@ -3,7 +3,7 @@
 @@ -1,5 +1,5 @@
  [build-system]
 -requires = ['maturin>=0.14.16,<0.15']
-+requires = ['maturin>=0.13,<2']
++requires = ['maturin>=0.14.16,<2']
  build-backend = 'maturin'
  
  [project]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161832.37GIWqtR035538>