pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43104: Update to 0.9.9.1 py-urwid



>Number:         43104
>Category:       pkg
>Synopsis:       Update to 0.9.9.1 py-urwid
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 02 11:45:00 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
Algerie Motors Company
>Environment:
NetBSD Khaarasan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
$ diff -ruN Makfile.orig Makefile
--- Makfile.orig        1970-01-01 00:00:00.000000000 +0000
+++ Makefile    2010-04-02 12:17:06.000000000 +0000
@@ -0,0 +1,44 @@
+# $NetBSD$
+#
+
+DISTNAME=      urwid-0.9.9.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://excess.org/urwid/
+
+MAINTAINER=    tonio%NetBSD.org@localhost
+HOMEPAGE=      http://excess.org/urwid/
+COMMENT=       Curses-based Python user interface library
+LICENSE=       gnu-lgpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
+PYTHON_VERSIONS_ACCEPTED=      26 25 24
+REPLACE_PYTHON=        *.py */*.py
+
+FILESEXAMPLES= bigtext.py \
+                                               browse.py \
+                                               calc.py \
+                                               dialog.py \
+                                               edit.py \
+                                               fib.py \
+                                               graph.py \
+                                               input_test.py \
+                                               test_urwid.py \
+                                               tour.py
+
+DOCDIR=        ${PREFIX}/share/doc/py-urwid
+EGDIR= ${PREFIX}/share/examples/py-urwid
+
+INSTALLATION_DIRS+=    ${DOCDIR} ${EGDIR}
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/tutorial.html         ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/reference.html ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${FILESEXAMPLES:S,^,${WRKSRC}/,} ${DESTDIR}${EGDIR}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"

$ diff -ruN Makfile.orig PLIST   
--- Makfile.orig        1970-01-01 00:00:00.000000000 +0000
+++ PLIST       2010-04-02 12:19:25.000000000 +0000
@@ -0,0 +1,88 @@
+@comment $NetBSD$
+${PYSITELIB}/urwid-0.9.9.1-py2.6.egg-info/PKG-INFO
+${PYSITELIB}/urwid-0.9.9.1-py2.6.egg-info/SOURCES.txt
+${PYSITELIB}/urwid-0.9.9.1-py2.6.egg-info/dependency_links.txt
+${PYSITELIB}/urwid-0.9.9.1-py2.6.egg-info/not-zip-safe
+${PYSITELIB}/urwid-0.9.9.1-py2.6.egg-info/top_level.txt
+${PYSITELIB}/urwid/__init__.py
+${PYSITELIB}/urwid/__init__.pyc
+${PYSITELIB}/urwid/__init__.pyo
+${PYSITELIB}/urwid/canvas.py
+${PYSITELIB}/urwid/canvas.pyc
+${PYSITELIB}/urwid/canvas.pyo
+${PYSITELIB}/urwid/command_map.py
+${PYSITELIB}/urwid/command_map.pyc
+${PYSITELIB}/urwid/command_map.pyo
+${PYSITELIB}/urwid/container.py
+${PYSITELIB}/urwid/container.pyc
+${PYSITELIB}/urwid/container.pyo
+${PYSITELIB}/urwid/curses_display.py
+${PYSITELIB}/urwid/curses_display.pyc
+${PYSITELIB}/urwid/curses_display.pyo
+${PYSITELIB}/urwid/decoration.py
+${PYSITELIB}/urwid/decoration.pyc
+${PYSITELIB}/urwid/decoration.pyo
+${PYSITELIB}/urwid/display_common.py
+${PYSITELIB}/urwid/display_common.pyc
+${PYSITELIB}/urwid/display_common.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
+${PYSITELIB}/urwid/html_fragment.py
+${PYSITELIB}/urwid/html_fragment.pyc
+${PYSITELIB}/urwid/html_fragment.pyo
+${PYSITELIB}/urwid/listbox.py
+${PYSITELIB}/urwid/listbox.pyc
+${PYSITELIB}/urwid/listbox.pyo
+${PYSITELIB}/urwid/main_loop.py
+${PYSITELIB}/urwid/main_loop.pyc
+${PYSITELIB}/urwid/main_loop.pyo
+${PYSITELIB}/urwid/monitored_list.py
+${PYSITELIB}/urwid/monitored_list.pyc
+${PYSITELIB}/urwid/monitored_list.pyo
+${PYSITELIB}/urwid/old_str_util.py
+${PYSITELIB}/urwid/old_str_util.pyc
+${PYSITELIB}/urwid/old_str_util.pyo
+${PYSITELIB}/urwid/raw_display.py
+${PYSITELIB}/urwid/raw_display.pyc
+${PYSITELIB}/urwid/raw_display.pyo
+${PYSITELIB}/urwid/signals.py
+${PYSITELIB}/urwid/signals.pyc
+${PYSITELIB}/urwid/signals.pyo
+${PYSITELIB}/urwid/split_repr.py
+${PYSITELIB}/urwid/split_repr.pyc
+${PYSITELIB}/urwid/split_repr.pyo
+${PYSITELIB}/urwid/str_util.so
+${PYSITELIB}/urwid/text_layout.py
+${PYSITELIB}/urwid/text_layout.pyc
+${PYSITELIB}/urwid/text_layout.pyo
+${PYSITELIB}/urwid/util.py
+${PYSITELIB}/urwid/util.pyc
+${PYSITELIB}/urwid/util.pyo
+${PYSITELIB}/urwid/web_display.py
+${PYSITELIB}/urwid/web_display.pyc
+${PYSITELIB}/urwid/web_display.pyo
+${PYSITELIB}/urwid/widget.py
+${PYSITELIB}/urwid/widget.pyc
+${PYSITELIB}/urwid/widget.pyo
+${PYSITELIB}/urwid/wimp.py
+${PYSITELIB}/urwid/wimp.pyc
+${PYSITELIB}/urwid/wimp.pyo
+share/doc/py-urwid/reference.html
+share/doc/py-urwid/tutorial.html
+share/examples/py-urwid/bigtext.py
+share/examples/py-urwid/browse.py
+share/examples/py-urwid/calc.py
+share/examples/py-urwid/dialog.py
+share/examples/py-urwid/edit.py
+share/examples/py-urwid/fib.py
+share/examples/py-urwid/graph.py
+share/examples/py-urwid/input_test.py
+share/examples/py-urwid/test_urwid.py
+share/examples/py-urwid/tour.py

pkgsrc-changes:
--------------
     o added documentation and example
     o use setuptools

Amont-changes:
-------------
Urwid 0.9.9.1

    * Fix for ListBox snapping to selectable widgets taller than the
      ListBox itself

    * raw_display switching to alternate buffer now works properly with 
      Terminal.app

    * Fix for BoxAdapter backwards incompatibility introduced in 0.9.9

    * Fix for a doctest failure under powerpc

    * Fix for systems with gpm_mev installed but not running gpm


Urwid 0.9.9

    * New support for 256 and 88 color terminals with raw_display
      and html_fragment display modules

    * New palette_test example program to demonstrate high color
      modes

    * New AttrSpec class for specifying specific colors instead of
      using attributes defined in the screen's palette

    * New MainLoop class ties together widgets, user input, screen
      display and one of a number of new event loops, removing the 
      need for tedious, error-prone boilerplate code

    * New GLibEventLoop allows running Urwid applications with GLib
      (makes D-Bus integration easier)

    * New TwistedEventLoop allows running Urwid with a Twisted reactor

    * Added new docstrings and doctests to many widget classes

    * New AttrMap widget supports mapping any attribute to any other
      attribute, replaces AttrWrap widget

    * New WidgetDecoration base class for AttrMap, BoxAdapter, Padding,
      Filler and LineBox widgets creates a common method for accessing 
      and updating their contained widgets

    * New left and right values may be specified in Padding widgets 

    * New command_map for specifying which keys cause actions such as
      clicking Button widgets and scrolling ListBox widgets

    * New tty_signal_keys() method of raw_display.Screen and
      curses_display.Screen allows changing or disabling the keys used
      to send signals to the application

    * Added helpful __repr__ for many widget classes

    * Updated all example programs to use MainLoop class

    * Updated tutorial with MainLoop usage and improved examples
    
    * Renamed WidgetWrap.w to _w, indicating its intended use as a way
      to implement a widget with other widgets, not necessarily as
      a container for other widgets

    * Replaced all tabs with 4 spaces, code is now more aerodynamic
      (and PEP 8 compliant)

    * Added saving of stdin and stdout in raw_display module allowing
      the originals to be redirected

    * Updated BigText widget's HalfBlock5x4Font

    * Fixed graph example CPU usage when animation is stopped

    * Fixed a memory leak related to objects listening for signals

    * Fixed a Popen3 deprecation warning


Urwid 0.9.8.4

    * Fixed incompatibilities with Python 2.6 (by Friedrich Weber)

    * Fixed a SimpleListWalker with emptied list bug (found by Walter 
      Mundt)
    
    * Fixed a curses_display stop()/start() bug (found by Christian 
      Scharkus)

    * Fixed an is_wide_character() segfault on bad input data bug
      (by Andrew Psaltis)
    
    * Fixed a CanvasCache with render() used in both a widget and its
      superclass bug (found by Andrew Psaltis)

    * Fixed a ListBox.ends_visible() on empty list bug (found by Marc 
      Hartstein)
    
    * Fixed a tutorial example bug (found by Kurtis D. Rader)

    * Fixed an Overlay.keypress() bug (found by Andreas Klöckner)

    * Fixed setuptools configuration (by Andreas Klöckner)


Urwid 0.9.8.3

    * Fixed a canvas cache memory leak affecting 0.9.8, 0.9.8.1 and 
      0.9.8.2 (found by John Goodfellow)

    * Fixed a canvas fill_attr() bug (found by Joern Koerner)


Urwid 0.9.8.2

    * Fixed incompatibilities with Python 2.3

    * Fixed Pile cursor pref_col bug, WidgetWrap rows caching bug, Button
      mouse_event with no callback bug, Filler body bug triggered by the



>How-To-Repeat:
n/a
>Fix:
n/a



Home | Main Index | Thread Index | Old Index