Update to pylint 1.6.5

This commit is contained in:
shadchin 2017-03-26 11:21:52 +00:00
parent b7af0105e7
commit 7024841583
3 changed files with 9 additions and 13 deletions

View File

@ -1,14 +1,13 @@
# $OpenBSD: Makefile,v 1.23 2017/03/26 03:21:58 juanfra Exp $
# $OpenBSD: Makefile,v 1.24 2017/03/26 11:21:52 shadchin Exp $
COMMENT-main= lint-like code checker for Python code
COMMENT-gui= GUI for pylint
MODPY_EGG_VERSION= 1.6.4
MODPY_EGG_VERSION= 1.6.5
DISTNAME= pylint-${MODPY_EGG_VERSION}
PKGNAME-main= pylint-${MODPY_EGG_VERSION}
PKGNAME-gui= pylint-gui-${MODPY_EGG_VERSION}
CATEGORIES= devel
REVISION-main= 3
HOMEPAGE= http://www.pylint.org/
@ -45,7 +44,6 @@ FULLPKGPATH-gui= devel/pylint,-gui${MODPY_FLAVOR}
RUN_DEPENDS+= devel/py-backports-functools-lru-cache \
devel/py-configparser
.endif
REVISION-gui= 0
do-test: fake
cd ${WRKINST}${MODPY_SITEPKG} && env \
@ -55,10 +53,8 @@ do-test: fake
post-install:
rm ${WRKINST}${MODPY_SITEPKG}/pylint/test/unittest_lint.py.orig
.if ${FLAVOR:Mpython3}
.for i in epylint pylint pylint-gui pyreverse symilar
mv ${PREFIX}/bin/$i ${PREFIX}/bin/$i${MODPY_BIN_SUFFIX}
mv ${PREFIX}/bin/$i{,${MODPY_BIN_SUFFIX}}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (pylint-1.6.4.tar.gz) = 75AaNLYu16c0NwulsWLYkCMbqIIqvojG3aEmjiV19fE=
SIZE (pylint-1.6.4.tar.gz) = 442853
SHA256 (pylint-1.6.5.tar.gz) = pnOYSo3XjkqLjP3uU1mhMJ2DPPOEBQCPSiSZlKhFZxk=
SIZE (pylint-1.6.5.tar.gz) = 465578

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-pylint_test_unittest_lint_py,v 1.1 2016/04/27 12:05:02 shadchin Exp $
--- pylint/test/unittest_lint.py.orig Sun Jan 3 20:15:48 2016
+++ pylint/test/unittest_lint.py Sun Jan 17 15:55:18 2016
@@ -508,6 +508,12 @@ class ConfigTC(unittest.TestCase):
$OpenBSD: patch-pylint_test_unittest_lint_py,v 1.2 2017/03/26 11:21:52 shadchin Exp $
--- pylint/test/unittest_lint.py.orig Sun Jan 22 18:51:04 2017
+++ pylint/test/unittest_lint.py Tue Jan 24 14:26:34 2017
@@ -512,6 +512,12 @@ class ConfigTC(unittest.TestCase):
os.environ.pop('PYLINTRC', None)
def test_pylint_home(self):