pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www/py-http_ece: Import http_ece-1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51475f5c0834
branches:  trunk
changeset: 383465:51475f5c0834
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 31 16:44:21 2018 +0000

description:
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:

 www/Makefile             |   3 ++-
 www/py-http_ece/DESCR    |   2 ++
 www/py-http_ece/Makefile |  18 ++++++++++++++++++
 www/py-http_ece/PLIST    |   9 +++++++++
 www/py-http_ece/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 9c66cff88224 -r 51475f5c0834 www/Makefile
--- a/www/Makefile      Tue Jul 31 16:15:33 2018 +0000
+++ b/www/Makefile      Tue Jul 31 16:44:21 2018 +0000
@@ -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-gunicorn
 SUBDIR+=       py-h11
 SUBDIR+=       py-h2
+SUBDIR+=       py-http_ece
 SUBDIR+=       py-http-parser
 SUBDIR+=       py-httpbin
 SUBDIR+=       py-httpie
diff -r 9c66cff88224 -r 51475f5c0834 www/py-http_ece/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-http_ece/DESCR     Tue Jul 31 16:44:21 2018 +0000
@@ -0,0 +1,2 @@
+py-http_ece is a simple implementation of the HTTP encrypted
+content-encoding (RFC 8188).
diff -r 9c66cff88224 -r 51475f5c0834 www/py-http_ece/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-http_ece/Makefile  Tue Jul 31 16:44:21 2018 +0000
@@ -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@localhost
+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 -r 9c66cff88224 -r 51475f5c0834 www/py-http_ece/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-http_ece/PLIST     Tue Jul 31 16:44:21 2018 +0000
@@ -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 -r 9c66cff88224 -r 51475f5c0834 www/py-http_ece/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-http_ece/distinfo  Tue Jul 31 16:44:21 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index