python-urwid: update to 1.0.2.
This commit is contained in:
parent
59fbe51f44
commit
284efddf35
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'python-urwid'
|
||||
pkgname=python-urwid
|
||||
version=0.9.9
|
||||
revision=3
|
||||
version=1.0.2
|
||||
revision=1
|
||||
wrksrc="urwid-${version}"
|
||||
distfiles="http://excess.org/urwid/urwid-$version.tar.gz"
|
||||
build_style=python-module
|
||||
pycompile_module="urwid"
|
||||
makedepends="python-devel"
|
||||
short_desc="Console user interface library for Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=66a106faf77d3231e40ff469f01619866cdf3d9fb718a965fc25781cb6e094a7
|
||||
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
|
||||
|
@ -26,6 +29,3 @@ long_desc="
|
|||
Buttons, check boxes and radio boxes
|
||||
Customizable layout for all widgets
|
||||
Easy interface for creating HTML screen shots"
|
||||
|
||||
pycompile_module="urwid"
|
||||
|
||||
|
|
Loading…
Reference in New Issue