svn commit: r479553 - head/devel/pylint1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 11 19:00:28 UTC 2018
Author: sunpoet
Date: Tue Sep 11 19:00:26 2018
New Revision: 479553
URL: https://svnweb.freebsd.org/changeset/ports/479553
Log:
Change RUN_DEPENDS from py-astroid to py-astroid1
- Bump PORTREVISION for dependency change
Modified:
head/devel/pylint1/Makefile
Modified: head/devel/pylint1/Makefile
==============================================================================
--- head/devel/pylint1/Makefile Tue Sep 11 19:00:21 2018 (r479552)
+++ head/devel/pylint1/Makefile Tue Sep 11 19:00:26 2018 (r479553)
@@ -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}
More information about the svn-ports-all
mailing list