Package: mayavi2 / 4.8.2-4

Metadata

Package Version Patches format
mayavi2 4.8.2-4 3.0 (quilt)

Patch series

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

mayavi/scripts/mayavi2 | 2 1 1 - 0 !
mayavi/scripts/mayavi2.py | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 correct python interpreter string


help.diff | (download)

mayavi/action/help.py | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 point to doc dir of debian package
ipython.diff | (download)

mayavi/tests/README.txt | 3 1 2 - 0 !
1 file changed, 1 insertion( ), 2 deletions(-)

 fix for ipython 0.11 


remove vtk requires.patch | (download)

mayavi.egg-info/requires.txt | 1 0 1 - 0 !
mayavi/__init__.py | 1 0 1 - 0 !
2 files changed, 2 deletions(-)

 remove vtk from requirements due to missing metadata
 By default, mayavi attempts to discover its dependencies using
 pkg_resources.  Unfortunately, the Debian vtk package doesn't include the
 necessary metadata.  Thus, we remove this requirement from the package.  The
 package requirement will be enforced by the Debian packaging.
unminify x3dom.patch | (download)

mayavi/tools/static/x3d/x3dom.js | 86392 54993 4499 - 0 !
1 file changed, 54993 insertions( ), 4499 deletions(-)

 replace minified x3dom.js with unminified version
 Upstream embeds a copy of the minified version of x3dom 1.7.1.  Replace this
 with the 'debug' version of x3dom 1.7.1 which is unminified.  The source is
 from http://x3dom.org/download/1.7.1/x3dom-1.7.1.zip.
pyface_8 | (download)

tvtk/tests/test_garbage_collection.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 recent versions of pyface don't have a pyface.__version__
imghdr_replacement | (download)

mayavi/tools/remote/remote_widget.py | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 replaced deprecated/removed imghdr with puremagic package
syntax_warnings.patch | (download)

setup.py | 4 2 2 - 0 !
tvtk/wrapper_gen.py | 14 7 7 - 0 !
2 files changed, 9 insertions( ), 9 deletions(-)

 fix syntaxwarnings
pkg_resources replacements | (download)

mayavi/preferences/preference_manager.py | 13 6 7 - 0 !
mayavi/tests/test_preferences_mirror.py | 7 3 4 - 0 !
2 files changed, 9 insertions( ), 11 deletions(-)

 pkg_resources is deprecated in favor of importlib.resources