git: 23dde5ff503f - main - devel/py-requirements-detector: Update to 1.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Oct 2024 05:29:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=23dde5ff503f1852999618e91b0bde504767f5d4 commit 23dde5ff503f1852999618e91b0bde504767f5d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 04:50:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:25:37 +0000 devel/py-requirements-detector: Update to 1.3.1 - Update WWW Changes: https://github.com/prospector-dev/requirements-detector/commits/master --- devel/py-requirements-detector/Makefile | 7 +++---- devel/py-requirements-detector/distinfo | 6 +++--- devel/py-requirements-detector/files/patch-pyproject.toml | 11 ----------- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/devel/py-requirements-detector/Makefile b/devel/py-requirements-detector/Makefile index 332d252a6cb4..ea4050c8995f 100644 --- a/devel/py-requirements-detector/Makefile +++ b/devel/py-requirements-detector/Makefile @@ -1,6 +1,5 @@ PORTNAME= requirements-detector -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,13 +7,13 @@ DISTNAME= requirements_detector-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Find and list requirements of a Python project -WWW= https://github.com/landscapeio/requirements-detector +WWW= https://github.com/prospector-dev/requirements-detector LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.0:devel/py-astroid@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=3.0<4:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=3.0.0<4:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2<0.11:textproc/py-toml@${PY_FLAVOR} diff --git a/devel/py-requirements-detector/distinfo b/devel/py-requirements-detector/distinfo index 580bd1366c67..e8165fd2c4b7 100644 --- a/devel/py-requirements-detector/distinfo +++ b/devel/py-requirements-detector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162192 -SHA256 (requirements_detector-1.2.2.tar.gz) = 3642cd7a5b261d79536c36bb7ecacf2adabd902d2e0e42bfb2ba82515da10501 -SIZE (requirements_detector-1.2.2.tar.gz) = 16451 +TIMESTAMP = 1728632406 +SHA256 (requirements_detector-1.3.1.tar.gz) = b89e34faf0e4d17f5736923918bd5401949cbe723294ccfefd698b3cda28e676 +SIZE (requirements_detector-1.3.1.tar.gz) = 15908 diff --git a/devel/py-requirements-detector/files/patch-pyproject.toml b/devel/py-requirements-detector/files/patch-pyproject.toml deleted file mode 100644 index 7867642ffdaf..000000000000 --- a/devel/py-requirements-detector/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-05-20 04:52:03 UTC -+++ pyproject.toml -@@ -29,7 +29,7 @@ detect-requirements = 'requirements_detector.run:run' - - [tool.poetry.dependencies] - python = ">=3.7,<4.0" --astroid = "^2.0" -+astroid = ">=2.0" - packaging = ">=21.3" - toml = "^0.10.2" - semver = "^3.0.0"