Subject: CVS commit: pkgsrc/archivers/py-zipstream
From: Mark Davies
Date: 2019-11-03 02:06:10
Message id: 20191103010610.68FE2FA92@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.1addpkgsrc/archivers/py-zipstream/DESCR
1.1addpkgsrc/archivers/py-zipstream/Makefile
1.1addpkgsrc/archivers/py-zipstream/PLIST
1.1addpkgsrc/archivers/py-zipstream/distinfo