pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Aug  9 23:15:48 UTC 2020

Modified Files:
        pkgsrc/devel/py-ipykernel: Makefile

Log Message:
Needs a newer ipython which doesn't support Python 3.6. Adjust.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-ipykernel/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-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.21 pkgsrc/devel/py-ipykernel/Makefile:1.22
--- pkgsrc/devel/py-ipykernel/Makefile:1.21     Mon Jul 27 06:40:11 2020
+++ pkgsrc/devel/py-ipykernel/Makefile  Sun Aug  9 23:15:47 2020
@@ -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 @@ HOMEPAGE=     https://ipython.org/
 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 @@ DEPENDS+=     ${PYPKGPREFIX}-appnope-[0-9]*:
 
 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