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:           Sat Jul 20 13:01:02 UTC 2024

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

Log Message:
py-jupyter-console: not for Python 3.9 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/py-jupyter-console/Makefile:1.14
--- pkgsrc/devel/py-jupyter-console/Makefile:1.13       Tue Aug  1 23:20:41 2023
+++ pkgsrc/devel/py-jupyter-console/Makefile    Sat Jul 20 13:01:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/08/01 23:20:41 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/07/20 13:01:02 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 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index