From d8f948aece93b1de7f695b4f30d7acc0c2364a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 6 Sep 2025 16:06:45 -0300 Subject: [PATCH] python3-urwid: cleanup deps and check --- srcpkgs/python3-urwid/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-urwid/template b/srcpkgs/python3-urwid/template index 9a86f4da681..e6bee2f5fa3 100644 --- a/srcpkgs/python3-urwid/template +++ b/srcpkgs/python3-urwid/template @@ -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 " 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 -}