From owner-svn-ports-head@freebsd.org Wed Jun 27 23:33:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25116101BA9B; Wed, 27 Jun 2018 23:33:34 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C84E379545; Wed, 27 Jun 2018 23:33:33 +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 8F00C1D2D; Wed, 27 Jun 2018 23:33:33 +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 w5RNXXYt078029; Wed, 27 Jun 2018 23:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5RNXWac078024; Wed, 27 Jun 2018 23:33:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806272333.w5RNXWac078024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Jun 2018 23:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473465 - in head/www: . py-aioh2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . py-aioh2 X-SVN-Commit-Revision: 473465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 23:33:34 -0000 Author: sunpoet Date: Wed Jun 27 23:33:32 2018 New Revision: 473465 URL: https://svnweb.freebsd.org/changeset/ports/473465 Log: Add py-aioh2 0.2.2 aioh2 is an HTTP/2 implementation with hyper-h2 on Python 3 asyncio. Features: - Asynchronous HTTP/2 client and server - Multiplexing streams of data with managed flow and priority control - Optional tickless health check WWW: https://github.com/decentfox/aioh2 Added: head/www/py-aioh2/ head/www/py-aioh2/Makefile (contents, props changed) head/www/py-aioh2/distinfo (contents, props changed) head/www/py-aioh2/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jun 27 23:32:12 2018 (r473464) +++ head/www/Makefile Wed Jun 27 23:33:32 2018 (r473465) @@ -1497,6 +1497,7 @@ SUBDIR += py-WebError SUBDIR += py-WebFlash SUBDIR += py-WebTest + SUBDIR += py-aioh2 SUBDIR += py-aiohttp SUBDIR += py-aiohttp-wsgi SUBDIR += py-albatross Added: head/www/py-aioh2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aioh2/Makefile Wed Jun 27 23:33:32 2018 (r473465) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= aioh2 +PORTVERSION= 0.2.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/2 implementation with hyper-h2 on Python 3 asyncio + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}priority>=1.3.0:www/py-priority@${PY_FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.4+ + +.include Added: head/www/py-aioh2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aioh2/distinfo Wed Jun 27 23:33:32 2018 (r473465) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530050618 +SHA256 (aioh2-0.2.2.tar.gz) = 8da7b49261d9bbfe71b3b9e994eca1fcc53890c7868fc96eb6b9027e3f27220e +SIZE (aioh2-0.2.2.tar.gz) = 24585 Added: head/www/py-aioh2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-aioh2/pkg-descr Wed Jun 27 23:33:32 2018 (r473465) @@ -0,0 +1,8 @@ +aioh2 is an HTTP/2 implementation with hyper-h2 on Python 3 asyncio. + +Features: +- Asynchronous HTTP/2 client and server +- Multiplexing streams of data with managed flow and priority control +- Optional tickless health check + +WWW: https://github.com/decentfox/aioh2