forked from Lainports/freebsd-ports
www/py-httpx013: Allow build with py-rfc3986 2.0.0
- Bump PORTREVISION for package change
This commit is contained in:
parent
9f29f90e12
commit
42731ce8ae
2 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= httpx
|
||||
PORTVERSION= 0.13.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpcore>=0.9:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=2.0<3:dns/py-idna@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3:www/py-rfc3986@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@
|
|||
- "chardet==3.*",
|
||||
+ "chardet>=3.0",
|
||||
"idna==2.*",
|
||||
"rfc3986>=1.3,<2",
|
||||
- "rfc3986>=1.3,<2",
|
||||
- "httpcore==0.9.*",
|
||||
+ "rfc3986>=1.3",
|
||||
+ "httpcore>=0.9",
|
||||
],
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue