vit: update to 2.3.2.

This commit is contained in:
mtvrs 2023-12-01 17:18:20 +01:00 committed by classabbyamp
parent 2ffd3763bd
commit 715c2e8336

View file

@ -1,7 +1,7 @@
# Template file for 'vit' # Template file for 'vit'
pkgname=vit pkgname=vit
version=2.3.0 version=2.3.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="task python3-urwid python3-tasklib" depends="task python3-urwid python3-tasklib"
@ -11,7 +11,7 @@ maintainer="Cullen Ross <cullen.ross@proton.me>"
license="MIT" license="MIT"
homepage="https://github.com/vit-project/vit" homepage="https://github.com/vit-project/vit"
distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz" distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz"
checksum=f3efd871c607f201251a5d1e0082e5e31e9161dde0df0c6d8b5a3447c76c87c6 checksum=a837d8e865a70d0e384a1e78d314330f000d108fa62e3a72d9aec6dec7ca233c
do_check() { do_check() {
TERM=linux python3 -m pytest TERM=linux python3 -m pytest