Skip to content

Commit

Permalink
devel/pylint: Update to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 18, 2023
1 parent 15b2c53 commit 6e7b5b8
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,20 +1,20 @@
PORTNAME= pylint
PORTVERSION= 2.17.0
PORTVERSION= 2.17.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Analyzes python source code looking for bugs and signs of poor quality
WWW= https://www.pylint.org/ \
https://github.com/PyCQA/pylint
https://github.com/pylint-dev/pylint

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

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.0<2.17.0_99:devel/py-astroid@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.15.2<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 = 1680726034
SHA256 (pylint-2.17.0.tar.gz) = 1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4
SIZE (pylint-2.17.0.tar.gz) = 433035
TIMESTAMP = 1681052902
SHA256 (pylint-2.17.2.tar.gz) = 1b647da5249e7c279118f657ca28b6aaebb299f86bf92affc632acf199f7adbb
SIZE (pylint-2.17.2.tar.gz) = 433605

0 comments on commit 6e7b5b8

Please sign in to comment.