Date: Saturday, March 21, 2015 @ 11:52:15
  Author: aginiewicz
Revision: 129675

upgpkg: python2-pyface 4.5.0-1

python2-pyface: new upstream release

Modified:
  python2-pyface/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-21 10:14:19 UTC (rev 129674)
+++ PKGBUILD    2015-03-21 10:52:15 UTC (rev 129675)
@@ -2,8 +2,8 @@
 # Maintainer: Andrzej Giniewicz <[email protected]>
 
 pkgname=python2-pyface
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.5.0
+pkgrel=1
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface";
@@ -10,17 +10,18 @@
 license=('BSD')
 depends=('python2-traits')
 makedepends=('python2-setuptools')
-optdepends=('python2-pyqt: for Qt backend'
+optdepends=('python2-pyqt4: for Qt backend'
             'wxpython2.8: for wx backend')
 options=(!emptydirs)
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz";)
-md5sums=('4639b4242c2e3219dadb0d740e8af338')
+md5sums=('05ea27821ed63a457bf5d95892ac0cf0')
 
 build() {
   cd "$srcdir"/pyface-$pkgver
 
   # force selection of wxpython 2.8
+  # (see https://github.com/enthought/pyface/issues/96)
   sed -e "s/^\(.*\)import wx$/\1import 
wxversion\n\1wxversion.select(\"2.8\")\n\1import wx/g" -i $(find . -name '*.py')
 
   python2 setup.py build

Reply via email to