# Template file for 'python-urwid' pkgname=python-urwid version=1.0.2 revision=1 wrksrc="urwid-${version}" build_style=python-module makedepends="python-devel" short_desc="Console user interface library for Python" maintainer="Juan RP " homepage="http://excess.org/urwid/" license="LGPL-2.1" distfiles="http://excess.org/urwid/urwid-$version.tar.gz" checksum=2e13bd98dc8162caeb768263b6805f98a468ccb3bc28f6eed54770c80a514b37 long_desc=" Urwid is a console user interface library for Python. Urwid is released under the GNU Lesser General Public License and it includes many features useful for text console application developers: Fluid interface resizing (xterm window resizing / fbset on Linux console) Web application display mode using Apache and CGI Support for UTF-8, simple 8-bit and CJK encodings Multiple text alignment and wrapping modes built-in Ability create user-defined text layout classes Simple markup for setting text attributes Powerful list box that handles scrolling between different widget types List box contents may be managed with a user-defined class Flexible edit box for editing many different types of text Buttons, check boxes and radio boxes Customizable layout for all widgets Easy interface for creating HTML screen shots" python-urwid_package() { pycompile_module="urwid" pkg_install() { vmove usr } }