From 1251c2db84be2ed35a300bef78f171c97ae84a56 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 17:02:14 +0100 Subject: [PATCH] python-urwid: remove long_desc. --- srcpkgs/python-urwid/template | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index 189e4b1cad..ce14ea4e06 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -1,9 +1,10 @@ # Template file for 'python-urwid' pkgname=python-urwid version=1.1.1 -revision=1 +revision=2 wrksrc="urwid-${version}" build_style=python-module +hostmakedepends="python-devel" makedepends="python-devel" pycompile_module="urwid" short_desc="Console user interface library for Python" @@ -12,20 +13,3 @@ homepage="http://excess.org/urwid/" license="LGPL-2.1" distfiles="http://excess.org/urwid/urwid-$version.tar.gz" checksum=b301b4e0c2cd1634390cda80149d8aa2a07365af81a281ecf258770e47d30e99 -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"