Date: Monday, October 12, 2015 @ 05:44:49
  Author: fyan
Revision: 143741

upgpkg: python-xcffib 0.3.6-5

use our precompiled haskell packages instead of downloading stuff in prepare()

Modified:
  python-xcffib/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-10-12 03:41:27 UTC (rev 143740)
+++ PKGBUILD    2015-10-12 03:44:49 UTC (rev 143741)
@@ -5,14 +5,17 @@
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
 pkgver=0.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib";
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
-             'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
-             'happy' 'alex')
+             'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
+             'haskell-language-python' 'haskell-filemanip' 'haskell-split'
+             'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
+             'haskell-test-framework' 'haskell-test-framework-hunit'
+             'haskell-optparse-applicative')
 checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
               'xorg-server-xvfb' 'xorg-xeyes')
 source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver";)
@@ -25,11 +28,6 @@
       -e 's/nosetests /nosetests2 /' \
       -e 's/flake8 /flake8-python2 /' \
       -i xcffib-py2/Makefile
-
-  cd xcffib
-  cabal update
-  cabal install --only-dependencies --enable-tests
-  cabal configure --enable-tests
 }
 
 build() {

Reply via email to