pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-nbconvert
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 26 06:46:38 UTC 2019
Modified Files:
pkgsrc/www/py-nbconvert: Makefile
Log Message:
py-nbconvert: mark as incompatible with Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-nbconvert/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-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.7 pkgsrc/www/py-nbconvert/Makefile:1.8
--- pkgsrc/www/py-nbconvert/Makefile:1.7 Wed Aug 21 12:59:54 2019
+++ pkgsrc/www/py-nbconvert/Makefile Mon Aug 26 06:46:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/21 12:59:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/08/26 06:46:37 adam Exp $
DISTNAME= nbconvert-5.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -32,6 +32,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} jupyter-nbconvert jupyter-nbconvert-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index