www/py-httpcore: Fix build after d5932ae48b
- Bump PORTREVISION for package change
This commit is contained in:
parent
6cc8ee7c34
commit
592ea1312a
2 changed files with 13 additions and 1 deletions
|
@ -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+
|
||||
|
|
11
www/py-httpcore/files/patch-setup.py
Normal file
11
www/py-httpcore/files/patch-setup.py
Normal file
|
@ -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",
|
Loading…
Reference in a new issue