Skip to content

Commit

Permalink
devel/pylint: Update to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent 1cbe818 commit 1fa18a7
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.7.2
PORTVERSION= 2.7.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -12,7 +12,7 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.1<2.6:devel/py-astroid@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.5.2<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} \
${PYTHON_PKGNAMEPREFIX}toml>=0.7.1:textproc/py-toml@${PY_FLAVOR}
Expand Down
6 changes: 3 additions & 3 deletions devel/pylint/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1614794190
SHA256 (pylint-2.7.2.tar.gz) = 0e21d3b80b96740909d77206d741aa3ce0b06b41be375d92e1f3244a274c1f8a
SIZE (pylint-2.7.2.tar.gz) = 709177
TIMESTAMP = 1618319942
SHA256 (pylint-2.7.4.tar.gz) = bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee
SIZE (pylint-2.7.4.tar.gz) = 715507

0 comments on commit 1fa18a7

Please sign in to comment.