20 lines
670 B
Bash
20 lines
670 B
Bash
# Template file for 'python3-urwid_readline'
|
|
pkgname=python3-urwid_readline
|
|
version=0.13
|
|
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=51516c635a376c93a67bc6d28a4639614e5af23dc44a540a266ac2a2053f470c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|