Index: branches/2021Q1/www/py-httpx/Makefile =================================================================== --- branches/2021Q1/www/py-httpx/Makefile (revision 560556) +++ branches/2021Q1/www/py-httpx/Makefile (revision 560557) @@ -1,35 +1,36 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= httpx PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Next generation HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpcore>=0.12<0.13:www/py-httpcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= BROTLI HTTP2 OPTIONS_DEFAULT=HTTP2 BROTLI_DESC= Brotli support HTTP2_DESC= HTTP/2 support BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7<0.8:archivers/py-brotlipy@${PY_FLAVOR} -HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<4:www/py-h2@${PY_FLAVOR} +HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR} .include Index: branches/2021Q1/www/py-httpx/files/patch-setup.py =================================================================== --- branches/2021Q1/www/py-httpx/files/patch-setup.py (nonexistent) +++ branches/2021Q1/www/py-httpx/files/patch-setup.py (revision 560557) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-10-08 12:15:02 UTC ++++ setup.py +@@ -61,7 +61,7 @@ setup( + "httpcore==0.12.*", + ], + extras_require={ +- "http2": "h2==3.*", ++ "http2": "h2>=3,<5", + "brotli": "brotlipy==0.7.*", + }, + classifiers=[ Property changes on: branches/2021Q1/www/py-httpx/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 Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 560556) +++ branches/2021Q1 (revision 560557) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r560147