pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-nbconvert py-nbconvert: mark as incompatible wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d46621de6e1f
branches:  trunk
changeset: 338479:d46621de6e1f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 26 06:46:37 2019 +0000

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

diffstat:

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

diffs (18 lines):

diff -r ce1ea10fc8eb -r d46621de6e1f www/py-nbconvert/Makefile
--- a/www/py-nbconvert/Makefile Mon Aug 26 06:43:46 2019 +0000
+++ b/www/py-nbconvert/Makefile Mon Aug 26 06:46:37 2019 +0000
@@ -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 @@
 
 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