mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
www/py-httpx: Update to 0.23.1
Changes: https://github.com/encode/httpx/releases
This commit is contained in:
parent
fa33c95f19
commit
0aa1db5b91
@ -1,5 +1,5 @@
|
||||
PORTNAME= httpx
|
||||
PORTVERSION= 0.23.0
|
||||
PORTVERSION= 0.23.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
# idna is from rfc3986[idna2008]
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpcore>=0.15.0<0.16.0:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpcore>=0.15.0<0.17.0:www/py-httpcore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3,1<2,1:www/py-rfc3986@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
|
||||
@ -38,4 +38,8 @@ CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \
|
||||
HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
|
||||
SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR}
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/pyproject.toml
|
||||
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1653926032
|
||||
SHA256 (httpx-0.23.0.tar.gz) = f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef
|
||||
SIZE (httpx-0.23.0.tar.gz) = 108102
|
||||
TIMESTAMP = 1669058003
|
||||
SHA256 (httpx-0.23.1.tar.gz) = 202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19
|
||||
SIZE (httpx-0.23.1.tar.gz) = 90447
|
||||
|
59
www/py-httpx/files/setup.py
Normal file
59
www/py-httpx/files/setup.py
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user