[arch-commits] Commit in mayavi/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Jan 21 11:35:31 UTC 2017
Date: Saturday, January 21, 2017 @ 11:35:31
Author: jelle
Revision: 208240
upgpkg: mayavi 4.5.0-4
drop wxpython2.8 usage, use wxpython package.
Modified:
mayavi/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-21 11:28:42 UTC (rev 208239)
+++ PKGBUILD 2017-01-21 11:35:31 UTC (rev 208240)
@@ -3,12 +3,12 @@
pkgname=mayavi
pkgver=4.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="A 3-dimensional visualizer of scientific data"
arch=('i686' 'x86_64')
url="https://github.com/enthought/mayavi"
license=('BSD')
-depends=('ipython2' 'vtk6' 'python2-envisage' 'python2-traitsui' 'python2-configobj' 'wxpython2.8'
+depends=('ipython2' 'vtk6' 'python2-envisage' 'python2-traitsui' 'python2-configobj' 'wxpython'
'gdal' 'unixodbc' 'jsoncpp' 'openmpi' 'ffmpeg')
makedepends=('python2-setuptools' 'python2-sphinx' 'python2-twisted' 'xorg-server-xvfb' 'qt5-base')
replaces=('python2-mayavi')
@@ -32,9 +32,6 @@
# patch to fix setuptools 28.0 --- https://github.com/enthought/mayavi/issues/443
patch -p1 < ../setuptools.patch
- # force selection of wxpython 2.8
- sed -e "s/wxversion.ensureMinimal('2.8')/wxversion.select('2.8')/g" -i $(find . -name '*.py')
-
# fix wrong-file-end-of-line-encoding
for file in *.txt examples/mayavi/data/room_vis.wrl examples/tvtk/dscene.py \
examples/mayavi/interactive/wx_mayavi_embed*.py ; do
More information about the arch-commits
mailing list