pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter-console



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  4 13:47:29 UTC 2022

Modified Files:
        pkgsrc/devel/py-jupyter-console: Makefile

Log Message:
py-jupyter-console: not for Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-jupyter-console/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-jupyter-console/Makefile
diff -u pkgsrc/devel/py-jupyter-console/Makefile:1.6 pkgsrc/devel/py-jupyter-console/Makefile:1.7
--- pkgsrc/devel/py-jupyter-console/Makefile:1.6        Wed Jan  5 15:41:05 2022
+++ pkgsrc/devel/py-jupyter-console/Makefile    Fri Feb  4 13:47:29 2022
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.3.1
 
 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