pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyterlab



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 18 09:02:32 UTC 2025

Modified Files:
        pkgsrc/www/py-jupyterlab: Makefile

Log Message:
py-jupyterlab: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-jupyterlab/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-jupyterlab/Makefile
diff -u pkgsrc/www/py-jupyterlab/Makefile:1.14 pkgsrc/www/py-jupyterlab/Makefile:1.15
--- pkgsrc/www/py-jupyterlab/Makefile:1.14      Thu Feb  6 10:02:16 2025
+++ pkgsrc/www/py-jupyterlab/Makefile   Tue Mar 18 09:02:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/06 10:02:16 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/18 09:02:32 wiz Exp $
 
 DISTNAME=      jupyterlab-4.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -30,7 +30,7 @@ USE_LANGUAGES=        # none
 
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/jupyterlab/staging/yarn.js
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310



Home | Main Index | Thread Index | Old Index