From owner-svn-ports-all@freebsd.org Sun Nov 15 17:56:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 698D12EF67E; Sun, 15 Nov 2020 17:56:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZ0Hr1ySXz4g4T; Sun, 15 Nov 2020 17:56:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 085281FD4A; Sun, 15 Nov 2020 17:56:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AFHu5ql003649; Sun, 15 Nov 2020 17:56:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHu5ZZ003645; Sun, 15 Nov 2020 17:56:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151756.0AFHu5ZZ003645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 17:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555253 - in head/www: . py-aioquic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-aioquic X-SVN-Commit-Revision: 555253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 17:56:11 -0000 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 +# $FreeBSD$ + +PORTNAME= aioquic +PORTVERSION= 0.9.7 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@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 + +.if ${PYTHON_REL} < 3700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} +.endif + +.include 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