diff options
Diffstat (limited to 'www/py-httpx-ws/Makefile')
-rw-r--r-- | www/py-httpx-ws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-httpx-ws/Makefile b/www/py-httpx-ws/Makefile index d78e1a6e1336..a4a4c2a65635 100644 --- a/www/py-httpx-ws/Makefile +++ b/www/py-httpx-ws/Makefile @@ -1,5 +1,5 @@ PORTNAME= httpx-ws -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.1:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wsproto>=0:net/py-wsproto@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |