Index: head/devel/py-anyio/Makefile =================================================================== --- head/devel/py-anyio/Makefile (revision 565584) +++ head/devel/py-anyio/Makefile (revision 565585) @@ -1,41 +1,40 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= anyio -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= High level compatibility layer for multiple asynchronous event loop implementations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \ +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= CURIO TRIO CURIO_DESC= Use curio as backend 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 .if ${PYTHON_REL} < 3800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} .endif post-patch: @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup.cfg .include Index: head/devel/py-anyio/distinfo =================================================================== --- head/devel/py-anyio/distinfo (revision 565584) +++ head/devel/py-anyio/distinfo (revision 565585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609598733 -SHA256 (anyio-2.0.2.tar.gz) = 35075abd32cf20fd7e0be2fee3614e80b92d5392eba257c8d2f33de3df7ca237 -SIZE (anyio-2.0.2.tar.gz) = 91805 +TIMESTAMP = 1613478371 +SHA256 (anyio-2.1.0.tar.gz) = 8a56e08623dc55955a06719d4ad62de6009bb3f1dd04936e60b2104dd58da484 +SIZE (anyio-2.1.0.tar.gz) = 95186