diff options
Diffstat (limited to 'devel/pylint')
-rw-r--r-- | devel/pylint/Makefile | 4 | ||||
-rw-r--r-- | devel/pylint/distinfo | 6 | ||||
-rw-r--r-- | devel/pylint/files/patch-pyproject.toml | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 21ecc1830b25..c0b406d064fc 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylint -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.8 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=3.3.8<3.4.0:devel/py-astroid@${PY_F ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.10.1:textproc/py-tomlkit@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index 8fbb4995fc9b..13fbd466ca20 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288718 -SHA256 (pylint-3.3.6.tar.gz) = b634a041aac33706d56a0d217e6587228c66427e20ec21a019bc4cdee48c040a -SIZE (pylint-3.3.6.tar.gz) = 1519586 +TIMESTAMP = 1755062450 +SHA256 (pylint-3.3.8.tar.gz) = 26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05 +SIZE (pylint-3.3.8.tar.gz) = 1523947 diff --git a/devel/pylint/files/patch-pyproject.toml b/devel/pylint/files/patch-pyproject.toml index 860b058e2bb3..d2826b97b284 100644 --- a/devel/pylint/files/patch-pyproject.toml +++ b/devel/pylint/files/patch-pyproject.toml @@ -1,10 +1,10 @@ ---- pyproject.toml.orig 2025-03-20 11:25:02 UTC +--- pyproject.toml.orig 2025-05-04 17:07:20 UTC +++ pyproject.toml @@ -1,15 +1,15 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" --requires = [ "setuptools>=71.0.4" ] +-requires = [ "setuptools>=77" ] +requires = [ "setuptools>=62.6" ] [project] |