pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 12:31:07 UTC 2023

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

Log Message:
py-test4: stop using py-argcomplete


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test4/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-test4/Makefile
diff -u pkgsrc/devel/py-test4/Makefile:1.11 pkgsrc/devel/py-test4/Makefile:1.12
--- pkgsrc/devel/py-test4/Makefile:1.11 Tue Oct 11 11:52:44 2022
+++ pkgsrc/devel/py-test4/Makefile      Sun Apr 30 12:31:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/10/11 11:52:44 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/30 12:31:07 wiz Exp $
 
 DISTNAME=      pytest-4.6.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -23,11 +23,11 @@ DEPENDS+=   ${PYPKGPREFIX}-pluggy>=0.12:..
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
-TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis4
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 # does not support python 2.7
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index