pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: joerg
Date: Sun Aug 9 23:37:32 UTC 2020
Modified Files:
pkgsrc/www/py-ipywidgets: Makefile
pkgsrc/www/py-nbconvert: Makefile
pkgsrc/www/py-notebook: Makefile
Log Message:
Apply python restrict of py-ipykernel cursively
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-ipywidgets/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-nbconvert/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-notebook/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-ipywidgets/Makefile
diff -u pkgsrc/www/py-ipywidgets/Makefile:1.2 pkgsrc/www/py-ipywidgets/Makefile:1.3
--- pkgsrc/www/py-ipywidgets/Makefile:1.2 Sun Jan 26 17:32:23 2020
+++ pkgsrc/www/py-ipywidgets/Makefile Sun Aug 9 23:37:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/26 17:32:23 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/09 23:37:32 joerg Exp $
DISTNAME= ipywidgets-7.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-ipykernel
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
Index: pkgsrc/www/py-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.9 pkgsrc/www/py-nbconvert/Makefile:1.10
--- pkgsrc/www/py-nbconvert/Makefile:1.9 Fri Nov 8 13:13:45 2019
+++ pkgsrc/www/py-nbconvert/Makefile Sun Aug 9 23:37:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/11/08 13:13:45 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/09 23:37:32 joerg Exp $
DISTNAME= nbconvert-5.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -32,7 +32,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-ipykernel
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/www/py-notebook/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.18 pkgsrc/www/py-notebook/Makefile:1.19
--- pkgsrc/www/py-notebook/Makefile:1.18 Thu Feb 6 15:47:32 2020
+++ pkgsrc/www/py-notebook/Makefile Sun Aug 9 23:37:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/02/06 15:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/08/09 23:37:32 joerg Exp $
DISTNAME= notebook-6.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-zmq>=17.0.0:../
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-ipykernel
post-install:
.for name in bundlerextension nbextension notebook serverextension
Home |
Main Index |
Thread Index |
Old Index