pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xopen



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Feb 10 13:04:23 UTC 2024

Modified Files:
        pkgsrc/devel/py-xopen: DESCR Makefile PLIST distinfo

Log Message:
devel/py-xopen: Update to 1.9.0nb1

Add zstandard support
Simple matter of installing py-zstandard as a runtime dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-xopen/DESCR
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-xopen/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-xopen/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-xopen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-xopen/DESCR
diff -u pkgsrc/devel/py-xopen/DESCR:1.1 pkgsrc/devel/py-xopen/DESCR:1.2
--- pkgsrc/devel/py-xopen/DESCR:1.1     Sun Dec 10 14:48:50 2017
+++ pkgsrc/devel/py-xopen/DESCR Sat Feb 10 13:04:22 2024
@@ -1,4 +1,4 @@
-This small Python module provides an xopen function that works like the
-built-in open function, but can also deal with compressed files. Supported
-compression formats are gzip, bzip2 and xz. They are automatically recognized
-by their file extensions .gz, .bz2 or .xz.
+This small Python module provides an xopen function that works like
+the built-in open function, but can also deal with compressed files.
+Supported compression formats are gzip, bzip2 and xz. They are
+automatically recognized by their file extensions .gz, .bz2 or .xz.

Index: pkgsrc/devel/py-xopen/Makefile
diff -u pkgsrc/devel/py-xopen/Makefile:1.30 pkgsrc/devel/py-xopen/Makefile:1.31
--- pkgsrc/devel/py-xopen/Makefile:1.30 Wed Jan 31 11:53:35 2024
+++ pkgsrc/devel/py-xopen/Makefile      Sat Feb 10 13:04:22 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2024/01/31 11:53:35 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/02/10 13:04:22 bacon Exp $
 
 DISTNAME=      xopen-1.9.0
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xopen/}
@@ -16,6 +17,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 DEPENDS+=      pbzip2-[0-9]*:../../archivers/pbzip2
 DEPENDS+=      pigz-[0-9]*:../../archivers/pigz
 DEPENDS+=      xz-[0-9]*:../../archivers/xz
+DEPENDS+=      ${PYPKGPREFIX}-zstandard-[0-9]*:../../archivers/py-zstandard
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-xopen/PLIST
diff -u pkgsrc/devel/py-xopen/PLIST:1.8 pkgsrc/devel/py-xopen/PLIST:1.9
--- pkgsrc/devel/py-xopen/PLIST:1.8     Sat Oct 28 19:57:09 2023
+++ pkgsrc/devel/py-xopen/PLIST Sat Feb 10 13:04:22 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2023/10/28 19:57:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/02/10 13:04:22 bacon Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD

Index: pkgsrc/devel/py-xopen/distinfo
diff -u pkgsrc/devel/py-xopen/distinfo:1.27 pkgsrc/devel/py-xopen/distinfo:1.28
--- pkgsrc/devel/py-xopen/distinfo:1.27 Wed Jan 31 11:53:35 2024
+++ pkgsrc/devel/py-xopen/distinfo      Sat Feb 10 13:04:22 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2024/01/31 11:53:35 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/02/10 13:04:22 bacon Exp $
 
 BLAKE2s (xopen-1.9.0.tar.gz) = 1617c1f27e8af4d2622c11c7d52be2b2e493e6580b4a36cfb7f8be98565605c7
 SHA512 (xopen-1.9.0.tar.gz) = 81e257ee84e4a0470760d80a6a0433dbea331b9bc079b7cb8ab744cc965325157fe961d6b8a76357f970cc72c366ac0233f5b6aff81eb43f7727f3695c83cdd8



Home | Main Index | Thread Index | Old Index