diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-04-17 13:13:46 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-04-17 13:13:46 +0000 |
commit | e03616ea0dd9e4f45440096c20d7215fc3e84fbf (patch) | |
tree | b3ec3e1350514526c00172f277e05833c0d228fb /www/py-hyper | |
parent | fc8613157a07b26a70a62eaf577ca6e426cba4d1 (diff) | |
download | ports-e03616ea0dd9e4f45440096c20d7215fc3e84fbf.tar.gz ports-e03616ea0dd9e4f45440096c20d7215fc3e84fbf.zip |
Notes
Diffstat (limited to 'www/py-hyper')
-rw-r--r-- | www/py-hyper/Makefile | 25 | ||||
-rw-r--r-- | www/py-hyper/distinfo | 2 | ||||
-rw-r--r-- | www/py-hyper/pkg-descr | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/www/py-hyper/Makefile b/www/py-hyper/Makefile new file mode 100644 index 000000000000..68826dae914b --- /dev/null +++ b/www/py-hyper/Makefile @@ -0,0 +1,25 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= hyper +PORTVERSION= 0.3.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= HTTP/2 Client for Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} == 330 || (${PYTHON_VER} == 2.7 && ${PYTHON_REL} < 279) +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:${PORTSDIR}/security/py-openssl +.endif + +.include <bsd.port.post.mk> diff --git a/www/py-hyper/distinfo b/www/py-hyper/distinfo new file mode 100644 index 000000000000..53cb3b0ef78d --- /dev/null +++ b/www/py-hyper/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyper-0.3.1.tar.gz) = a5bf8ec59a89a45549e03886505b1a797b7c2bd3b77f1c7a06d46a282c215239 +SIZE (hyper-0.3.1.tar.gz) = 250572 diff --git a/www/py-hyper/pkg-descr b/www/py-hyper/pkg-descr new file mode 100644 index 000000000000..8c03941c7c4a --- /dev/null +++ b/www/py-hyper/pkg-descr @@ -0,0 +1,11 @@ +HTTP is changing under our feet. HTTP/1.1, our old friend, is being +supplemented by the brand new HTTP/2 standard. HTTP/2 provides many +benefits: improved speed, lower bandwidth usage, better connection +management, and more. + +hyper supports the final draft of the HTTP/2 specification: +additionally, it provides support for drafts 14, 15, and 16 of the +HTTP/2 specification. It also supports the final draft of the HPACK +specification + +WWW: https://hyper.readthedocs.org |