Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-jedi: mark as not for python 2.7 because of py-parso
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e1e61491886
branches: trunk
changeset: 437466:1e1e61491886
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 24 08:32:43 2020 +0000
description:
py-jedi: mark as not for python 2.7 because of py-parso
diffstat:
editors/py-jedi/Makefile | 4 +++-
lang/py-python-language-server/Makefile | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r b338a9993ead -r 1e1e61491886 editors/py-jedi/Makefile
--- a/editors/py-jedi/Makefile Mon Aug 24 08:31:35 2020 +0000
+++ b/editors/py-jedi/Makefile Mon Aug 24 08:32:43 2020 +0000
@@ -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 @@
PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-parso
+
USE_LANGUAGES= # none
do-test:
diff -r b338a9993ead -r 1e1e61491886 lang/py-python-language-server/Makefile
--- a/lang/py-python-language-server/Makefile Mon Aug 24 08:31:35 2020 +0000
+++ b/lang/py-python-language-server/Makefile Mon Aug 24 08:32:43 2020 +0000
@@ -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 @@
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