Tue Sep 28 16:04:54 2021 UTC ()
py-xopen: updated to 1.2.0

v1.2.0
pbzip2 is now used to open .bz2 files if threads is greater than zero.


(adam)
diff -r1.20 -r1.21 pkgsrc/devel/py-xopen/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/py-xopen/distinfo

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

--- pkgsrc/devel/py-xopen/Makefile 2021/01/21 19:50:20 1.20
+++ pkgsrc/devel/py-xopen/Makefile 2021/09/28 16:04:54 1.21
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.20 2021/01/21 19:50:20 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2021/09/28 16:04:54 adam Exp $
2 2
3DISTNAME= xopen-1.1.0 3DISTNAME= xopen-1.2.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
 14DEPENDS+= pbzip2-[0-9]*:../../archivers/pbzip2
14DEPENDS+= pigz-[0-9]*:../../archivers/pigz 15DEPENDS+= pigz-[0-9]*:../../archivers/pigz
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 17
17PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27
18 19
19.include "../../lang/python/pyversion.mk" 20.include "../../lang/python/pyversion.mk"
20 21
21USE_LANGUAGES= # none 22USE_LANGUAGES= # none
22 23
23do-test: 24do-test:
24 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests 25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
25 26
26.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-xopen/distinfo 2021/01/21 19:50:20 1.18
+++ pkgsrc/devel/py-xopen/distinfo 2021/09/28 16:04:54 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2021/01/21 19:50:20 adam Exp $ 1$NetBSD: distinfo,v 1.19 2021/09/28 16:04:54 adam Exp $
2 2
3SHA1 (xopen-1.1.0.tar.gz) = 2f056d8bdce0e2564630f50b01d997e2a860112c 3SHA1 (xopen-1.2.0.tar.gz) = eb7cb8da7709a7325291ffb030d3f20cb4cc4d00
4RMD160 (xopen-1.1.0.tar.gz) = 72eee08d4bb8339f369ded89f301a0a1ea4dea53 4RMD160 (xopen-1.2.0.tar.gz) = 2d6bc66848f38f00c6dbfd5f84c59be76ae94cea
5SHA512 (xopen-1.1.0.tar.gz) = 74e366febede75afd09760a0f04fe13738bc432fe6801507435efb8020d4431aa37aab9500e55d78de5030474f473b379aff7764205e07647454d12118a26997 5SHA512 (xopen-1.2.0.tar.gz) = 91c5e17310be0681ce26981c1dc3653d00f3417b6469ee12e8d37b0056184c73c8e720943ae1daf660666ef9f36cae6cbc68f08bd7f010d32957598823ae86c9
6Size (xopen-1.1.0.tar.gz) = 17836 bytes 6Size (xopen-1.2.0.tar.gz) = 20089 bytes