svn commit: r473465 - in head/www: . py-aioh2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 27 23:33:34 UTC 2018


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	aioh2
+PORTVERSION=	0.2.2
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list