pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipstream



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Nov  3 01:06:10 UTC 2019

Added Files:
        pkgsrc/archivers/py-zipstream: DESCR Makefile PLIST distinfo

Log Message:
py-zipstream: Add version 1.1.4

zipstream.py is a zip archive generator based on python 3.3's
zipfile.py. It was created to generate a zip file generator for
streaming (ie web apps). This is beneficial for when you want to
provide a downloadable archive of a large collection of regular files,
which would be infeasible to generate the archive prior to downloading
or of a very large file that you do not want to store entirely on disk
or on memory.

The archive is generated as an iterator of strings, which, when
joined, form the zip archive.


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

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

Added files:

Index: pkgsrc/archivers/py-zipstream/DESCR
diff -u /dev/null pkgsrc/archivers/py-zipstream/DESCR:1.1
--- /dev/null   Sun Nov  3 01:06:10 2019
+++ pkgsrc/archivers/py-zipstream/DESCR Sun Nov  3 01:06:10 2019
@@ -0,0 +1,10 @@
+zipstream.py is a zip archive generator based on python 3.3's
+zipfile.py. It was created to generate a zip file generator for
+streaming (ie web apps). This is beneficial for when you want to
+provide a downloadable archive of a large collection of regular files,
+which would be infeasible to generate the archive prior to downloading
+or of a very large file that you do not want to store entirely on disk
+or on memory.
+
+The archive is generated as an iterator of strings, which, when
+joined, form the zip archive.
Index: pkgsrc/archivers/py-zipstream/Makefile
diff -u /dev/null pkgsrc/archivers/py-zipstream/Makefile:1.1
--- /dev/null   Sun Nov  3 01:06:10 2019
+++ pkgsrc/archivers/py-zipstream/Makefile      Sun Nov  3 01:06:10 2019
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/11/03 01:06:10 markd Exp $
+
+DISTNAME=      zipstream-1.1.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    archivers python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipstream/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/allanlei/python-zipstream
+COMMENT=       Zipfile generator
+LICENSE=       gnu-gpl-v3
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-zipstream/PLIST
diff -u /dev/null pkgsrc/archivers/py-zipstream/PLIST:1.1
--- /dev/null   Sun Nov  3 01:06:10 2019
+++ pkgsrc/archivers/py-zipstream/PLIST Sun Nov  3 01:06:10 2019
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2019/11/03 01:06:10 markd Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zipstream/__init__.py
+${PYSITELIB}/zipstream/__init__.pyo
+${PYSITELIB}/zipstream/__init__.pyc
+${PYSITELIB}/zipstream/compat.pyo
+${PYSITELIB}/zipstream/compat.pyc
+${PYSITELIB}/zipstream/constants.pyo
+${PYSITELIB}/zipstream/constants.pyc
+${PYSITELIB}/zipstream/init.pyo
+${PYSITELIB}/zipstream/init.pyc
+${PYSITELIB}/zipstream/compat.py
+${PYSITELIB}/zipstream/constants.py
+${PYSITELIB}/zipstream/init.py
Index: pkgsrc/archivers/py-zipstream/distinfo
diff -u /dev/null pkgsrc/archivers/py-zipstream/distinfo:1.1
--- /dev/null   Sun Nov  3 01:06:10 2019
+++ pkgsrc/archivers/py-zipstream/distinfo      Sun Nov  3 01:06:10 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/11/03 01:06:10 markd Exp $
+
+SHA1 (zipstream-1.1.4.tar.gz) = 9c0f52900237ba1593ea4996563ca0ed34e574dc
+RMD160 (zipstream-1.1.4.tar.gz) = 4d3727bc32a7f8a1a237916c8fd80c8dc1c50f31
+SHA512 (zipstream-1.1.4.tar.gz) = db48130cd54f34136e6698ac3eaabee3edbd6e5027c1559ee4d5c3af14b2bf6f8fb46d49541dc492c49d21e95a20e701468273491188f8fc22f5bde4303e2ba6
+Size (zipstream-1.1.4.tar.gz) = 5785 bytes



Home | Main Index | Thread Index | Old Index