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
This commit is contained in:
parent
484ec83da2
commit
c397991efa
3 changed files with 9 additions and 9 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue