summaryrefslogtreecommitdiff
path: root/devel/py-anyio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-anyio/Makefile')
-rw-r--r--devel/py-anyio/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile
index cfe1235d16c6..755f4c7cf817 100644
--- a/devel/py-anyio/Makefile
+++ b/devel/py-anyio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= anyio
-PORTVERSION= 4.11.0
+PORTVERSION= 4.12.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \
${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}truststore>=0.9.1:security/py-truststore@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
@@ -26,14 +26,10 @@ NO_ARCH= yes
OPTIONS_DEFINE= TRIO
TRIO_DESC= Use trio as backend
-TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.31.0:net/py-trio@${PY_FLAVOR}
+TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.32.0:net/py-trio@${PY_FLAVOR}
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} >= 31000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}truststore>=0.9.1:security/py-truststore@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 31300
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5:devel/py-typing-extensions@${PY_FLAVOR}
.endif