pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xprocess



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 25 08:47:37 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-xprocess: Makefile

Log Message:
py-test-xprocess: cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-xprocess/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-test-xprocess/Makefile
diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.1 pkgsrc/devel/py-test-xprocess/Makefile:1.2
--- pkgsrc/devel/py-test-xprocess/Makefile:1.1  Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/Makefile      Mon Feb 25 08:47:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/02/25 08:47:03 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/25 08:47:37 adam Exp $
 
 DISTNAME=      pytest-xprocess-0.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,8 +16,5 @@ DEPENDS+=     ${PYPKGPREFIX}-test-cache-[0-9
 
 USE_LANGUAGES= # none
 
-#do-test:
-#      cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index