Package: kiki / 0.5.6-8

Metadata

Package Version Patches format
kiki 0.5.6-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_path_changes.diff | (download)

kiki.py | 14 9 + 5 - 0 !
1 file changed, 9 insertions(+), 5 deletions(-)

 corrects path values.
02_remove_wx.NotebookSizer.diff | (download)

kiki.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 eliminate use of deprecated wx.notebooksizer
 As of wx 2.6, wx.Notebook can just be placed directly in a normal sizer:
 .
 "wxNotebookSizer and wxBookCtrlSizer are now deprecated -- they are no longer
 needed, you can treat wxNotebook as any other control and put it directly into
 the sizer that was wxNotebookSizer's parent sizer in old code."
 .
 As of 2.7.1 wx.NotebookSizer has been removed.
03_setup.py.diff | (download)

setup.py | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 add missing setup.py to install properly all python related files.