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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jun 7 09:54:23 UTC 2016


    Date: Tuesday, June 7, 2016 @ 11:54:23
  Author: aginiewicz
Revision: 178120

upgpkg: python-pyface 5.1.0-1

python-pyface: new upstream release

Modified:
  python-pyface/trunk/PKGBUILD
Deleted:
  python-pyface/trunk/ipython_widget.patch

----------------------+
 PKGBUILD             |   12 +++++-------
 ipython_widget.patch |   19 -------------------
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 09:52:48 UTC (rev 178119)
+++ PKGBUILD	2016-06-07 09:54:23 UTC (rev 178120)
@@ -6,8 +6,8 @@
 
 pkgbase=python-pyface
 pkgname=('python2-pyface' 'python-pyface')
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface"
@@ -15,14 +15,12 @@
 makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 'python2-traits')
 options=(!emptydirs)
 
-source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz"
-        "ipython_widget.patch")
-md5sums=('74e0c8f8099d69bf6f18651b626648d8'
-         'e2723b5e4191457de7584f0cddce7a4d')
+source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz")
+md5sums=('2d7703b71df4478ae02b7481dc673754')
 
 prepare() {
   cd "$srcdir"
-  patch -p0 < ipython_widget.patch
+  #patch -p0 < ipython_widget.patch
   cp -a pyface-${pkgver} pyface-py2-${pkgver}
 }
 

Deleted: ipython_widget.patch
===================================================================
--- ipython_widget.patch	2016-06-07 09:52:48 UTC (rev 178119)
+++ ipython_widget.patch	2016-06-07 09:54:23 UTC (rev 178120)
@@ -1,19 +0,0 @@
---- pyface-5.0.0/pyface/ipython_widget.py.orig	2015-11-21 16:13:42.171018433 +0100
-+++ pyface-5.0.0/pyface/ipython_widget.py	2015-11-21 16:14:03.557532935 +0100
-@@ -13,6 +13,7 @@
- #------------------------------------------------------------------------------
- """ The implementation of an IPython shell. """
- 
-+from __future__ import absolute_import
- 
- # Import the toolkit specific version.
- try:
-@@ -23,8 +24,5 @@
- Could not load the Wx frontend for ipython.
- You need to have ipython >= 0.9 installed to use the ipython widget.'''
- 
--
--from __future__ import absolute_import
--
- from .toolkit import toolkit_object
- IPythonWidget= toolkit_object('ipython_widget:IPythonWidget')



More information about the arch-commits mailing list