svn commit: r555253 - in head/www: . py-aioquic
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 15 17:56:11 UTC 2020
Author: sunpoet
Date: Sun Nov 15 17:56:04 2020
New Revision: 555253
URL: https://svnweb.freebsd.org/changeset/ports/555253
Log:
Add py-aioquic 0.9.7
aioquic is a library for the QUIC network protocol in Python. It features a
minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
WWW: https://github.com/aiortc/aioquic
Added:
head/www/py-aioquic/
head/www/py-aioquic/Makefile (contents, props changed)
head/www/py-aioquic/distinfo (contents, props changed)
head/www/py-aioquic/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Nov 15 17:55:59 2020 (r555252)
+++ head/www/Makefile Sun Nov 15 17:56:04 2020 (r555253)
@@ -1415,6 +1415,7 @@
SUBDIR += py-aiohttp-wsgi
SUBDIR += py-aiohttp2
SUBDIR += py-aiohttp_cors
+ SUBDIR += py-aioquic
SUBDIR += py-arxiv
SUBDIR += py-asgiref
SUBDIR += py-autobahn
Added: head/www/py-aioquic/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-aioquic/Makefile Sun Nov 15 17:56:04 2020 (r555253)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aioquic
+PORTVERSION= 0.9.7
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Implementation of QUIC and HTTP/3
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR}
+
+USES= python:3.6+ ssl
+USE_PYTHON= autoplist concurrent distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3700
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
Added: head/www/py-aioquic/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-aioquic/distinfo Sun Nov 15 17:56:04 2020 (r555253)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605426323
+SHA256 (aioquic-0.9.7.tar.gz) = c73131f3a7c26bc93d10b07fdc5cb1db3d6293ee9e000c0908c44b7c0e7e6026
+SIZE (aioquic-0.9.7.tar.gz) = 142136
Added: head/www/py-aioquic/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-aioquic/pkg-descr Sun Nov 15 17:56:04 2020 (r555253)
@@ -0,0 +1,4 @@
+aioquic is a library for the QUIC network protocol in Python. It features a
+minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
+
+WWW: https://github.com/aiortc/aioquic
More information about the svn-ports-head
mailing list