pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 10 03:36:35 UTC 2023

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile distinfo

Log Message:
py-zipp: updated to 3.16.0

v3.16.0

Features
- Require Python 3.8 or later.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/py-zipp/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/archivers/py-zipp/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-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.24 pkgsrc/archivers/py-zipp/Makefile:1.25
--- pkgsrc/archivers/py-zipp/Makefile:1.24      Wed Mar  1 10:37:41 2023
+++ pkgsrc/archivers/py-zipp/Makefile   Mon Jul 10 03:36:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/03/01 10:37:41 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/07/10 03:36:35 adam Exp $
 
-DISTNAME=      zipp-3.15.0
+DISTNAME=      zipp-3.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}
@@ -12,10 +12,18 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
+TEST_DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-zipp/distinfo
diff -u pkgsrc/archivers/py-zipp/distinfo:1.21 pkgsrc/archivers/py-zipp/distinfo:1.22
--- pkgsrc/archivers/py-zipp/distinfo:1.21      Wed Mar  1 10:37:41 2023
+++ pkgsrc/archivers/py-zipp/distinfo   Mon Jul 10 03:36:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/03/01 10:37:41 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/07/10 03:36:35 adam Exp $
 
-BLAKE2s (zipp-3.15.0.tar.gz) = 9cbaa74b7c9ce43fdc57cfa3d792894a1a42475f13caa99c0c5a08b058ea1656
-SHA512 (zipp-3.15.0.tar.gz) = 74a512428fa29e284c515a7e6c45030e4d840727e12e376bca480a90b7fd1e111462deafa372ca9aebd9f53c24bc37111570e7a4a6a873c0b7dee9a0277c100d
-Size (zipp-3.15.0.tar.gz) = 18454 bytes
+BLAKE2s (zipp-3.16.0.tar.gz) = b9624629ace64622261682f702b9a8136a372636868c3afc0ac896c7a80a6acb
+SHA512 (zipp-3.16.0.tar.gz) = f83eb32a28a1f3acf49ade075e8390f89912d1a058cf514432c06efc1963d2a40d78051a6f7963fcdaee3dcf38e327a48a4eef15e5f3ac0db4a9590d6061ccdf
+Size (zipp-3.16.0.tar.gz) = 18432 bytes



Home | Main Index | Thread Index | Old Index