Sun Nov 3 01:06:10 2019 UTC ()
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.


(markd)
diff -r0 -r1.1 pkgsrc/archivers/py-zipstream/DESCR
diff -r0 -r1.1 pkgsrc/archivers/py-zipstream/Makefile
diff -r0 -r1.1 pkgsrc/archivers/py-zipstream/PLIST
diff -r0 -r1.1 pkgsrc/archivers/py-zipstream/distinfo

File Added: pkgsrc/archivers/py-zipstream/DESCR
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.

File Added: pkgsrc/archivers/py-zipstream/Makefile
# $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
HOMEPAGE=	https://github.com/allanlei/python-zipstream
COMMENT=	Zipfile generator
LICENSE=	gnu-gpl-v3

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/archivers/py-zipstream/PLIST
@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

File Added: pkgsrc/archivers/py-zipstream/distinfo
$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