diff options
author | nia <nia@pkgsrc.org> | 2018-07-31 16:44:21 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-31 16:44:21 +0000 |
commit | 8d11ca0f6f03ce8d346a6e928007c9501d7d3498 (patch) | |
tree | a30677d8117db36cf632aea86906e725eba52522 /www | |
parent | f132d86a524157159b6a08b010beb3ac7f266358 (diff) | |
download | pkgsrc-8d11ca0f6f03ce8d346a6e928007c9501d7d3498.tar.gz |
www/py-http_ece: Import http_ece-1.0.5
py-http_ece is a simple implementation of the HTTP encrypted
content-encoding (RFC 8188).
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/py-http_ece/DESCR | 2 | ||||
-rw-r--r-- | www/py-http_ece/Makefile | 18 | ||||
-rw-r--r-- | www/py-http_ece/PLIST | 9 | ||||
-rw-r--r-- | www/py-http_ece/distinfo | 6 |
5 files changed, 37 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 0ce3b4defcb..34a5a33d959 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1336 2018/07/31 10:20:38 wen Exp $ +# $NetBSD: Makefile,v 1.1337 2018/07/31 16:44:21 nia Exp $ # COMMENT= Packages related to the World Wide Web @@ -704,6 +704,7 @@ SUBDIR+= py-grappelli_safe SUBDIR+= py-gunicorn SUBDIR+= py-h11 SUBDIR+= py-h2 +SUBDIR+= py-http_ece SUBDIR+= py-http-parser SUBDIR+= py-httpbin SUBDIR+= py-httpie diff --git a/www/py-http_ece/DESCR b/www/py-http_ece/DESCR new file mode 100644 index 00000000000..3c66f5e7a9a --- /dev/null +++ b/www/py-http_ece/DESCR @@ -0,0 +1,2 @@ +py-http_ece is a simple implementation of the HTTP encrypted +content-encoding (RFC 8188). diff --git a/www/py-http_ece/Makefile b/www/py-http_ece/Makefile new file mode 100644 index 00000000000..04a4d67866b --- /dev/null +++ b/www/py-http_ece/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/07/31 16:44:21 nia Exp $ + +DISTNAME= http_ece-1.0.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www security python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-ece/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/web-push-libs/encrypted-content-encoding +COMMENT= Python support for the encryped Content-Encoding (RFC 8188) +LICENSE= mit + +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-http_ece/PLIST b/www/py-http_ece/PLIST new file mode 100644 index 00000000000..0cb34061412 --- /dev/null +++ b/www/py-http_ece/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/31 16:44:21 nia Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/http_ece/__init__.py +${PYSITELIB}/http_ece/__init__.pyo +${PYSITELIB}/http_ece/__init__.pyc diff --git a/www/py-http_ece/distinfo b/www/py-http_ece/distinfo new file mode 100644 index 00000000000..a481c225e78 --- /dev/null +++ b/www/py-http_ece/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/31 16:44:21 nia Exp $ + +SHA1 (http_ece-1.0.5.tar.gz) = 6c09c77b8415607163a4d5ff85fbad8dcf00ee33 +RMD160 (http_ece-1.0.5.tar.gz) = a8fd466375ccb706b83ad53228a6750aaab51241 +SHA512 (http_ece-1.0.5.tar.gz) = 3ef8f85a76c68574eedcff76f817d71f861971fbbc70b3bb6e8538c4d0db17cbbda26b71fd7b9b879b5427820296f87ea165b1f0359ed5b2a80bf3e6e09937e9 +Size (http_ece-1.0.5.tar.gz) = 4841 bytes |