Index: head/www/py-uvicorn/Makefile =================================================================== --- head/www/py-uvicorn/Makefile (revision 548188) +++ head/www/py-uvicorn/Makefile (revision 548189) @@ -1,32 +1,32 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= uvicorn PORTVERSION= 0.11.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightning-fast ASGI server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7<8:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.11:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httptools>=0.1<0.2:www/py-httptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=8<9:devel/py-websockets@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= WATCHGODRELOAD WATCHGODRELOAD_DESC= Reload automatically with watchgod WATCHGODRELOAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchgod>=0.6<0.7:devel/py-watchgod@${PY_FLAVOR} .include Index: head/www/py-uvicorn/files/patch-setup.py =================================================================== --- head/www/py-uvicorn/files/patch-setup.py (nonexistent) +++ head/www/py-uvicorn/files/patch-setup.py (revision 548189) @@ -0,0 +1,13 @@ +Obtained from: https://github.com/encode/uvicorn/commit/54d729ccc1638180a51e6ab600c4724e6424b048 + +--- setup.py.orig 2020-07-31 16:54:58 UTC ++++ setup.py +@@ -42,7 +42,7 @@ env_marker = ( + + requirements = [ + "click==7.*", +- "h11>=0.8,<0.10", ++ "h11>=0.8,<0.11", + "websockets==8.*", + "httptools==0.1.* ;" + env_marker, + "uvloop>=0.14.0 ;" + env_marker, Property changes on: head/www/py-uvicorn/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property