python3-urwid: cleanup deps and check

This commit is contained in:
Gonzalo Tornaría
2026-01-24 13:19:21 +07:00
committed by Đoàn Trần Công Danh
parent 1c62443b5f
commit d8f948aece
+2 -8
View File
@@ -3,13 +3,11 @@ pkgname=python3-urwid
version=3.0.4
revision=1
build_style=python3-pep517
# "vterm" tests do pipe writes that hang
make_check_args="--ignore=tests/test_vterm.py"
make_check_target="tests"
hostmakedepends="python3-setuptools_scm python3-wheel"
makedepends="python3-devel"
depends="python3-typing_extensions python3-wcwidth"
checkdepends="python3-pytest python3-wcwidth"
depends="python3-wcwidth"
checkdepends="$depends python3-pytest-cov python3-Twisted"
short_desc="Console user interface library for Python"
maintainer="Emil Miler <em@0x45.cz>"
license="LGPL-2.1-or-later"
@@ -17,7 +15,3 @@ homepage="http://urwid.org/"
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
checksum=c3d0d2f47602b21949ffb8669a7ef0a8ca5fa13ed5c1ee1d2d81edf05616187f
pre_check() {
vsed -i -e '/addopts/d' pyproject.toml
}