From b52ff1d4470dfe9a2b4cd5bac5d0920c9bade46f Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 14 Sep 2024 21:16:02 +0530 Subject: [PATCH] python3-textual: update to 2.1.2. --- srcpkgs/python3-textual/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template index fd16cbb1758..3722c0bc217 100644 --- a/srcpkgs/python3-textual/template +++ b/srcpkgs/python3-textual/template @@ -1,11 +1,11 @@ # Template file for 'python3-textual' pkgname=python3-textual -version=0.73.0 -revision=2 +version=2.1.2 +revision=1 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" -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" short_desc="Modern Text User Interface framework" maintainer="icp " @@ -13,7 +13,7 @@ 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=ccd1e873370577f557dfdf2b3411f2a4f68b57d4365f9d83a00d084afb15f5a6 +checksum=aae3f9fde00c7440be00e3c3ac189e02d014f5298afdc32132f93480f9e09146 post_install() { vlicense LICENSE