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:           Thu May  4 17:51:10 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/py-jupyter-console/Makefile:1.12
--- pkgsrc/devel/py-jupyter-console/Makefile:1.11       Tue Apr 25 11:36:41 2023
+++ pkgsrc/devel/py-jupyter-console/Makefile    Thu May  4 17:51:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/04/25 11:36:41 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/04 17:51:09 adam Exp $
 
 DISTNAME=      jupyter_console-6.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -22,7 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-traitlets>=5.4:
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index