Date: Thu, 26 Sep 2019 18:16:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512946 - head/devel/pylint Message-ID: <201909261816.x8QIGJEU050508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 26 18:16:18 2019 New Revision: 512946 URL: https://svnweb.freebsd.org/changeset/ports/512946 Log: Update to 2.4.1 Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog Deleted: head/devel/pylint/pkg-plist Modified: head/devel/pylint/Makefile head/devel/pylint/distinfo Modified: head/devel/pylint/Makefile ============================================================================== --- head/devel/pylint/Makefile Thu Sep 26 18:16:13 2019 (r512945) +++ head/devel/pylint/Makefile Thu Sep 26 18:16:18 2019 (r512946) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylint -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -14,17 +14,18 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.2.0:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.3.0:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>=0.6:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.4+ shebangfix -USE_PYTHON= distutils py3kplist +USES= python:3.5+ shebangfix +USE_PYTHON= autoplist distutils NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 -SHEBANG_FILES= pylint/test/data/ascript +SHEBANG_FILES= tests/data/ascript .include <bsd.port.mk> Modified: head/devel/pylint/distinfo ============================================================================== --- head/devel/pylint/distinfo Thu Sep 26 18:16:13 2019 (r512945) +++ head/devel/pylint/distinfo Thu Sep 26 18:16:18 2019 (r512946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551599059 -SHA256 (pylint-2.3.1.tar.gz) = 723e3db49555abaf9bf79dc474c6b9e2935ad82230b10c1138a71ea41ac0fff1 -SIZE (pylint-2.3.1.tar.gz) = 577767 +TIMESTAMP = 1569513228 +SHA256 (pylint-2.4.1.tar.gz) = 6cbd124a1a5ed1fd3f3fed4178a6c2ba166862ea0dac6ab2ff8d9f0998b13e5c +SIZE (pylint-2.4.1.tar.gz) = 643001
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261816.x8QIGJEU050508>