git: a696a867f7b6 - main - devel/py-prospector: Update to 1.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Oct 2024 05:28:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a696a867f7b6e8c2febec81ee76f4e5d3437c705 commit a696a867f7b6e8c2febec81ee76f4e5d3437c705 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 04:49:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:25:34 +0000 devel/py-prospector: Update to 1.12.0 - Update WWW Changes: https://github.com/prospector-dev/prospector/releases --- devel/py-prospector/Makefile | 9 ++++----- devel/py-prospector/distinfo | 6 +++--- devel/py-prospector/files/patch-pyproject.toml | 14 +++++++------- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/devel/py-prospector/Makefile b/devel/py-prospector/Makefile index dbdc90e0e531..9f3943997000 100644 --- a/devel/py-prospector/Makefile +++ b/devel/py-prospector/Makefile @@ -1,13 +1,12 @@ PORTNAME= prospector -PORTVERSION= 1.10.3 -PORTREVISION= 3 +PORTVERSION= 1.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Analyse Python code by aggregating the result of other tools -WWW= https://github.com/landscapeio/prospector +WWW= https://github.com/prospector-dev/prospector LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE @@ -21,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dodgy>=0.2.1<0.3.0:devel/py-dodgy@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}pep8-naming>=0.3.3:devel/py-pep8-naming@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.9.0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydocstyle>=2.0.0:devel/py-pydocstyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyflakes>=2.2.0:devel/py-pyflakes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>=2.2.0<4:devel/py-pyflakes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylint-django>=2.5<2.6:devel/py-pylint-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylint-flask>=0.6<0.6_99:devel/py-pylint-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.7:devel/py-pylint-plugin-utils@${PY_FLAVOR} \ @@ -29,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dodgy>=0.2.1<0.3.0:devel/py-dodgy@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}requirements-detector>=1.2.0:devel/py-requirements-detector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setoptconf>=0.3.0<0.4:devel/py-setoptconf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2<0.11.0:textproc/py-toml@${PY_FLAVOR} \ - pylint${PYTHON_PKGNAMESUFFIX}>=2.8.3:devel/pylint + pylint${PYTHON_PKGNAMESUFFIX}>=3.0:devel/pylint USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-prospector/distinfo b/devel/py-prospector/distinfo index 6365f73e64ff..ee9063c794e2 100644 --- a/devel/py-prospector/distinfo +++ b/devel/py-prospector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698341031 -SHA256 (prospector-1.10.3.tar.gz) = f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a -SIZE (prospector-1.10.3.tar.gz) = 60403 +TIMESTAMP = 1728632384 +SHA256 (prospector-1.12.0.tar.gz) = e598dddc406cbfe8b31a20d4391c7551841ed6772897a290ecaf272ee1ffabf6 +SIZE (prospector-1.12.0.tar.gz) = 60973 diff --git a/devel/py-prospector/files/patch-pyproject.toml b/devel/py-prospector/files/patch-pyproject.toml index 9ffdc7bdf3d5..b328afad023b 100644 --- a/devel/py-prospector/files/patch-pyproject.toml +++ b/devel/py-prospector/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2023-10-18 06:23:10 UTC +--- pyproject.toml.orig 2024-10-07 13:29:58 UTC +++ pyproject.toml -@@ -38,21 +38,20 @@ prospector = 'prospector.run:main' +@@ -40,21 +40,20 @@ pylint = ">=3.0" [tool.poetry.dependencies] - python = ">=3.7.2,<4.0" - pylint = ">=2.8.3" + python = ">=3.8.1,<4.0" + pylint = ">=3.0" -pylint-celery = "0.3" pylint-django = "~2.5" -pylint-plugin-utils = "~0.7" @@ -12,9 +12,9 @@ requirements-detector = ">=1.2.0" PyYAML = "*" mccabe = "^0.7.0" - flake8 = "<6.0.0" --pyflakes = ">=2.2.0,<3.*" -+pyflakes = ">=2.2.0" +-flake8 = "<7.0.0" ++flake8 = "<8.0.0" + pyflakes = ">=2.2.0,<4.*" pycodestyle = ">=2.9.0" -pep8-naming = ">=0.3.3,<=0.10.0" +pep8-naming = ">=0.3.3"