simple patch so that pylint gets the latest py-astroid version
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/pylint/Makefile,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile
--- Makefile 31 Mar 2021 14:07:48 -0000 1.37
+++ Makefile 5 Apr 2021 09:21:02 -0000
@@ -19,7 +19,7 @@ MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
TEST_ENV = PY_IGNORE_IMPORTMISMATCH=1
-RUN_DEPENDS = devel/py-astroid${MODPY_FLAVOR}>=2.4 \
+RUN_DEPENDS = devel/py-astroid${MODPY_FLAVOR}>=2.5.2 \
devel/py-isort${MODPY_FLAVOR} \
devel/py-mccabe${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \
No comments:
Post a Comment