devel/py-isort: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:32:28 +08:00
parent eb97649d48
commit 54639101ff
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 12 deletions

View file

@ -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>

View file

@ -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"]