From owner-svn-ports-all@freebsd.org Sat Mar 17 10:44:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58379F5B83A; Sat, 17 Mar 2018 10:44:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C98C9742E5; Sat, 17 Mar 2018 10:44:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BFE811606; Sat, 17 Mar 2018 10:44:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2HAiTk3060047; Sat, 17 Mar 2018 10:44:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HAiTXJ060044; Sat, 17 Mar 2018 10:44:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803171044.w2HAiTXJ060044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Mar 2018 10:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464785 - head/devel/pylint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/pylint X-SVN-Commit-Revision: 464785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 10:44:30 -0000 Author: sunpoet Date: Sat Mar 17 10:44:28 2018 New Revision: 464785 URL: https://svnweb.freebsd.org/changeset/ports/464785 Log: Update to 1.8.3 - Update WWW Changes: https://github.com/PyCQA/pylint/blob/1.8/ChangeLog Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo head/devel/pylint/pkg-descr Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Sat Mar 17 10:44:23 2018 (r464784) +++ head/devel/pylint/Makefile Sat Mar 17 10:44:28 2018 (r464785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.6.0:devel/py-astroid@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel/py-astroid@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Sat Mar 17 10:44:23 2018 (r464784) +++ head/devel/pylint/distinfo Sat Mar 17 10:44:28 2018 (r464785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516794974 -SHA256 (pylint-1.8.2.tar.gz) = 4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022 -SIZE (pylint-1.8.2.tar.gz) = 510319 +TIMESTAMP = 1521277180 +SHA256 (pylint-1.8.3.tar.gz) = c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2 +SIZE (pylint-1.8.3.tar.gz) = 512104 Modified: head/devel/pylint/pkg-descr ============================================================================== --- head/devel/pylint/pkg-descr Sat Mar 17 10:44:23 2018 (r464784) +++ head/devel/pylint/pkg-descr Sat Mar 17 10:44:28 2018 (r464785) @@ -7,5 +7,6 @@ minimally sized program. It's highly configurable and it from within your code. Additionally, it is possible to write plugins to add your own checks. +WWW: https://www.pylint.org/ WWW: https://pypi.python.org/pypi/pylint WWW: https://github.com/PyCQA/pylint