wok rev 25246
updated python-urwid (2.1.0 -> 2.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 07:16:15 2022 +0100 (2022-07-14) |
parents | fb6f03a9c7b4 |
children | d90c890997e3 |
files | python-urwid/description.txt python-urwid/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-urwid/description.txt Thu Jul 14 07:16:15 2022 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +Urwid is a console user interface library for Python. 1.5 +It includes many features useful for text console application developers including: 1.6 + 1.7 +- Applications resize quickly and smoothly 1.8 +- Automatic, programmable text alignment and wrapping 1.9 +- Simple markup for setting text attributes within blocks of text 1.10 +- Powerful list box with programmable content for scrolling all widget types 1.11 +- Your choice of event loops: Twisted, Glib, Tornado or select-based loop 1.12 +- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons 1.13 +- Display modules include raw, curses, and experimental LCD and web displays 1.14 +- Support for UTF-8, simple 8-bit and CJK encodings 1.15 +- 24-bit (true color), 256 color, and 88 color mode support 1.16 +- Compatible with Python 2.7, 3.5+ and PyPy
2.1 --- a/python-urwid/receipt Thu Jul 14 07:00:20 2022 +0100 2.2 +++ b/python-urwid/receipt Thu Jul 14 07:16:15 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-urwid" 2.7 -VERSION="2.1.0" 2.8 +VERSION="2.1.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Console user interface library for Python." 2.11 MAINTAINER="paul@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 WEB_SITE="https://pypi.org/project/urwid/" 2.14 +REPOLOGY="python:urwid" 2.15 2.16 SOURCE="urwid" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 @@ -30,5 +31,5 @@ 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - cp -a $install/usr $fs 2.23 + cook_copy_folders lib 2.24 }