mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
python3-textual: update to 5.0.1.
This commit is contained in:
parent
078df7b231
commit
048dc13b2d
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-textual'
|
||||
pkgname=python3-textual
|
||||
version=2.1.2
|
||||
version=5.0.1
|
||||
revision=1
|
||||
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"
|
||||
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"
|
||||
short_desc="Modern Text User Interface framework"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
@ -13,7 +14,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=aae3f9fde00c7440be00e3c3ac189e02d014f5298afdc32132f93480f9e09146
|
||||
checksum=c6e20489ee585ec3fa43b011aa575f52e4fafad550e040bff9f53a464897feb6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue