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:   wiz
Date:           Wed May  3 08:49:17 UTC 2023

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

Log Message:
py-jupyterlab-pygments: mark as not for Python 2.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/textproc/py-jupyterlab-pygments/Makefile:1.2
--- pkgsrc/textproc/py-jupyterlab-pygments/Makefile:1.1 Sun Feb  6 07:46:29 2022
+++ pkgsrc/textproc/py-jupyterlab-pygments/Makefile     Wed May  3 08:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/02/06 07:46:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/03 08:49:17 wiz Exp $
 
 DISTNAME=      jupyterlab_pygments-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments>=2.4.1
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index