pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-zipstream py-zipstream: Add version 1.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdcbe2ef2696
branches:  trunk
changeset: 343362:bdcbe2ef2696
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Nov 03 01:06:10 2019 +0000

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

diffstat:

 archivers/py-zipstream/DESCR    |  10 ++++++++++
 archivers/py-zipstream/Makefile |  14 ++++++++++++++
 archivers/py-zipstream/PLIST    |  18 ++++++++++++++++++
 archivers/py-zipstream/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 334d5e8a355e -r bdcbe2ef2696 archivers/py-zipstream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipstream/DESCR      Sun Nov 03 01:06:10 2019 +0000
@@ -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.
diff -r 334d5e8a355e -r bdcbe2ef2696 archivers/py-zipstream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipstream/Makefile   Sun Nov 03 01:06:10 2019 +0000
@@ -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"
diff -r 334d5e8a355e -r bdcbe2ef2696 archivers/py-zipstream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipstream/PLIST      Sun Nov 03 01:06:10 2019 +0000
@@ -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
diff -r 334d5e8a355e -r bdcbe2ef2696 archivers/py-zipstream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipstream/distinfo   Sun Nov 03 01:06:10 2019 +0000
@@ -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