git: 54639101ff3f - main - devel/py-isort: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:22:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=54639101ff3fb999cf83206488fb731b43536bcd commit 54639101ff3fb999cf83206488fb731b43536bcd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:32:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:21 +0000 devel/py-isort: Update version requirement of RUN_DEPENDS - Bump PORTREVISION for package change --- devel/py-isort/Makefile | 3 ++- devel/py-isort/files/patch-pyproject.toml | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile index 205f373db7e7..458e53948db7 100644 --- a/devel/py-isort/Makefile +++ b/devel/py-isort/Makefile @@ -1,5 +1,6 @@ PORTNAME= isort PORTVERSION= 5.13.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +22,6 @@ NO_ARCH= yes OPTIONS_DEFINE= COLORS COLORS_DESC= Color output support -COLORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.5:devel/py-colorama@${PY_FLAVOR} +COLORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6:devel/py-colorama@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-isort/files/patch-pyproject.toml b/devel/py-isort/files/patch-pyproject.toml deleted file mode 100644 index 6d802ccc182c..000000000000 --- a/devel/py-isort/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-12-13 20:37:19 UTC -+++ pyproject.toml -@@ -41,7 +41,7 @@ include = [ - - [tool.poetry.dependencies] - python = ">=3.8.0" --colorama = {version = ">=0.4.6", optional = true} -+colorama = {version = ">=0.4.5", optional = true} - - [tool.poetry.extras] - colors = ["colorama"]