pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-urwid Update py-urwid to 0.9.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/82a7668105c5
branches: trunk
changeset: 520716:82a7668105c5
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Oct 26 18:52:20 2006 +0000
description:
Update py-urwid to 0.9.7.1
Take maintainership, agreed by minskim@
>From changelog:
* tons of bugfixes
* Added initial support for fixed widgets - widgets that have a
fixed size on screen.
* New BigText class that draws text with fonts made of grids of
character cells.
* Overlay class can now accept a fixed widget as the widget to
display "on top".
* New Canvas functions: pad_trim(..) and pad_trim_left_right(..).
* Fixed Unicode conversion and locale issues when using Urwid with
Python < 2.4.
diffstat:
devel/py-urwid/Makefile | 6 +++---
devel/py-urwid/PLIST | 14 +++++++++++++-
devel/py-urwid/distinfo | 8 ++++----
3 files changed, 20 insertions(+), 8 deletions(-)
diffs (66 lines):
diff -r a6888f551dec -r 82a7668105c5 devel/py-urwid/Makefile
--- a/devel/py-urwid/Makefile Thu Oct 26 17:45:09 2006 +0000
+++ b/devel/py-urwid/Makefile Thu Oct 26 18:52:20 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2006/10/03 17:42:32 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/26 18:52:20 tonio Exp $
-DISTNAME= urwid-0.8.10
+DISTNAME= urwid-0.9.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://excess.org/urwid/
-MAINTAINER= minskim%NetBSD.org@localhost
+MAINTAINER= tonio%NetBSD.org@localhost
HOMEPAGE= http://excess.org/urwid/
COMMENT= Curses-based Python user interface library
diff -r a6888f551dec -r 82a7668105c5 devel/py-urwid/PLIST
--- a/devel/py-urwid/PLIST Thu Oct 26 17:45:09 2006 +0000
+++ b/devel/py-urwid/PLIST Thu Oct 26 18:52:20 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/10/03 17:42:32 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/10/26 18:52:20 tonio Exp $
${PYSITELIB}/urwid/__init__.py
${PYSITELIB}/urwid/__init__.pyc
${PYSITELIB}/urwid/__init__.pyo
@@ -8,6 +8,12 @@
${PYSITELIB}/urwid/curses_display.py
${PYSITELIB}/urwid/curses_display.pyc
${PYSITELIB}/urwid/curses_display.pyo
+${PYSITELIB}/urwid/escape.py
+${PYSITELIB}/urwid/escape.pyc
+${PYSITELIB}/urwid/escape.pyo
+${PYSITELIB}/urwid/font.py
+${PYSITELIB}/urwid/font.pyc
+${PYSITELIB}/urwid/font.pyo
${PYSITELIB}/urwid/graphics.py
${PYSITELIB}/urwid/graphics.pyc
${PYSITELIB}/urwid/graphics.pyo
@@ -17,6 +23,12 @@
${PYSITELIB}/urwid/listbox.py
${PYSITELIB}/urwid/listbox.pyc
${PYSITELIB}/urwid/listbox.pyo
+${PYSITELIB}/urwid/raw_display.py
+${PYSITELIB}/urwid/raw_display.pyc
+${PYSITELIB}/urwid/raw_display.pyo
+${PYSITELIB}/urwid/utable.py
+${PYSITELIB}/urwid/utable.pyc
+${PYSITELIB}/urwid/utable.pyo
${PYSITELIB}/urwid/util.py
${PYSITELIB}/urwid/util.pyc
${PYSITELIB}/urwid/util.pyo
diff -r a6888f551dec -r 82a7668105c5 devel/py-urwid/distinfo
--- a/devel/py-urwid/distinfo Thu Oct 26 17:45:09 2006 +0000
+++ b/devel/py-urwid/distinfo Thu Oct 26 18:52:20 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/10/03 17:42:32 minskim Exp $
+$NetBSD: distinfo,v 1.4 2006/10/26 18:52:20 tonio Exp $
-SHA1 (urwid-0.8.10.tar.gz) = 2fade9d0957d0ab4f2ffa96b94fa801b55fdedc1
-RMD160 (urwid-0.8.10.tar.gz) = 114f0dad3e06678c007e685bc07bcd876e4fb514
-Size (urwid-0.8.10.tar.gz) = 102799 bytes
+SHA1 (urwid-0.9.7.1.tar.gz) = 065804586984bcbf6207344bb37722622bf530da
+RMD160 (urwid-0.9.7.1.tar.gz) = b89e2c4235a63cf5aa97717f43c6f0c899133f8f
+Size (urwid-0.9.7.1.tar.gz) = 153706 bytes
Home |
Main Index |
Thread Index |
Old Index