Date: Mon, 28 Feb 2022 12:52:47 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 592ea1312a77 - main - www/py-httpcore: Fix build after d5932ae48b1a1f02eda4b0c0f11ea43eb1870ec5 Message-ID: <202202281252.21SCqlss065941@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=592ea1312a77eea535857175dcea37e8a7992462 commit 592ea1312a77eea535857175dcea37e8a7992462 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:37:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:26 +0000 www/py-httpcore: Fix build after d5932ae48b1a1f02eda4b0c0f11ea43eb1870ec5 - Bump PORTREVISION for package change --- www/py-httpcore/Makefile | 3 ++- www/py-httpcore/files/patch-setup.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile index 09f4cdc1b012..0c6028a0f4f4 100644 --- a/www/py-httpcore/Makefile +++ b/www/py-httpcore/Makefile @@ -2,6 +2,7 @@ PORTNAME= httpcore PORTVERSION= 0.14.5 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0<4:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.13:net/py-h11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.14:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} USES= python:3.6+ diff --git a/www/py-httpcore/files/patch-setup.py b/www/py-httpcore/files/patch-setup.py new file mode 100644 index 000000000000..d70a1b2e8e61 --- /dev/null +++ b/www/py-httpcore/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-01-18 11:44:56 UTC ++++ setup.py +@@ -54,7 +54,7 @@ setup( + include_package_data=True, + zip_safe=False, + install_requires=[ +- "h11>=0.11,<0.13", ++ "h11>=0.11,<0.14", + "sniffio==1.*", + "anyio==3.*", + "certifi",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202281252.21SCqlss065941>