2020-11-15 18:56:04 +01:00
|
|
|
PORTNAME= aioquic
|
2022-04-16 05:58:43 +02:00
|
|
|
PORTVERSION= 0.9.20
|
2020-11-15 18:56:04 +01:00
|
|
|
CATEGORIES= www python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2020-11-15 18:56:04 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Implementation of QUIC and HTTP/3
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/aiortc/aioquic
|
2020-11-15 18:56:04 +01:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
|
2022-03-07 18:57:38 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}openssl>=20:security/py-openssl@${PY_FLAVOR}
|
2020-11-15 18:56:04 +01:00
|
|
|
|
2021-11-01 14:28:04 +01:00
|
|
|
USES= python:3.7+ ssl
|
2020-11-15 18:56:04 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
2021-11-01 14:28:04 +01:00
|
|
|
post-install:
|
|
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
2020-11-15 18:56:04 +01:00
|
|
|
|
2021-11-01 14:28:04 +01:00
|
|
|
.include <bsd.port.mk>
|