git: 4fb0410da796 - main - devel/pylint: Update to 2.8.2

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 2 19:52:17 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fb0410da79642d7c2e7159b53efb800791440df

commit 4fb0410da79642d7c2e7159b53efb800791440df
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:43:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-02 19:43:44 +0000

    devel/pylint: Update to 2.8.2
    
    Changes:        https://github.com/PyCQA/pylint/blob/master/ChangeLog
---
 devel/pylint/Makefile | 4 ++--
 devel/pylint/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile
index 25407cb88de9..4f13070d3cd0 100644
--- a/devel/pylint/Makefile
+++ b/devel/pylint/Makefile
@@ -1,7 +1,7 @@
 # Created by: Hye-Shik Chang
 
 PORTNAME=	pylint
-PORTVERSION=	2.8.1
+PORTVERSION=	2.8.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -12,6 +12,7 @@ COMMENT=	Analyzes python source code looking for bugs and signs of poor quality
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.5.6<2.7:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.7:devel/py-mccabe@${PY_FLAVOR} \
@@ -23,6 +24,5 @@ USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-USE_LOCALE=	en_US.UTF-8
 
 .include <bsd.port.mk>
diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo
index 48527694024d..8cc7e65780dc 100644
--- a/devel/pylint/distinfo
+++ b/devel/pylint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619725317
-SHA256 (pylint-2.8.1.tar.gz) = ad1bff19c46bfc6d2aeba4de5f76570d253df4915d2043ba61dc6a96233c4bd6
-SIZE (pylint-2.8.1.tar.gz) = 298656
+TIMESTAMP = 1619910301
+SHA256 (pylint-2.8.2.tar.gz) = 586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217
+SIZE (pylint-2.8.2.tar.gz) = 745627


More information about the dev-commits-ports-all mailing list