pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lsprotocol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 09:36:16 UTC 2023

Modified Files:
        pkgsrc/lang/py-lsprotocol: Makefile

Log Message:
py-lsprotocol: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-lsprotocol/Makefile

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

Modified files:

Index: pkgsrc/lang/py-lsprotocol/Makefile
diff -u pkgsrc/lang/py-lsprotocol/Makefile:1.3 pkgsrc/lang/py-lsprotocol/Makefile:1.4
--- pkgsrc/lang/py-lsprotocol/Makefile:1.3      Fri May  5 09:35:40 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Fri May  5 09:36:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/05 09:35:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/05 09:36:15 wiz Exp $
 
 DISTNAME=      lsprotocol-2023.0.0a1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,5 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-hamcrest>=0:../
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index