summaryrefslogtreecommitdiff
path: root/devel/py-urwid/Makefile
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/py-urwid/Makefile
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/py-urwid/Makefile')
-rw-r--r--devel/py-urwid/Makefile6
1 files changed, 3 insertions, 3 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