From 6c5839c3f09175be82f98a1cd0826104c831e71e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 14 Apr 2023 23:41:23 -0400 Subject: [PATCH] New package: python3-textual-0.30.0 --- srcpkgs/python3-textual/template | 18 ++++++++++++++++++ 1 file changed, 18 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 000000000000..e15b7944bc66 --- /dev/null +++ b/srcpkgs/python3-textual/template @@ -0,0 +1,18 @@ +# Template file for 'python3-textual' +pkgname=python3-textual +version=0.30.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3-rich python3-markdown-it python3-importlib_metadata python3-typing_extensions" +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="https://github.com/Textualize/textual/archive/refs/tags/v${version}.tar.gz" +checksum=bd84b24acae7630fb44ca53fa88cf63dd583a34a015753c971b668855c798879 + +post_install() { + vlicense LICENSE +}