Sat Oct 26 22:48:55 2019 UTC ()
py-xopen: updated to 0.8.4

v0.8.4:
Allow threads=0 to mean that no external pigz/gzip should be run.
Instead, regular gzip.open() is used.


(adam)
diff -r1.15 -r1.16 pkgsrc/devel/py-xopen/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/py-xopen/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-xopen/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-xopen/Makefile 2019/10/19 06:41:09 1.15
+++ pkgsrc/devel/py-xopen/Makefile 2019/10/26 22:48:55 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2019/10/19 06:41:09 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2019/10/26 22:48:55 adam Exp $
2 2
3DISTNAME= xopen-0.8.3 3DISTNAME= xopen-0.8.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/}
7 7
8MAINTAINER= bacon@NetBSD.org 8MAINTAINER= bacon@NetBSD.org
9HOMEPAGE= https://github.com/marcelm/xopen 9HOMEPAGE= https://github.com/marcelm/xopen
10COMMENT= Open compressed files transparently 10COMMENT= Open compressed files transparently
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14DEPENDS+= pigz-[0-9]*:../../archivers/pigz 14DEPENDS+= pigz-[0-9]*:../../archivers/pigz
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 16

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-xopen/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-xopen/distinfo 2019/10/19 06:41:09 1.14
+++ pkgsrc/devel/py-xopen/distinfo 2019/10/26 22:48:55 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2019/10/19 06:41:09 adam Exp $ 1$NetBSD: distinfo,v 1.15 2019/10/26 22:48:55 adam Exp $
2 2
3SHA1 (xopen-0.8.3.tar.gz) = f6a583c8b54966d100a0ef4c7135283182ee15b2 3SHA1 (xopen-0.8.4.tar.gz) = f94386790a1f29d546d2ce46167687eaecdad94d
4RMD160 (xopen-0.8.3.tar.gz) = 4ab6f59b5d9df5cba3cdf8e3145ae040e0973259 4RMD160 (xopen-0.8.4.tar.gz) = d30def911e735eff5331676d0b59bd9fea684f85
5SHA512 (xopen-0.8.3.tar.gz) = 1f5e56abc7b2d98055a10e186c78faa562210389d16199e1cfda1ed840057d85e6d2bf5c22a3e63ed9c48445acbb579d8cb5a0aee41b5b993ac2edab6310017f 5SHA512 (xopen-0.8.4.tar.gz) = ead93ffa13d9043da5fa6b843917072feb9ad02866392c69b4422b4e696ccbef8faac6b05405623c52481013c692dcda4dd56008a3ddd4cc61d281a98e8bd9e0
6Size (xopen-0.8.3.tar.gz) = 11357 bytes 6Size (xopen-0.8.4.tar.gz) = 13029 bytes