summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-10-26 18:52:20 +0000
committertonio <tonio@pkgsrc.org>2006-10-26 18:52:20 +0000
commit275a4f9f1db21263ea57f9288b2174e2cfef0731 (patch)
treee9dab935615522c1b65980b5805827e8152c1049 /devel
parent3a86b87dbf7bb4aa0f8add93477a227bc775978f (diff)
downloadpkgsrc-275a4f9f1db21263ea57f9288b2174e2cfef0731.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/py-urwid/Makefile6
-rw-r--r--devel/py-urwid/PLIST14
-rw-r--r--devel/py-urwid/distinfo8
3 files changed, 20 insertions, 8 deletions
diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile
index 8c77ecd03e8..19be8a284ef 100644
--- a/devel/py-urwid/Makefile
+++ b/devel/py-urwid/Makefile
@@ -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
+MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://excess.org/urwid/
COMMENT= Curses-based Python user interface library
diff --git a/devel/py-urwid/PLIST b/devel/py-urwid/PLIST
index 21af7d995e4..f8831d3458d 100644
--- a/devel/py-urwid/PLIST
+++ b/devel/py-urwid/PLIST
@@ -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/canvas.pyo
${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/html_fragment.pyo
${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 --git a/devel/py-urwid/distinfo b/devel/py-urwid/distinfo
index a84a83271f7..801d797750e 100644
--- a/devel/py-urwid/distinfo
+++ b/devel/py-urwid/distinfo
@@ -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