Date: Mon, 4 Sep 2023 21:32:11 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: c24bd1004fb3 - main - devel/py-watchgod: Change RUN_DEPENDS from py-anyio to py-anyio3 Message-ID: <202309042132.384LWBfi096413@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=c24bd1004fb3407ccb1caa13b6dd4f9666fed4f6 commit c24bd1004fb3407ccb1caa13b6dd4f9666fed4f6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:26:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:15 +0000 devel/py-watchgod: Change RUN_DEPENDS from py-anyio to py-anyio3 - Bump PORTREVISION for dependency change --- devel/py-watchgod/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-watchgod/Makefile b/devel/py-watchgod/Makefile index 3bfe1d80e555..042fb5bdb5d9 100644 --- a/devel/py-watchgod/Makefile +++ b/devel/py-watchgod/Makefile @@ -1,5 +1,6 @@ PORTNAME= watchgod PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://github.com/samuelcolvin/watchfiles LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.0.0<4:devel/py-anyio3@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042132.384LWBfi096413>