From a9b9d1a23df2b502d7e7d063724d86ab99c338c5 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 14 Dec 2023 02:07:08 +0530 Subject: [PATCH] New package: python3-textual-0.45.1 --- srcpkgs/python3-textual/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-textual/template diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template new file mode 100644 index 00000000000..a4eaa677b20 --- /dev/null +++ b/srcpkgs/python3-textual/template @@ -0,0 +1,20 @@ +# Template file for 'python3-textual' +pkgname=python3-textual +version=0.45.1 +revision=1 +build_style=python3-pep517 +make_check_args="-k not((snapshot)or(markdown)or(feature)or(language))" +hostmakedepends="python3-poetry-core" +depends="python3-rich python3-markdown-it python3-importlib_metadata python3-typing_extensions" +checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist" +short_desc="Modern Text User Interface framework" +maintainer="classabbyamp " +license="MIT" +homepage="https://textual.textualize.io" +changelog="https://raw.githubusercontent.com/Textualize/textual/main/CHANGELOG.md" +distfiles="${PYPI_SITE}/t/textual/textual-${version}.tar.gz" +checksum=1a6f80fb87e40a0490cf9a16526f5418a790d9c032a2983b0c7edd1c8abf39f3 + +post_install() { + vlicense LICENSE +}