Mon May 27 15:31:02 2019 UTC ()
py-xopen: updated to 0.6.0

v0.6.0
For reading from gzipped files, xopen will now use a pigz subprocess. This is faster than using gzip.open.
Python 2 supported will be dropped in one of the next releases.


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/py-xopen/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-xopen/distinfo

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

--- pkgsrc/devel/py-xopen/Makefile 2019/04/25 12:44:10 1.8
+++ pkgsrc/devel/py-xopen/Makefile 2019/05/27 15:31:02 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2019/04/25 12:44:10 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2019/05/27 15:31:02 adam Exp $
2 2
3DISTNAME= xopen-0.5.1 3DISTNAME= xopen-0.6.0
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
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"

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

--- pkgsrc/devel/py-xopen/distinfo 2019/04/25 12:44:10 1.7
+++ pkgsrc/devel/py-xopen/distinfo 2019/05/27 15:31:02 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/04/25 12:44:10 adam Exp $ 1$NetBSD: distinfo,v 1.8 2019/05/27 15:31:02 adam Exp $
2 2
3SHA1 (xopen-0.5.1.tar.gz) = c90ce1f0a3d22e568ef897b73891bd5105993076 3SHA1 (xopen-0.6.0.tar.gz) = 52a0ce28304bab27177aec642d075aee8d1a5eb8
4RMD160 (xopen-0.5.1.tar.gz) = a7b5e4c03071655e655e7cc0e97c390071408ca0 4RMD160 (xopen-0.6.0.tar.gz) = 5dd2ea50268f60834b4c729ba3f615c358437dae
5SHA512 (xopen-0.5.1.tar.gz) = 539bd30edb26fcda66c6e7c5301c60477beb1acf9da8755ba6de0310013d583bf525a4b3bd5c7690132c875d4fa5c8a3f096e800e4ec0e4944d8e6c17bf79532 5SHA512 (xopen-0.6.0.tar.gz) = 666ee67c559ca01b388bb0936daed6aadaaad2eb6bd0809561fda10b78ef7673636362d6885b3cdcd637aa4bf3057b2085d16fbce57ff0a4916c58b361a4b4b6
6Size (xopen-0.5.1.tar.gz) = 9712 bytes 6Size (xopen-0.6.0.tar.gz) = 10262 bytes