python3-urwid: update to 2.2.3.

This commit is contained in:
Andrew J. Hesford 2023-11-26 08:06:54 -05:00
parent 5793972a6a
commit 65a5c9add6

View file

@ -1,15 +1,23 @@
# Template file for 'python3-urwid' # Template file for 'python3-urwid'
pkgname=python3-urwid pkgname=python3-urwid
version=2.1.2 version=2.2.3
revision=5 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" # "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" makedepends="python3-devel"
depends="python3" depends="python3"
short_desc="Console user interface library for Python3" checkdepends="python3-pytest"
short_desc="Console user interface library for Python"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://urwid.org/" homepage="http://urwid.org/"
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst" changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz" distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
checksum=588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae checksum=e4516d55dcee6bd012b3e72a10c75f2866c63a740f0ec4e1ada05c1e1cc02e34
pre_check() {
vsed -i -e '/addopts/d' pyproject.toml
}