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:   wiz
Date:           Thu Mar 12 07:51:23 UTC 2020

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

Log Message:
py-zipp: py-jaraco.itertools is only a test dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/py-zipp/Makefile

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.9 pkgsrc/archivers/py-zipp/Makefile:1.10
--- pkgsrc/archivers/py-zipp/Makefile:1.9       Thu Mar 12 07:36:21 2020
+++ pkgsrc/archivers/py-zipp/Makefile   Thu Mar 12 07:51:23 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2020/03/12 07:36:21 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/12 07:51:23 wiz Exp $
 
 DISTNAME=      zipp-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zipp/}
 
@@ -11,7 +12,7 @@ COMMENT=      Backport of pathlib-compatible 
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
 TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index