Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipykernel Needs a newer ipython which doesn't...
details: https://anonhg.NetBSD.org/pkgsrc/rev/97763bf7c23a
branches: trunk
changeset: 436849:97763bf7c23a
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Aug 09 23:15:47 2020 +0000
description:
Needs a newer ipython which doesn't support Python 3.6. Adjust.
diffstat:
devel/py-ipykernel/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e9cd823073e6 -r 97763bf7c23a devel/py-ipykernel/Makefile
--- a/devel/py-ipykernel/Makefile Sun Aug 09 23:14:28 2020 +0000
+++ b/devel/py-ipykernel/Makefile Sun Aug 09 23:15:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/07/27 06:40:11 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/08/09 23:15:47 joerg Exp $
DISTNAME= ipykernel-5.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@
COMMENT= IPython Kernel for Jupyter
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-ipython>=5.0.0:../../devel/py-ipython
+DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
DEPENDS+= ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
@@ -26,7 +26,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index