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

Felix Yan fyan at archlinux.org
Thu May 26 03:48:11 UTC 2016


    Date: Thursday, May 26, 2016 @ 05:48:11
  Author: fyan
Revision: 177092

upgpkg: python-praw 3.5.0-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-26 03:27:35 UTC (rev 177091)
+++ PKGBUILD	2016-05-26 03:48:11 UTC (rev 177092)
@@ -3,7 +3,7 @@
 
 pkgbase=python-praw
 pkgname=('python-praw' 'python2-praw')
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
 arch=('any')
@@ -12,13 +12,14 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator'
              'python-requests' 'python2-requests' 'python-six' 'python2-six'
              'python-update_checker' 'python2-update_checker' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 'python2-betamax-matchers'
-              'python-betamax-serializers' 'python2-betamax-serializers')
+checkdepends=('python-mock' 'python2-mock')
+# Version conflict, disabled for now
+# 'python-betamax-matchers' 'python2-betamax-matchers' 'python-betamax-serializers' 'python2-betamax-serializers')
 source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {
-  sed -i 's/mock ==1.0.1/mock/' praw/setup.py
+  sed -e 's/mock ==1.0.1/mock/' -i praw/setup.py
   cp -a praw{,-py2}
 }
 



More information about the arch-commits mailing list