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: gutteridge
Date: Tue Mar 18 16:47:08 UTC 2025
Modified Files:
pkgsrc/www/py-jupyterlab: Makefile
Log Message:
py-jupyterlab: clean up Python version-specifc dependencies
If 3.9 and 3.10 aren't supported, no need for special casing them
anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/www/py-jupyterlab/Makefile:1.16
--- pkgsrc/www/py-jupyterlab/Makefile:1.15 Tue Mar 18 09:02:32 2025
+++ pkgsrc/www/py-jupyterlab/Makefile Tue Mar 18 16:47:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/03/18 09:02:32 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/18 16:47:08 gutteridge Exp $
DISTNAME= jupyterlab-4.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -32,14 +32,6 @@ CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ju
PYTHON_VERSIONS_INCOMPATIBLE= 39 310
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata
-.endif
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2.2:../../textproc/py-tomli
-.endif
-
post-install:
.for bin in jlpm jupyter-lab jupyter-labextension jupyter-labhub
cd ${DESTDIR}${PREFIX}/bin && \
Home |
Main Index |
Thread Index |
Old Index