Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:38: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: 85ea1b083c3c - main - devel/py-anyio: Update to 3.0.0
Message-ID:  <202104252038.13PKcJLn078055@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=85ea1b083c3c3bf5afe220e90ca192f759f3f61b

commit 85ea1b083c3c3bf5afe220e90ca192f759f3f61b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:13:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-25 20:35:21 +0000

    devel/py-anyio: Update to 3.0.0
    
    - Remove CURIO option: support dropped by upstream
    
    Changes:        https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
---
 devel/py-anyio/Makefile | 6 ++----
 devel/py-anyio/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile
index 85c363201cc7..1d391639e1b7 100644
--- a/devel/py-anyio/Makefile
+++ b/devel/py-anyio/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	anyio
-PORTVERSION=	2.2.0
+PORTVERSION=	3.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,11 +21,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	CURIO TRIO
-CURIO_DESC=	Use curio as backend
+OPTIONS_DEFINE=	TRIO
 TRIO_DESC=	Use trio as backend
 
-CURIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curio>=1.4:devel/py-curio@${PY_FLAVOR}
 TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.16:net/py-trio@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
diff --git a/devel/py-anyio/distinfo b/devel/py-anyio/distinfo
index ad6e94f357eb..0dd0fa836ff2 100644
--- a/devel/py-anyio/distinfo
+++ b/devel/py-anyio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614794254
-SHA256 (anyio-2.2.0.tar.gz) = 4a41c5b3a65ed92e469d51b6fba3779301850ea2e352afcf9e36c46f21ee14a9
-SIZE (anyio-2.2.0.tar.gz) = 97217
+TIMESTAMP = 1619198471
+SHA256 (anyio-3.0.0.tar.gz) = b553598332c050af19f7d41f73a7790142f5bc3d5eb8bd82f5e515ec22019bd9
+SIZE (anyio-3.0.0.tar.gz) = 116952



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