1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

www/py-hypercorn: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2026-05-26 12:56:03 +08:00
parent 673bacdd04
commit 690e10393f
2 changed files with 2 additions and 12 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
PORTNAME= hypercorn
PORTVERSION= 0.18.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \
${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h2>=4.1.0:www/py-h2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h2>=4.3.0:www/py-h2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}priority>=0:www/py-priority@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \
${PY_TOMLI} \
@@ -1,11 +0,0 @@
--- pyproject.toml.orig 2025-11-08 13:49:44 UTC
+++ pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
dependencies = [
"exceptiongroup >= 1.1.0; python_version < '3.11'",
"h11",
- "h2 >= 4.3.0",
+ "h2 >= 4.1.0",
"priority",
"taskgroup; python_version < '3.11'",
"tomli; python_version < '3.11'",