pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mccabe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 22 09:08:48 UTC 2022

Modified Files:
        pkgsrc/devel/py-mccabe: Makefile

Log Message:
py-mccabe: update comment on test failure


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-mccabe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mccabe/Makefile
diff -u pkgsrc/devel/py-mccabe/Makefile:1.11 pkgsrc/devel/py-mccabe/Makefile:1.12
--- pkgsrc/devel/py-mccabe/Makefile:1.11        Mon Jan 31 11:56:36 2022
+++ pkgsrc/devel/py-mccabe/Makefile     Tue Feb 22 09:08:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/31 11:56:36 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/02/22 09:08:48 wiz Exp $
 
 DISTNAME=      mccabe-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 # https://github.com/PyCQA/mccabe/issues/93
 # as of 0.7.0, tests do not run:
 # NameError: name 'settings' is not defined
+# probably fixed by adding hypothesmith dependency
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-hypothesmith-[0-9]*:../../wip/py-hypothesmith
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index