18 lines
668 B
Bash
18 lines
668 B
Bash
# Template file for 'python3-urwid'
|
|
pkgname=python3-urwid
|
|
version=3.0.5
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_target="tests"
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
makedepends="python3-devel"
|
|
depends="python3-wcwidth"
|
|
checkdepends="$depends python3-pytest-cov python3-Twisted"
|
|
short_desc="Console user interface library for Python"
|
|
maintainer="Emil Miler <em@0x45.cz>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://urwid.org/"
|
|
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
|
|
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
|
checksum=24be27ffafdb68c09cd95dc21b60ccfd02843320b25ce5feee1708b34fad5a23
|