pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipstream-ng



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Aug 21 03:41:34 UTC 2023

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

Log Message:
archivers/py-zipstream-ng: import version 1.6.0

py-zipstream-ng is a modern and easy to use streamable zip file
generator. It can package and stream many files and folders into a zip
on the fly without needing temporary files or excessive memory. It can
also calculate the final size of the zip file before streaming it.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-zipstream-ng/DESCR \
    pkgsrc/archivers/py-zipstream-ng/Makefile \
    pkgsrc/archivers/py-zipstream-ng/PLIST \
    pkgsrc/archivers/py-zipstream-ng/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-ng/DESCR
diff -u /dev/null pkgsrc/archivers/py-zipstream-ng/DESCR:1.1
--- /dev/null   Mon Aug 21 03:41:34 2023
+++ pkgsrc/archivers/py-zipstream-ng/DESCR      Mon Aug 21 03:41:33 2023
@@ -0,0 +1,4 @@
+A modern and easy to use streamable zip file generator. It can package and
+stream many files and folders into a zip on the fly without needing temporary
+files or excessive memory. It can also calculate the final size of the zip file
+before streaming it.
Index: pkgsrc/archivers/py-zipstream-ng/Makefile
diff -u /dev/null pkgsrc/archivers/py-zipstream-ng/Makefile:1.1
--- /dev/null   Mon Aug 21 03:41:34 2023
+++ pkgsrc/archivers/py-zipstream-ng/Makefile   Mon Aug 21 03:41:33 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/08/21 03:41:33 khorben Exp $
+
+DISTNAME=      zipstream-ng-1.6.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    archivers python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipstream-ng/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pR0Ps/zipstream-ng
+COMMENT=       Modern and easy to use streamable zip file generator
+LICENSE=       gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-zipstream-ng/PLIST
diff -u /dev/null pkgsrc/archivers/py-zipstream-ng/PLIST:1.1
--- /dev/null   Mon Aug 21 03:41:34 2023
+++ pkgsrc/archivers/py-zipstream-ng/PLIST      Mon Aug 21 03:41:33 2023
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/21 03:41:33 khorben Exp $
+bin/zipserver
+${PYSITELIB}/zipstream/__init__.py
+${PYSITELIB}/zipstream/__init__.pyc
+${PYSITELIB}/zipstream/__init__.pyo
+${PYSITELIB}/zipstream/ng.py
+${PYSITELIB}/zipstream/ng.pyc
+${PYSITELIB}/zipstream/ng.pyo
+${PYSITELIB}/zipstream/server.py
+${PYSITELIB}/zipstream/server.pyc
+${PYSITELIB}/zipstream/server.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/archivers/py-zipstream-ng/distinfo
diff -u /dev/null pkgsrc/archivers/py-zipstream-ng/distinfo:1.1
--- /dev/null   Mon Aug 21 03:41:34 2023
+++ pkgsrc/archivers/py-zipstream-ng/distinfo   Mon Aug 21 03:41:33 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/21 03:41:33 khorben Exp $
+
+BLAKE2s (zipstream-ng-1.6.0.tar.gz) = de51f3ac4a7ee4a695fe29d832677f5285359fc75d809d09b09dc4f1ae35cc5f
+SHA512 (zipstream-ng-1.6.0.tar.gz) = 8be9a48f3a860b328bef40ac92cc949a0f303942cb8c6d09228460cbc6fe06fa96b89e438e4fd591070da8d6b228791c2390f03326fbe6f043f83b0caa99b177
+Size (zipstream-ng-1.6.0.tar.gz) = 34585 bytes



Home | Main Index | Thread Index | Old Index