mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
www/py-hypercorn: Update to 0.12.0
Changes: https://gitlab.com/pgjones/hypercorn/-/blob/main/CHANGELOG.rst
This commit is contained in:
parent
f48ded8b26
commit
ca329db169
@ -1,7 +1,7 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= hypercorn
|
||||
PORTVERSION= 0.11.2
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,6 +13,7 @@ COMMENT= ASGI Server based on Hyper libraries
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
extras_require = \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}h2>=3.1.0:www/py-h2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}priority>=0:www/py-priority@${PY_FLAVOR} \
|
||||
@ -43,7 +44,7 @@ UVLOOP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1611665519
|
||||
SHA256 (Hypercorn-0.11.2.tar.gz) = 5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a
|
||||
SIZE (Hypercorn-0.11.2.tar.gz) = 104819
|
||||
TIMESTAMP = 1637073038
|
||||
SHA256 (Hypercorn-0.12.0.tar.gz) = 0504720bfc3fad83b4520b37fa5032b75ee3f2e71d26d6f7fea41fa2995b0138
|
||||
SIZE (Hypercorn-0.12.0.tar.gz) = 40426
|
||||
|
Loading…
Reference in New Issue
Block a user