pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: require newer py-astroid



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aa3f023054d
branches:  trunk
changeset: 378366:9aa3f023054d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 06 12:13:15 2018 +0000

description:
py-pylint: require newer py-astroid

diffstat:

 devel/py-pylint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 156c6f0a5639 -r 9aa3f023054d devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Fri Apr 06 11:51:27 2018 +0000
+++ b/devel/py-pylint/Makefile  Fri Apr 06 12:13:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/04/06 08:35:07 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/04/06 12:13:15 adam Exp $
 
 DISTNAME=      pylint-1.8.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@
 
 .include "../../lang/python/pyversion.mk"
 
-DEPENDS+=      ${PYPKGPREFIX}-astroid>=1.5.1:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=1.6.0:../../devel/py-astroid
 DEPENDS+=      ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six



Home | Main Index | Thread Index | Old Index