pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 31 16:44:21 UTC 2018

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-http_ece: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.1336 -r1.1337 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-http_ece/DESCR \
    pkgsrc/www/py-http_ece/Makefile pkgsrc/www/py-http_ece/PLIST \
    pkgsrc/www/py-http_ece/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1336 pkgsrc/www/Makefile:1.1337
--- pkgsrc/www/Makefile:1.1336  Tue Jul 31 10:20:38 2018
+++ pkgsrc/www/Makefile Tue Jul 31 16:44:21 2018
@@ -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

Added files:

Index: pkgsrc/www/py-http_ece/DESCR
diff -u /dev/null pkgsrc/www/py-http_ece/DESCR:1.1
--- /dev/null   Tue Jul 31 16:44:21 2018
+++ pkgsrc/www/py-http_ece/DESCR        Tue Jul 31 16:44:21 2018
@@ -0,0 +1,2 @@
+py-http_ece is a simple implementation of the HTTP encrypted
+content-encoding (RFC 8188).
Index: pkgsrc/www/py-http_ece/Makefile
diff -u /dev/null pkgsrc/www/py-http_ece/Makefile:1.1
--- /dev/null   Tue Jul 31 16:44:21 2018
+++ pkgsrc/www/py-http_ece/Makefile     Tue Jul 31 16:44:21 2018
@@ -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"
Index: pkgsrc/www/py-http_ece/PLIST
diff -u /dev/null pkgsrc/www/py-http_ece/PLIST:1.1
--- /dev/null   Tue Jul 31 16:44:21 2018
+++ pkgsrc/www/py-http_ece/PLIST        Tue Jul 31 16:44:21 2018
@@ -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
Index: pkgsrc/www/py-http_ece/distinfo
diff -u /dev/null pkgsrc/www/py-http_ece/distinfo:1.1
--- /dev/null   Tue Jul 31 16:44:21 2018
+++ pkgsrc/www/py-http_ece/distinfo     Tue Jul 31 16:44:21 2018
@@ -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