pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter-console py-jupyter-console: not for P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e15573cc4fa
branches:  trunk
changeset: 373009:2e15573cc4fa
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 04 13:47:29 2022 +0000

description:
py-jupyter-console: not for Python 3.7

diffstat:

 devel/py-jupyter-console/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3142100e6f8a -r 2e15573cc4fa devel/py-jupyter-console/Makefile
--- a/devel/py-jupyter-console/Makefile Fri Feb 04 13:39:33 2022 +0000
+++ b/devel/py-jupyter-console/Makefile Fri Feb 04 13:47:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/04 13:47:29 adam Exp $
 
 DISTNAME=      jupyter_console-6.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-ipykernel
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index