python3-textual: update to 5.0.1.

This commit is contained in:
icp 2025-07-29 12:36:48 +05:30
parent 078df7b231
commit 048dc13b2d

View file

@ -1,11 +1,12 @@
# Template file for 'python3-textual' # Template file for 'python3-textual'
pkgname=python3-textual pkgname=python3-textual
version=2.1.2 version=5.0.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
make_check_args="-k not((snapshot)or(markdown)or(feature)or(language)or(slug)or(demo))" make_check_args="-k not((snapshot)or(markdown)or(feature)or(language)or(slug)or(demo)or(disabled))"
hostmakedepends="python3-poetry-core" hostmakedepends="python3-poetry-core"
depends="python3-rich python3-markdown-it python3-typing_extensions python3-platformdirs" depends="python3-markdown-it python3-rich python3-typing_extensions
python3-platformdirs python3-Pygments"
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 +14,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=aae3f9fde00c7440be00e3c3ac189e02d014f5298afdc32132f93480f9e09146 checksum=c6e20489ee585ec3fa43b011aa575f52e4fafad550e040bff9f53a464897feb6
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE