Date: Tue, 21 Sep 2021 22:24:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7adb48ed5df8 - main - devel/pylint: Update to 2.11.1 Message-ID: <202109212224.18LMOVks037944@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7adb48ed5df83035a80ee1f2a814119db714be92 commit 7adb48ed5df83035a80ee1f2a814119db714be92 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 22:11:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 22:23:21 +0000 devel/pylint: Update to 2.11.1 Changes: https://github.com/PyCQA/pylint/releases https://github.com/PyCQA/pylint/blob/main/ChangeLog --- devel/pylint/Makefile | 12 +++++++++--- devel/pylint/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 215507c3401d..3dc06987a0bd 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,7 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= pylint -PORTVERSION= 2.10.2 +PORTVERSION= 2.11.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -13,7 +13,7 @@ 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.7.2<2.8:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.8.0<2.9: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}platformdirs>=2.2.0:devel/py-platformdirs@${PY_FLAVOR} \ @@ -26,4 +26,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index d48d15dcef6a..5565878f22be 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632036858 -SHA256 (pylint-2.10.2.tar.gz) = 6758cce3ddbab60c52b57dcc07f0c5d779e5daf0cf50f6faacbef1d3ea62d2a1 -SIZE (pylint-2.10.2.tar.gz) = 331067 +TIMESTAMP = 1632227464 +SHA256 (pylint-2.11.1.tar.gz) = 2c9843fff1a88ca0ad98a256806c82c5a8f86086e7ccbdb93297d86c3f90c436 +SIZE (pylint-2.11.1.tar.gz) = 327130
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212224.18LMOVks037944>