svn commit: r557947 - head/www/py-hypercorn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:46:08 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:46:04 2020
New Revision: 557947
URL: https://svnweb.freebsd.org/changeset/ports/557947

Log:
  Add H3, TRIO and UVLOOP options

Modified:
  head/www/py-hypercorn/Makefile

Modified: head/www/py-hypercorn/Makefile
==============================================================================
--- head/www/py-hypercorn/Makefile	Sun Dec 13 14:46:00 2020	(r557946)
+++ head/www/py-hypercorn/Makefile	Sun Dec 13 14:46:04 2020	(r557947)
@@ -32,6 +32,15 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	H3 TRIO UVLOOP
+H3_DESC=	HTTP/3 support
+TRIO_DESC=	trio worker support
+UVLOOP_DESC=	uvloop worker support
+
+H3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}aioquic>=0.9.0<1.0:www/py-aioquic@${PY_FLAVOR}
+TRIO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}trio>=0.11.0:net/py-trio@${PY_FLAVOR}
+UVLOOP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3800


More information about the svn-ports-all mailing list