pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 24 08:32:43 UTC 2020

Modified Files:
        pkgsrc/editors/py-jedi: Makefile
        pkgsrc/lang/py-python-language-server: Makefile

Log Message:
py-jedi: mark as not for python 2.7 because of py-parso


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-python-language-server/Makefile

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

Modified files:

Index: pkgsrc/editors/py-jedi/Makefile
diff -u pkgsrc/editors/py-jedi/Makefile:1.5 pkgsrc/editors/py-jedi/Makefile:1.6
--- pkgsrc/editors/py-jedi/Makefile:1.5 Tue Jul 21 08:04:58 2020
+++ pkgsrc/editors/py-jedi/Makefile     Mon Aug 24 08:32:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/07/21 08:04:58 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/08/24 08:32:43 wiz Exp $
 
 DISTNAME=      jedi-0.17.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-docopt-[0-
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-parso
+
 USE_LANGUAGES= # none
 
 do-test:

Index: pkgsrc/lang/py-python-language-server/Makefile
diff -u pkgsrc/lang/py-python-language-server/Makefile:1.1 pkgsrc/lang/py-python-language-server/Makefile:1.2
--- pkgsrc/lang/py-python-language-server/Makefile:1.1  Mon May 18 13:36:49 2020
+++ pkgsrc/lang/py-python-language-server/Makefile      Mon Aug 24 08:32:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/18 13:36:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/24 08:32:43 wiz Exp $
 
 DISTNAME=      python-language-server-0.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint, py-parso via py-jedi
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} pyls pyls-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index