pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  6 12:13:15 UTC 2018

Modified Files:
        pkgsrc/devel/py-pylint: Makefile

Log Message:
py-pylint: require newer py-astroid


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-pylint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.22 pkgsrc/devel/py-pylint/Makefile:1.23
--- pkgsrc/devel/py-pylint/Makefile:1.22        Fri Apr  6 08:35:07 2018
+++ pkgsrc/devel/py-pylint/Makefile     Fri Apr  6 12:13:15 2018
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 .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