[arch-commits] Commit in python-pyface/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:58:29 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:58:28
  Author: aginiewicz
Revision: 431489

upgpkg: python-pyface 6.0.0-4

python-pyface: PyQtWebEngine split

Modified:
  python-pyface/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:53:30 UTC (rev 431488)
+++ PKGBUILD	2019-02-10 15:58:28 UTC (rev 431489)
@@ -6,7 +6,7 @@
 pkgbase=python-pyface
 pkgname=('python2-pyface' 'python-pyface')
 pkgver=6.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface"
@@ -15,11 +15,10 @@
 options=(!emptydirs)
 
 source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz")
-md5sums=('d0268ef46e4229011c3b0ae738e731e1')
+sha1sums=('3f260f9c52044419bb670ee2e9b564d3d4bfeb41')
 
 prepare() {
   cd "$srcdir"
-  #patch -p0 < ipython_widget.patch
   cp -a pyface-${pkgver} pyface-py2-${pkgver}
 }
 
@@ -26,12 +25,12 @@
 build() {
   cd "$srcdir"/pyface-py2-$pkgver
 
-  msg "Building Python2"
+  # "Building Python2"
   python2 setup.py build
 
   cd "$srcdir"/pyface-$pkgver
 
-  msg "Building Python3"
+  # "Building Python3"
   python setup.py build
 }
 
@@ -38,6 +37,7 @@
 package_python2-pyface() {
   depends=('python2-traits')
   optdepends=('python2-pyqt5: for Qt backend'
+              'python2-pyqtwebengine: for Qt backend'
               'python2-pygments: for syntax coloring in Qt backend'
               'python2-setuptools: to locate resources inside zip and egg files'
               'ipython2: for IPython widget'
@@ -53,6 +53,7 @@
 package_python-pyface() {
   depends=('python-traits')
   optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+              'python-pyqtwebengine: for Qt backend'
               'pyside2: for Qt backend (or python-pyqt5)'
               'python-pygments: for syntax coloring in Qt backend'
               'python-setuptools: to locate resources inside zip and egg files'



More information about the arch-commits mailing list