From 8890a908f92a69801a7ccffc73a59a7ee18057a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 13:21:35 -0300 Subject: [PATCH] New package: python3-urwid_readline-0.13 --- srcpkgs/python3-urwid_readline/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-urwid_readline/template diff --git a/srcpkgs/python3-urwid_readline/template b/srcpkgs/python3-urwid_readline/template new file mode 100644 index 00000000000..f6e5c04d37f --- /dev/null +++ b/srcpkgs/python3-urwid_readline/template @@ -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 " +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 +}