Skip to content

Commit

Permalink
devel/pylint: Update to 2.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent ac48aa6 commit 7174d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/pylint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pylint
PORTVERSION= 2.17.5
PORTVERSION= 2.17.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -12,9 +12,9 @@ WWW= https://www.pylint.org/ \
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.15.6<2.17.0_99:devel/py-astroid@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.15.7<2.17.0_99:devel/py-astroid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.8:devel/py-mccabe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}platformdirs>=2.2.0:devel/py-platformdirs@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/pylint/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1690822934
SHA256 (pylint-2.17.5.tar.gz) = f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252
SIZE (pylint-2.17.5.tar.gz) = 434567
TIMESTAMP = 1696001270
SHA256 (pylint-2.17.6.tar.gz) = be928cce5c76bf9acdc65ad01447a1e0b1a7bccffc609fb7fc40f2513045bd05
SIZE (pylint-2.17.6.tar.gz) = 434998

0 comments on commit 7174d60

Please sign in to comment.