summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-05 05:26:13 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-05 05:30:15 +0800
commitc24bd1004fb3407ccb1caa13b6dd4f9666fed4f6 (patch)
tree5e0cec8756870956812655fc4068809a7aec4cf0
parentdevel/py-watchfiles: Update WWW (diff)
devel/py-watchgod: Change RUN_DEPENDS from py-anyio to py-anyio3
- Bump PORTREVISION for dependency change
-rw-r--r--devel/py-watchgod/Makefile3
1 files changed, 2 insertions, 1 deletions
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