Skip to content

Commit

Permalink
textproc/py-textual: Update to 0.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 145beab commit 84e8a48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions textproc/py-textual/Makefile
@@ -1,29 +1,30 @@
PORTNAME= textual
PORTVERSION= 0.1.18
PORTREVISION= 2
PORTVERSION= 0.52.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Text User Interface using Rich
COMMENT= Modern Text User Interface framework
WWW= https://github.com/Textualize/textual

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich12>=12.3.0<13.0.0:textproc/py-rich12@${PY_FLAVOR}
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}rich>=13.3.3:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0<5:devel/py-typing-extensions@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.pre.mk>
OPTIONS_DEFINE= SYNTAX
SYNTAX_DESC= Syntax support

.if ${PYTHON_REL} < 30900
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0<5.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
SYNTAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tree-sitter>=0.20.1<0.21:devel/py-tree-sitter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tree-sitter-languages>=1.7.0:devel/py-tree-sitter-languages@${PY_FLAVOR}

.include <bsd.port.post.mk>
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-textual/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652122539
SHA256 (textual-0.1.18.tar.gz) = b2883f8ed291de58b9aa73de6d24bbaae0174687487458a4eb2a7c188a2acf23
SIZE (textual-0.1.18.tar.gz) = 76786
TIMESTAMP = 1710712544
SHA256 (textual-0.52.1.tar.gz) = 4232e5c2b423ed7c63baaeb6030355e14e1de1b9df096c9655b68a1e60e4de5f
SIZE (textual-0.52.1.tar.gz) = 1151143

0 comments on commit 84e8a48

Please sign in to comment.