Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Apply python restrict of py-ipykernel cursively



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb4979afb0a5
branches:  trunk
changeset: 436852:bb4979afb0a5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 09 23:37:32 2020 +0000

description:
Apply python restrict of py-ipykernel cursively

diffstat:

 www/py-ipywidgets/Makefile |  4 ++--
 www/py-nbconvert/Makefile  |  4 ++--
 www/py-notebook/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 13fc0f0c3506 -r bb4979afb0a5 www/py-ipywidgets/Makefile
--- a/www/py-ipywidgets/Makefile        Sun Aug 09 23:18:30 2020 +0000
+++ b/www/py-ipywidgets/Makefile        Sun Aug 09 23:37:32 2020 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36   # py-ipykernel
 
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
diff -r 13fc0f0c3506 -r bb4979afb0a5 www/py-nbconvert/Makefile
--- a/www/py-nbconvert/Makefile Sun Aug 09 23:18:30 2020 +0000
+++ b/www/py-nbconvert/Makefile Sun Aug 09 23:37:32 2020 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36   # py-ipykernel
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
diff -r 13fc0f0c3506 -r bb4979afb0a5 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Sun Aug 09 23:18:30 2020 +0000
+++ b/www/py-notebook/Makefile  Sun Aug 09 23:37:32 2020 +0000
@@ -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 @@
 
 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