mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/py-httpcore: Update to 0.18.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/encode/httpcore/releases
This commit is contained in:
parent
6e8e2c720c
commit
4af8c89fdf
@ -1,6 +1,5 @@
|
||||
PORTNAME= httpcore
|
||||
PORTVERSION= 0.17.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.18.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,13 +11,15 @@ WWW= https://github.com/encode/httpcore
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.0<4:devel/py-anyio3@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0<5.0:devel/py-anyio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h11>=0.13<0.15:net/py-h11@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1688902205
|
||||
SHA256 (httpcore-0.17.3.tar.gz) = a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888
|
||||
SIZE (httpcore-0.17.3.tar.gz) = 62676
|
||||
TIMESTAMP = 1694348318
|
||||
SHA256 (httpcore-0.18.0.tar.gz) = 13b5e5cd1dca1a6636a6aaea212b19f4f85cd88c366a2b82304181b769aab3c9
|
||||
SIZE (httpcore-0.18.0.tar.gz) = 60360
|
||||
|
Loading…
Reference in New Issue
Block a user