Index: head/www/py-httpcore/Makefile =================================================================== --- head/www/py-httpcore/Makefile (revision 548189) +++ head/www/py-httpcore/Makefile (revision 548190) @@ -1,30 +1,30 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= httpcore PORTVERSION= 0.10.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minimal low-level HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.11:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= HTTP2 OPTIONS_DEFAULT=HTTP2 HTTP2_DESC= HTTP/2 support HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} .include Index: head/www/py-httpcore/files/patch-setup.py =================================================================== --- head/www/py-httpcore/files/patch-setup.py (nonexistent) +++ head/www/py-httpcore/files/patch-setup.py (revision 548190) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-08-20 09:34:45 UTC ++++ setup.py +@@ -53,7 +53,7 @@ setup( + packages=get_packages("httpcore"), + include_package_data=True, + zip_safe=False, +- install_requires=["h11>=0.8,<0.10", "sniffio==1.*"], ++ install_requires=["h11>=0.8,<0.11", "sniffio==1.*"], + extras_require={ + "http2": ["h2==3.*"], + }, Property changes on: head/www/py-httpcore/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