pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 10:01:38 UTC 2020

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

Log Message:
devel/py-jupyter_client: disable tests for py27


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-jupyter_client/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-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.13 pkgsrc/devel/py-jupyter_client/Makefile:1.14
--- pkgsrc/devel/py-jupyter_client/Makefile:1.13        Wed Oct  9 10:41:02 2019
+++ pkgsrc/devel/py-jupyter_client/Makefile     Sun Apr 26 10:01:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/10/09 10:41:02 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/26 10:01:38 rillig Exp $
 
 DISTNAME=      jupyter_client-5.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,8 +28,14 @@ post-install:
        ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \
        ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYPKGPREFIX} == py27
+TEST_DEPENDS=  # none; py-ipykernel is incompatible with py27
+do-test:
+.else
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"



Home | Main Index | Thread Index | Old Index