python3-textual: update to 2.1.2.

This commit is contained in:
icp 2024-09-14 21:16:02 +05:30 committed by classabbyamp
parent 141806e925
commit b52ff1d447

View file

@ -1,11 +1,11 @@
# Template file for 'python3-textual' # Template file for 'python3-textual'
pkgname=python3-textual pkgname=python3-textual
version=0.73.0 version=2.1.2
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_check_args="-k not((snapshot)or(markdown)or(feature)or(language))" make_check_args="-k not((snapshot)or(markdown)or(feature)or(language)or(slug)or(demo))"
hostmakedepends="python3-poetry-core" hostmakedepends="python3-poetry-core"
depends="python3-rich python3-markdown-it python3-typing_extensions" depends="python3-rich python3-markdown-it python3-typing_extensions python3-platformdirs"
checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist" checkdepends="${depends} python3-pytest-asyncio python3-pytest-xdist"
short_desc="Modern Text User Interface framework" short_desc="Modern Text User Interface framework"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://textual.textualize.io" homepage="https://textual.textualize.io"
changelog="https://raw.githubusercontent.com/Textualize/textual/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/Textualize/textual/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/t/textual/textual-${version}.tar.gz" distfiles="${PYPI_SITE}/t/textual/textual-${version}.tar.gz"
checksum=ccd1e873370577f557dfdf2b3411f2a4f68b57d4365f9d83a00d084afb15f5a6 checksum=aae3f9fde00c7440be00e3c3ac189e02d014f5298afdc32132f93480f9e09146
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE