Date: Wednesday, March 16, 2016 @ 16:17:54 Author: aginiewicz Revision: 166934
upgpkg: python-pyface 5.0.0-3 python-pyface: added missing dependencies Modified: python-pyface/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-16 13:05:54 UTC (rev 166933) +++ PKGBUILD 2016-03-16 15:17:54 UTC (rev 166934) @@ -1,10 +1,13 @@ # $Id$ # Maintainer: Andrzej Giniewicz <[email protected]> +# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet +# TODO: look for more hidden dependencies + pkgbase=python-pyface pkgname=('python2-pyface' 'python-pyface') pkgver=5.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Traits-capable windowing framework" arch=('any') url="https://github.com/enthought/pyface" @@ -39,6 +42,9 @@ depends=('python2-traits') optdepends=('python2-pyqt4: for Qt backend (or python2-pyside)' 'python2-pyside: for Qt backend (or python2-pyqt4)' + 'python2-pygments: for syntax coloring in Qt backend' + 'python2-setuptools: to locate resources inside zip and egg files' + 'ipython2: for IPython widget' 'wxpython: for wx backend') cd "$srcdir"/pyface-py2-$pkgver @@ -51,7 +57,10 @@ package_python-pyface() { depends=('python-traits') optdepends=('python-pyqt4: for Qt backend (or python2-pyside)' - 'python-pyside: for Qt backend (or python2-pyqt4)') + 'python-pyside: for Qt backend (or python2-pyqt4)' + 'python-pygments: for syntax coloring in Qt backend' + 'python-setuptools: to locate resources inside zip and egg files' + 'ipython: for IPython widget') cd "$srcdir"/pyface-$pkgver
