Date: Fri, 25 Mar 2022 13:49:19 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: b820e49113d5 - main - net/py-python-socks: Remove devel/py-asyncio from RUN_DEPENDS Message-ID: <202203251349.22PDnJCJ027174@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=b820e49113d5cceea7101b47d56055023940b29f commit b820e49113d5cceea7101b47d56055023940b29f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:11:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:01 +0000 net/py-python-socks: Remove devel/py-asyncio from RUN_DEPENDS - Bump PORTREVISION for dependency change The asyncio package has been included in the standard library since Python 3.4. With hat: python --- net/py-python-socks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile index a9af04fdf2b3..6cb62ce963f2 100644 --- a/net/py-python-socks/Makefile +++ b/net/py-python-socks/Makefile @@ -2,6 +2,7 @@ PORTNAME= python-socks PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.3.4:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0.1:devel/py-async_timeout@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asyncio>=3.3.4:devel/py-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}curio>=1.4:devel/py-curio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>=0.16.0:net/py-trio@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251349.22PDnJCJ027174>