Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 09:09:39 GMT
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: 959cbae82c65 - main - www/py-aioquic: Update version requirement of RUN_DEPENDS
Message-ID:  <202309040909.38499dW7050833@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=959cbae82c651dc1757c5d2e370b1619e86958aa

commit 959cbae82c651dc1757c5d2e370b1619e86958aa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:05:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:05:38 +0000

    www/py-aioquic: Update version requirement of RUN_DEPENDS
---
 www/py-aioquic/Makefile                   |  4 ++--
 www/py-aioquic/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/www/py-aioquic/Makefile b/www/py-aioquic/Makefile
index da4972578b1f..8b91c950a11e 100644
--- a/www/py-aioquic/Makefile
+++ b/www/py-aioquic/Makefile
@@ -11,11 +11,11 @@ WWW=		https://github.com/aiortc/aioquic
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openssl>=21,1:security/py-openssl@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}openssl>=22,1:security/py-openssl@${PY_FLAVOR}
 
 USES=		python ssl
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/www/py-aioquic/files/patch-pyproject.toml b/www/py-aioquic/files/patch-pyproject.toml
deleted file mode 100644
index f7b900d9b7e1..000000000000
--- a/www/py-aioquic/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2023-07-04 09:19:50 UTC
-+++ pyproject.toml
-@@ -29,7 +29,7 @@ classifiers = [
- dependencies = [
-     "certifi",
-     "pylsqpack>=0.3.3,<0.4.0",
--    "pyopenssl>=22",
-+    "pyopenssl>=21",
- ]
- dynamic = ["version"]
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309040909.38499dW7050833>