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:   adam
Date:           Fri Sep  1 05:18:31 UTC 2023

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

Log Message:
py-jupyterlab: not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/www/py-jupyterlab/Makefile:1.2
--- pkgsrc/www/py-jupyterlab/Makefile:1.1       Sat Aug 26 14:12:07 2023
+++ pkgsrc/www/py-jupyterlab/Makefile   Fri Sep  1 05:18:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 14:12:07 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/01 05:18:31 adam Exp $
 
 DISTNAME=      jupyterlab-4.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,12 +27,9 @@ USE_LANGUAGES=       # none
 
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/jupyterlab/staging/yarn.js
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 309
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=1.4:../../devel/py-importlib-resources
-.endif
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata
 .endif



Home | Main Index | Thread Index | Old Index