git: e5dafcc06ca6 - main - devel/py-ypy-websocket: Change RUN_DEPENDS from py-anyio to py-anyio3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 21:32:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5dafcc06ca6740fefb98db6f8732dbbb6adfdaa
commit e5dafcc06ca6740fefb98db6f8732dbbb6adfdaa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 21:26:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 21:30:16 +0000
devel/py-ypy-websocket: Change RUN_DEPENDS from py-anyio to py-anyio3
- Bump PORTREVISION for dependency change
---
devel/py-ypy-websocket/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-ypy-websocket/Makefile b/devel/py-ypy-websocket/Makefile
index 2a9e02407e29..ebc2e90509a7 100644
--- a/devel/py-ypy-websocket/Makefile
+++ b/devel/py-ypy-websocket/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ypy-websocket
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>=0.18.0<1:databases/py-aiosqlite@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<4:devel/py-anyio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}anyio3>=3.6.2<4:devel/py-anyio3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}y-py>=0.6.0<0.7.0:devel/py-y-py@${PY_FLAVOR}
USES= python