pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hamcrest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 28 14:19:49 UTC 2022

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

Log Message:
py-hamcrest: note that this package needs to be installed to be tested


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hamcrest/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-hamcrest/Makefile
diff -u pkgsrc/devel/py-hamcrest/Makefile:1.4 pkgsrc/devel/py-hamcrest/Makefile:1.5
--- pkgsrc/devel/py-hamcrest/Makefile:1.4       Mon Nov 28 14:18:41 2022
+++ pkgsrc/devel/py-hamcrest/Makefile   Mon Nov 28 14:19:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/11/28 14:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/28 14:19:49 wiz Exp $
 
 DISTNAME=      pyhamcrest-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^pyh/h/}
@@ -20,6 +20,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# only works after installation
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 



Home | Main Index | Thread Index | Old Index