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:   adam
Date:           Mon May 18 13:17:52 UTC 2026

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

Log Message:
py-zipstream-ng: updated to 1.9.2

v1.9.2

Restore zipserver command that was missed during build modernization
Fix tests not being included in the sdist package

v1.9.1

Declare support for Python 3.15
Always report using ZIP_STORED for directories since they're never compressed
Improve build and packaging system


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-zipstream-ng/Makefile
cvs rdiff -u -r1.4 -r1.5 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.

Modified files:

Index: pkgsrc/archivers/py-zipstream-ng/Makefile
diff -u pkgsrc/archivers/py-zipstream-ng/Makefile:1.6 pkgsrc/archivers/py-zipstream-ng/Makefile:1.7
--- pkgsrc/archivers/py-zipstream-ng/Makefile:1.6       Fri Aug 29 09:45:40 2025
+++ pkgsrc/archivers/py-zipstream-ng/Makefile   Mon May 18 13:17:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/08/29 09:45:40 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/05/18 13:17:52 adam Exp $
 
-DISTNAME=      zipstream_ng-1.9.0
+DISTNAME=      zipstream_ng-1.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipstream-ng/}
@@ -10,10 +10,14 @@ HOMEPAGE=   https://github.com/pR0Ps/zipst
 COMMENT=       Modern and easy to use streamable zip file generator
 LICENSE=       gnu-lgpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
+PYTHON_SELF_CONFLICT=  yes
+REPLACE_PYTHON=                src/zipstream/server.py
+
+.include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-zipstream-ng/PLIST
diff -u pkgsrc/archivers/py-zipstream-ng/PLIST:1.4 pkgsrc/archivers/py-zipstream-ng/PLIST:1.5
--- pkgsrc/archivers/py-zipstream-ng/PLIST:1.4  Fri Aug 29 09:45:40 2025
+++ pkgsrc/archivers/py-zipstream-ng/PLIST      Mon May 18 13:17:52 2026
@@ -1,17 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2025/08/29 09:45:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/05/18 13:17:52 adam Exp $
 bin/zipserver
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/zipstream/__init__.py
 ${PYSITELIB}/zipstream/__init__.pyc
 ${PYSITELIB}/zipstream/__init__.pyo
-${PYSITELIB}/zipstream/_async.py
-${PYSITELIB}/zipstream/_async.pyc
-${PYSITELIB}/zipstream/_async.pyo
 ${PYSITELIB}/zipstream/ng.py
 ${PYSITELIB}/zipstream/ng.pyc
 ${PYSITELIB}/zipstream/ng.pyo
Index: pkgsrc/archivers/py-zipstream-ng/distinfo
diff -u pkgsrc/archivers/py-zipstream-ng/distinfo:1.4 pkgsrc/archivers/py-zipstream-ng/distinfo:1.5
--- pkgsrc/archivers/py-zipstream-ng/distinfo:1.4       Fri Aug 29 09:45:40 2025
+++ pkgsrc/archivers/py-zipstream-ng/distinfo   Mon May 18 13:17:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/08/29 09:45:40 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/05/18 13:17:52 adam Exp $
 
-BLAKE2s (zipstream_ng-1.9.0.tar.gz) = 4da3947c7a074fc810f33beba0ffa1cb34bd8d91f318f6dc4388e35ca6e4794e
-SHA512 (zipstream_ng-1.9.0.tar.gz) = 8ec1d0493056a857d6240b1039093e7075e72f9f855eae97a41345558183aa9ce8fffe8c90c4f021451dacf4ba6b93b87303e58313c8f09b1014542016864091
-Size (zipstream_ng-1.9.0.tar.gz) = 37963 bytes
+BLAKE2s (zipstream_ng-1.9.2.tar.gz) = 3c74e431a588068cd0e8e6a3337781034062bba2a001edc5ffdc594cb474c0f3
+SHA512 (zipstream_ng-1.9.2.tar.gz) = d0ad0dc5c3a139f7547be1668f1cac2006bca2f6e2841405bc1f4e819487122bbb84000d1abe641d2791b5a4a7ccaddcce7a0efa0777d89d4151df32b4bbdbe6
+Size (zipstream_ng-1.9.2.tar.gz) = 32446 bytes



Home | Main Index | Thread Index | Old Index