Package: mayavi2 / 4.8.2-4
Metadata
Package | Version | Patches format |
---|---|---|
mayavi2 | 4.8.2-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pyinterpreter.diff | (download) |
mayavi/scripts/mayavi2 |
2 1 1 - 0 ! |
correct python interpreter string |
help.diff | (download) |
mayavi/action/help.py |
3 2 1 - 0 ! |
point to doc dir of debian package |
ipython.diff | (download) |
mayavi/tests/README.txt |
3 1 2 - 0 ! |
fix for ipython 0.11 |
remove vtk requires.patch | (download) |
mayavi.egg-info/requires.txt |
1 0 1 - 0 ! |
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 ! |
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 ! |
recent versions of pyface don't have a pyface.__version__ |
imghdr_replacement | (download) |
mayavi/tools/remote/remote_widget.py |
4 2 2 - 0 ! |
replaced deprecated/removed imghdr with puremagic package |
syntax_warnings.patch | (download) |
setup.py |
4 2 2 - 0 ! |
fix syntaxwarnings |
pkg_resources replacements | (download) |
mayavi/preferences/preference_manager.py |
13 6 7 - 0 ! |
pkg_resources is deprecated in favor of importlib.resources |