Bump revision for pkgs depending on jpeg (abi_depends bump).
[xbps/ojab.git] / srcpkgs / python-urwid / template
blob736efaacde4c9fb5116c2e35c5f5d21b8df85867
1 # Template file for 'python-urwid'
2 pkgname=python-urwid
3 version=0.9.9
4 wrksrc="urwid-${version}"
5 distfiles="http://excess.org/urwid/urwid-$version.tar.gz"
6 build_style=python-module
7 short_desc="Console user interface library for Python"
8 maintainer="Juan RP <xtraeme@gmail.com>"
9 checksum=66a106faf77d3231e40ff469f01619866cdf3d9fb718a965fc25781cb6e094a7
10 long_desc="
11  Urwid is a console user interface library for Python. Urwid is released
12  under the GNU Lesser General Public License and it includes many features
13  useful for text console application developers:
15   Fluid interface resizing (xterm window resizing / fbset on Linux console)
16   Web application display mode using Apache and CGI
17   Support for UTF-8, simple 8-bit and CJK encodings
18   Multiple text alignment and wrapping modes built-in
19   Ability create user-defined text layout classes
20   Simple markup for setting text attributes
21   Powerful list box that handles scrolling between different widget types
22   List box contents may be managed with a user-defined class
23   Flexible edit box for editing many different types of text
24   Buttons, check boxes and radio boxes
25   Customizable layout for all widgets
26   Easy interface for creating HTML screen shots"
28 Add_dependency run glibc
29 Add_dependency full python