pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  1 09:20:56 UTC 2022

Modified Files:
        pkgsrc/archivers/py-zipp1: Makefile
        pkgsrc/devel/py-funcsigs: Makefile

Log Message:
*: remove references to py-unittest2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-zipp1/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-funcsigs/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-zipp1/Makefile
diff -u pkgsrc/archivers/py-zipp1/Makefile:1.7 pkgsrc/archivers/py-zipp1/Makefile:1.8
--- pkgsrc/archivers/py-zipp1/Makefile:1.7      Thu Jan 27 08:44:11 2022
+++ pkgsrc/archivers/py-zipp1/Makefile  Sun May  1 09:20:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/27 08:44:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/01 09:20:56 wiz Exp $
 
 DISTNAME=      zipp-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,10 +14,11 @@ LICENSE=    mit
 DEPENDS+=      ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5
 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 # not available for python 2.x
 # https://github.com/jaraco/zipp/issues/49
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools
+# removed from pkgsrc
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-funcsigs/Makefile
diff -u pkgsrc/devel/py-funcsigs/Makefile:1.6 pkgsrc/devel/py-funcsigs/Makefile:1.7
--- pkgsrc/devel/py-funcsigs/Makefile:1.6       Tue Jan  4 20:53:06 2022
+++ pkgsrc/devel/py-funcsigs/Makefile   Sun May  1 09:20:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/01 09:20:56 wiz Exp $
 
 DISTNAME=      funcsigs-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,8 @@ LICENSE=      apache-2.0
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
+# removed from pkgsrc
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index