pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb  7 23:42:04 UTC 2017

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

Log Message:
Add comment why test target won't work.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pip/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-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.18 pkgsrc/devel/py-pip/Makefile:1.19
--- pkgsrc/devel/py-pip/Makefile:1.18   Fri Dec 23 19:12:38 2016
+++ pkgsrc/devel/py-pip/Makefile        Tue Feb  7 23:42:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/12/23 19:12:38 jdolecek Exp $
+# $NetBSD: Makefile,v 1.19 2017/02/07 23:42:04 wiz Exp $
 
 DISTNAME=      pip-9.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,11 @@ post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip
        ${RM} -f ${DESTDIR}${PREFIX}/bin/pip[2-3]
 
+# tests not included in tarball
+# https://github.com/pypa/pip/issues/3370
+#do-test:
+#      cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index