git: fd3a689aba3d - main - textproc/py-textual: Change RUN_DEPENDS from py-rich to py-rich12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:11:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd3a689aba3dabf44a7df2d2668d95c0f6280ae0
commit fd3a689aba3dabf44a7df2d2668d95c0f6280ae0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:34:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:00:20 +0000
textproc/py-textual: Change RUN_DEPENDS from py-rich to py-rich12
- Bump PORTREVISION for dependency change
---
textproc/py-textual/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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