git: d4355104e7d9 - main - textproc/py-rich: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:20:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4355104e7d9b836910626d37e9f42ffaffc40f8
commit d4355104e7d9b836910626d37e9f42ffaffc40f8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:47:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:41 +0000
textproc/py-rich: Update version requirement of RUN_DEPENDS
Approved by: portmgr (blanket)
With hat: python
---
textproc/py-rich/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile
index fffe40efc13a..8a9eb4586399 100644
--- a/textproc/py-rich/Makefile
+++ b/textproc/py-rich/Makefile
@@ -11,8 +11,8 @@ WWW= https://github.com/Textualize/rich
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=2.1.0:textproc/py-markdown-it-py@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pygments>=2.6.0:textproc/py-pygments@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=2.1.0<3.0.0:textproc/py-markdown-it-py@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.14.0<3.0.0:textproc/py-pygments@${PY_FLAVOR}
NO_ARCH= yes
USES= python:3.7+
@@ -21,7 +21,7 @@ USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0<5.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>