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

Felix Yan felixonmars at archlinux.org
Sat Feb 4 07:34:16 UTC 2017


    Date: Saturday, February 4, 2017 @ 07:34:15
  Author: felixonmars
Revision: 209822

upgpkg: python-xcffib 0.5.1-1

Modified:
  python-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 07:31:20 UTC (rev 209821)
+++ PKGBUILD	2017-02-04 07:34:15 UTC (rev 209822)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
@@ -17,9 +17,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  # Somehow broken, we do it ourselves
-  sed -i '/ffi_build.py/d' xcffib/Makefile
-
   cp -a xcffib{,-py2}
 }
 
@@ -26,12 +23,10 @@
 build() {
   cd "$srcdir/xcffib"
   make xcffib GEN=xcffibgen CABAL=true
-  python xcffib/ffi_build.py
   python setup.py build
 
   cd "$srcdir/xcffib-py2"
   make xcffib GEN=xcffibgen CABAL=true
-  python2 xcffib/ffi_build.py
   python2 setup.py build
 }
 



More information about the arch-commits mailing list