pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jupyterlab-pygments



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  6 18:33:13 UTC 2026

Modified Files:
        pkgsrc/textproc/py-jupyterlab-pygments: Makefile

Log Message:
py-jupyterlab-pygments: fix install on some platforms


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-jupyterlab-pygments/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-jupyterlab-pygments/Makefile
diff -u pkgsrc/textproc/py-jupyterlab-pygments/Makefile:1.4 pkgsrc/textproc/py-jupyterlab-pygments/Makefile:1.5
--- pkgsrc/textproc/py-jupyterlab-pygments/Makefile:1.4 Thu Nov 23 21:00:30 2023
+++ pkgsrc/textproc/py-jupyterlab-pygments/Makefile     Tue Jan  6 18:33:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/23 21:00:30 adam Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/06 18:33:13 adam Exp $
 
 DISTNAME=      jupyterlab_pygments-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -16,7 +16,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling>
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# These files unnecessarily get installed on some platforms.
+post-install:
+       ${RM} -fr ${DESTDIR}${PREFIX}/${PYSITELIB}/jupyterlab_pygments/labextension
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index