mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
www/py-httpx: Fix build with py-httpcore 0.13 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
f185f22bf0
commit
8df29ed6c0
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= httpx
|
||||
PORTVERSION= 0.17.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpcore>=0.12.1<0.13:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpcore>=0.12.1<0.14: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}
|
||||
|
@ -1,7 +1,11 @@
|
||||
--- setup.py.orig 2020-10-08 12:15:02 UTC
|
||||
--- setup.py.orig 2021-03-15 09:19:02 UTC
|
||||
+++ setup.py
|
||||
@@ -61,7 +61,7 @@ setup(
|
||||
"httpcore==0.12.*",
|
||||
@@ -59,10 +59,10 @@ setup(
|
||||
"certifi",
|
||||
"sniffio",
|
||||
"rfc3986[idna2008]>=1.3,<2",
|
||||
- "httpcore>=0.12.1,<0.13",
|
||||
+ "httpcore>=0.12.1,<0.14",
|
||||
],
|
||||
extras_require={
|
||||
- "http2": "h2==3.*",
|
||||
|
Loading…
Reference in New Issue
Block a user