Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 18:46:59 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: 05bd5e26bcd3 - main - www/py-aiohttp: Add SPEEDUPS option
Message-ID:  <202311271846.3ARIkxA0036241@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=05bd5e26bcd313b10f68f63a7d4f7ffc2fa9e252

commit 05bd5e26bcd313b10f68f63a7d4f7ffc2fa9e252
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 18:46:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 18:46:39 +0000

    www/py-aiohttp: Add SPEEDUPS option
---
 www/py-aiohttp/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index c42d63ffcf11..fe3fe899531b 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -30,6 +30,12 @@ USE_PYTHON=	autoplist concurrent cython pep517 pytest
 
 CPE_VENDOR=	aiohttp_project
 
+OPTIONS_DEFINE=	SPEEDUPS
+SPEEDUPS_DESC=	Performance speedups
+
+SPEEDUPS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=0:dns/py-aiodns@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 31100



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