pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter-console py-jupyter-console: mark as i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7b925899872
branches:  trunk
changeset: 443356:d7b925899872
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 11 08:10:02 2020 +0000

description:
py-jupyter-console: mark as incompatible with Python 2.7 and 3.6

diffstat:

 devel/py-jupyter-console/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4a3c01c994c4 -r d7b925899872 devel/py-jupyter-console/Makefile
--- a/devel/py-jupyter-console/Makefile Fri Dec 11 08:09:30 2020 +0000
+++ b/devel/py-jupyter-console/Makefile Fri Dec 11 08:10:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/11 08:10:02 adam Exp $
 
 DISTNAME=      jupyter_console-6.2.0
 PKGNAME=       ${PYPKGPREFIX}-jupyter-console-6.2.0
@@ -18,6 +18,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36   # py-ipykernel
+
 post-install:
 .for name in console
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index