From c397991efa88887f6958b1dc529336d9b0d9cb81 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 21 Feb 2024 22:25:53 +0800 Subject: [PATCH] devel/pylint: Update to 3.0.3 Changes: https://github.com/pylint-dev/pylint/releases https://pylint.readthedocs.io/en/latest/whatsnew/3/index.html --- devel/pylint/Makefile | 6 +++--- devel/pylint/distinfo | 6 +++--- devel/pylint/files/patch-pyproject.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 962531bbfe826..4c8989f3605b6 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylint -PORTVERSION= 2.17.7 +PORTVERSION= 3.0.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -15,8 +15,8 @@ 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.8<2.17.0_99:devel/py-astroid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dill>=0.3.6:devel/py-dill@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=3.0.1<3.1.0_99:devel/py-astroid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${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} \ diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index ac314858928c8..af8b3b2594f4c 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696432874 -SHA256 (pylint-2.17.7.tar.gz) = f4fcac7ae74cfe36bc8451e931d8438e4a476c20314b1101c458ad0f05191fad -SIZE (pylint-2.17.7.tar.gz) = 434994 +TIMESTAMP = 1708448914 +SHA256 (pylint-3.0.3.tar.gz) = 58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b +SIZE (pylint-3.0.3.tar.gz) = 441807 diff --git a/devel/pylint/files/patch-pyproject.toml b/devel/pylint/files/patch-pyproject.toml index cec34153b04a8..75e0833a1a2f5 100644 --- a/devel/pylint/files/patch-pyproject.toml +++ b/devel/pylint/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2023-01-09 10:58:21 UTC +--- pyproject.toml.orig 2023-12-11 13:19:57 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools~=62.6", "wheel~=0.37.1"] -+requires = ["setuptools>=62.6", "wheel>=0.37.1"] +-requires = ["setuptools>=66.1"] ++requires = ["setuptools>=62.6"] build-backend = "setuptools.build_meta" [project]