mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-textual: update to 0.56.4.
This commit is contained in:
parent
1994c979b5
commit
bbf0825035
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-textual'
|
# Template file for 'python3-textual'
|
||||||
pkgname=python3-textual
|
pkgname=python3-textual
|
||||||
version=0.45.1
|
version=0.56.4
|
||||||
revision=1
|
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))"
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-rich python3-markdown-it python3-importlib_metadata python3-typing_extensions"
|
depends="python3-rich python3-markdown-it python3-typing_extensions"
|
||||||
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=1a6f80fb87e40a0490cf9a16526f5418a790d9c032a2983b0c7edd1c8abf39f3
|
checksum=6f86ae5b4fd750bc48881c941e1a86f7a188c24a862122002e3ac38cd288ef47
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue