Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 21:32:12 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: e5dafcc06ca6 - main - devel/py-ypy-websocket: Change RUN_DEPENDS from py-anyio to py-anyio3
Message-ID:  <202309042132.384LWCr9096467@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=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



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