mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-textual: update to 2.1.2.
This commit is contained in:
parent
141806e925
commit
b52ff1d447
1 changed files with 5 additions and 5 deletions
|
@ -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 <pangolin@vivaldi.net>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue