diff options
Diffstat (limited to 'textproc/py-textual/Makefile')
-rw-r--r-- | textproc/py-textual/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-textual/Makefile b/textproc/py-textual/Makefile index e6ae6e254d86..e6b7dec58776 100644 --- a/textproc/py-textual/Makefile +++ b/textproc/py-textual/Makefile @@ -1,5 +1,5 @@ PORTNAME= textual -PORTVERSION= 0.89.1 +PORTVERSION= 6.2.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.2.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=2.1.0:textproc/py-markdown-it-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.2.2<5:devel/py-platformdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.19.2<3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.3.3:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0<5:devel/py-typing-extensions@${PY_FLAVOR} |