textproc/py-textual: Add py-textual 0.1.18
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. WWW: https://github.com/Textualize/textual
This commit is contained in:
parent
a40593959f
commit
e3dd3d52ca
4 changed files with 36 additions and 0 deletions
|
@ -1522,6 +1522,7 @@
|
|||
SUBDIR += py-textdistance
|
||||
SUBDIR += py-textfsm
|
||||
SUBDIR += py-texttable
|
||||
SUBDIR += py-textual
|
||||
SUBDIR += py-three-merge
|
||||
SUBDIR += py-tinycss
|
||||
SUBDIR += py-tinycss2
|
||||
|
|
28
textproc/py-textual/Makefile
Normal file
28
textproc/py-textual/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= textual
|
||||
PORTVERSION= 0.1.18
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Text User Interface using Rich
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=12.3.0<13.0.0:textproc/py-rich@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0<5.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/py-textual/distinfo
Normal file
3
textproc/py-textual/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1652122539
|
||||
SHA256 (textual-0.1.18.tar.gz) = b2883f8ed291de58b9aa73de6d24bbaae0174687487458a4eb2a7c188a2acf23
|
||||
SIZE (textual-0.1.18.tar.gz) = 76786
|
4
textproc/py-textual/pkg-descr
Normal file
4
textproc/py-textual/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Textual is a TUI (Text User Interface) framework for Python inspired by modern
|
||||
web development.
|
||||
|
||||
WWW: https://github.com/Textualize/textual
|
Loading…
Reference in a new issue