Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:17 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 690e10393f75 - main - www/py-hypercorn: Update version requirement of RUN_DEPENDS
Message-ID:  <6a15282d.3b683.16390e1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=690e10393f7591272ac4b9bc27c03dba123148f9

commit 690e10393f7591272ac4b9bc27c03dba123148f9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 04:56:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 04:56:03 +0000

    www/py-hypercorn: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 www/py-hypercorn/Makefile                   |  3 ++-
 www/py-hypercorn/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/www/py-hypercorn/Makefile b/www/py-hypercorn/Makefile
index 582d75605f31..639877c15880 100644
--- a/www/py-hypercorn/Makefile
+++ b/www/py-hypercorn/Makefile
@@ -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} \
diff --git a/www/py-hypercorn/files/patch-pyproject.toml b/www/py-hypercorn/files/patch-pyproject.toml
deleted file mode 100644
index 1369e9440f2a..000000000000
--- a/www/py-hypercorn/files/patch-pyproject.toml
+++ /dev/null
@@ -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'",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15282d.3b683.16390e1>