pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-notebook



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 30 09:53:33 UTC 2018

Modified Files:
        pkgsrc/www/py-notebook: Makefile

Log Message:
py-notebook: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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-notebook/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.9 pkgsrc/www/py-notebook/Makefile:1.10
--- pkgsrc/www/py-notebook/Makefile:1.9 Thu Nov 29 18:34:12 2018
+++ pkgsrc/www/py-notebook/Makefile     Fri Nov 30 09:53:33 2018
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-zmq>=17.0.0:../
 
 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