Skip to content

Commit

Permalink
devel/pylint: Update to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 2, 2021
1 parent 16abde3 commit 4fb0410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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} \
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 4fb0410

Please sign in to comment.