pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-notebook py-notebook: mark as incompatible with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d791f56ff0d0
branches:  trunk
changeset: 315797:d791f56ff0d0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 30 09:53:33 2018 +0000

description:
py-notebook: mark as incompatible with Python 2.7

diffstat:

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

diffs (18 lines):

diff -r c2529c5a79d4 -r d791f56ff0d0 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Fri Nov 30 03:19:57 2018 +0000
+++ b/www/py-notebook/Makefile  Fri Nov 30 09:53:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/11/29 18:34:12 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/11/30 09:53:33 adam Exp $
 
 DISTNAME=      notebook-5.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-ipykernel
+
 post-install:
 .for name in bundlerextension nbextension notebook serverextension
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index