From 284efddf35f241076b518ee5288bd82a90e562e9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Jul 2012 09:56:26 +0200 Subject: [PATCH] python-urwid: update to 1.0.2. --- srcpkgs/python-urwid/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index 6e374a3bf9..dd0187d6ec 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -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 " -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" -