aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:34:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:00:20 +0000
commitfd3a689aba3dabf44a7df2d2668d95c0f6280ae0 (patch)
treeff3429d937137a2f35c8d42f35a54ecef3f4d3c1
parentc10773f8a5d60feaac6582b360dac159ebba6138 (diff)
downloadports-fd3a689aba3dabf44a7df2d2668d95c0f6280ae0.tar.gz
ports-fd3a689aba3dabf44a7df2d2668d95c0f6280ae0.zip
textproc/py-textual: Change RUN_DEPENDS from py-rich to py-rich12
- Bump PORTREVISION for dependency change
-rw-r--r--textproc/py-textual/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-textual/Makefile b/textproc/py-textual/Makefile
index f8577194718e..9385b600ecbd 100644
--- a/textproc/py-textual/Makefile
+++ b/textproc/py-textual/Makefile
@@ -1,5 +1,6 @@
PORTNAME= textual
PORTVERSION= 0.1.18
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW= https://github.com/Textualize/textual
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=12.3.0<13.0.0:textproc/py-rich@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich12>=12.3.0<13.0.0:textproc/py-rich12@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils