From e8d4c50a4bba5332717c990fd39a4f0215ee2087 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2018 19:00:26 +0000 Subject: [PATCH] Change RUN_DEPENDS from py-astroid to py-astroid1 - Bump PORTREVISION for dependency change --- devel/pylint1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/pylint1/Makefile b/devel/pylint1/Makefile index 6ca92f083c93..d1c53c152ff3 100644 --- a/devel/pylint1/Makefile +++ b/devel/pylint1/Makefile @@ -3,6 +3,7 @@ PORTNAME= pylint PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= 1${PYTHON_PKGNAMESUFFIX} @@ -14,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid1>=1.6:devel/py-astroid1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}