New package: python3-urwid_readline-0.13

This commit is contained in:
Gonzalo Tornaría 2024-01-22 13:21:35 -03:00 committed by cinerea0
parent 9ace2d2b26
commit 8890a908f9
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}