devel/py-isort: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
This commit is contained in:
parent
eb97649d48
commit
54639101ff
2 changed files with 2 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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"]
|
Loading…
Reference in a new issue