# Template file for 'python3-textual'
pkgname=python3-textual
version=8.2.7
revision=1
build_style=python3-pep517
make_check_args="-k not((snapshot)or(markdown)or(feature)or(language)or(slug)or(demo)or(disabled)or(progress_bar))"
hostmakedepends="python3-poetry-core"
depends="python3-markdown-it python3-mdit-py-plugins python3-rich
 python3-typing_extensions python3-platformdirs python3-Pygments"
checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist"
short_desc="Modern Text User Interface framework"
maintainer="icp <pangolin@vivaldi.net>"
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=658f568ff81e30ed43890c3e07520390e5cf1b4763822006e060656b0a88f105

post_install() {
	vlicense LICENSE
}
