void-packages/srcpkgs/python3-urwid_readline/template

20 lines
670 B
Bash

# Template file for 'python3-urwid_readline'
pkgname=python3-urwid_readline
version=0.14
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-urwid"
checkdepends="$depends python3-pytest"
short_desc="Textbox edit widget for urwid that supports readline shortcuts"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/rr-/urwid_readline"
# pypi sdist does not include license
distfiles="https://github.com/rr-/urwid_readline/archive/refs/tags/${version}.tar.gz"
checksum=4d4c9667f5ce1a62f39e4e705c0ed3b3bb846386b1f30be5a69b37b019664493
post_install() {
vlicense LICENSE
}