From owner-svn-ports-all@freebsd.org Sun Nov 15 17:56:21 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 5068D2EF9FC; Sun, 15 Nov 2020 17:56:21 +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 4CZ0J32y8nz4gJD; Sun, 15 Nov 2020 17:56:19 +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 AADBA1FD4B; Sun, 15 Nov 2020 17:56:16 +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 0AFHuGnX003980; Sun, 15 Nov 2020 17:56:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AFHuFap003977; Sun, 15 Nov 2020 17:56:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011151756.0AFHuFap003977@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:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555255 - in head/www: . py-pylsqpack X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-pylsqpack X-SVN-Commit-Revision: 555255 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:21 -0000 Author: sunpoet Date: Sun Nov 15 17:56:15 2020 New Revision: 555255 URL: https://svnweb.freebsd.org/changeset/ports/555255 Log: Add py-pylsqpack 0.3.11 pylsqpack is a wrapper around the ls-qpack library. It provides Python Decoder and Encoder objects to read or write HTTP/3 headers compressed with QPACK. WWW: https://github.com/aiortc/pylsqpack Added: head/www/py-pylsqpack/ head/www/py-pylsqpack/Makefile (contents, props changed) head/www/py-pylsqpack/distinfo (contents, props changed) head/www/py-pylsqpack/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Nov 15 17:56:10 2020 (r555254) +++ head/www/Makefile Sun Nov 15 17:56:15 2020 (r555255) @@ -1691,6 +1691,7 @@ SUBDIR += py-py-restclient SUBDIR += py-pyjwt SUBDIR += py-pylons + SUBDIR += py-pylsqpack SUBDIR += py-pyocclient SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc Added: head/www/py-pylsqpack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pylsqpack/Makefile Sun Nov 15 17:56:15 2020 (r555255) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pylsqpack +PORTVERSION= 0.3.11 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python wrapper for the ls-qpack QPACK library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} setup.py test + +.include Added: head/www/py-pylsqpack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pylsqpack/distinfo Sun Nov 15 17:56:15 2020 (r555255) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605426327 +SHA256 (pylsqpack-0.3.11.tar.gz) = 233138ba8b78827773422ebfb19ed53127e6d4f2dfbef23434bcc3a75b804b95 +SIZE (pylsqpack-0.3.11.tar.gz) = 659447 Added: head/www/py-pylsqpack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pylsqpack/pkg-descr Sun Nov 15 17:56:15 2020 (r555255) @@ -0,0 +1,4 @@ +pylsqpack is a wrapper around the ls-qpack library. It provides Python Decoder +and Encoder objects to read or write HTTP/3 headers compressed with QPACK. + +WWW: https://github.com/aiortc/pylsqpack