pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter-console



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 11 08:10:02 UTC 2020

Modified Files:
        pkgsrc/devel/py-jupyter-console: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter-console/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-console/Makefile
diff -u pkgsrc/devel/py-jupyter-console/Makefile:1.1 pkgsrc/devel/py-jupyter-console/Makefile:1.2
--- pkgsrc/devel/py-jupyter-console/Makefile:1.1        Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/Makefile    Fri Dec 11 08:10:02 2020
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.3.1
 
 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