aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:32:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:07:21 +0000
commit54639101ff3fb999cf83206488fb731b43536bcd (patch)
tree378253331714f232b5a669c4e24441ad0f07a1f6
parenteb97649d48953e756a64308fa8081a287b8ce2ae (diff)
downloadports-54639101ff3fb999cf83206488fb731b43536bcd.tar.gz
ports-54639101ff3fb999cf83206488fb731b43536bcd.zip
devel/py-isort: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
-rw-r--r--devel/py-isort/Makefile3
-rw-r--r--devel/py-isort/files/patch-pyproject.toml11
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"]