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

Felix Yan fyan at archlinux.org
Tue Oct 20 09:43:44 UTC 2015


    Date: Tuesday, October 20, 2015 @ 11:43:43
  Author: fyan
Revision: 144440

upgpkg: python-raven 5.8.1-1

Modified:
  python-raven/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-20 09:28:57 UTC (rev 144439)
+++ PKGBUILD	2015-10-20 09:43:43 UTC (rev 144440)
@@ -4,10 +4,10 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.7.2
-pkgrel=2
-pkgdesc="Python client for Sentry."
-arch=(any)
+pkgver=5.8.1
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
 url="http://pypi.python.org/pypi/raven"
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
@@ -20,7 +20,8 @@
               'python-webtest' 'python2-webtest' 'python-anyjson' 'python2-anyjson'
               'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
               'python-logbook' 'python2-logbook' 'python-pytest-django' 'python2-pytest-django'
-              'python2-webpy' 'python-flask-login' 'python2-flask-login')
+              'python2-webpy' 'python-flask-login' 'python2-flask-login'
+              'python-pytest-timeout' 'python2-pytest-timeout')
 source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver")
 md5sums=('SKIP')
 
@@ -36,7 +37,7 @@
   python2 setup.py build
 }
 
-check() {(
+check() {
   # Hack distribution check by installing it
 
   cd "$srcdir/raven-python"
@@ -47,9 +48,7 @@
   cd "$srcdir/raven-python"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-    py.test tests
-  ) || warning "Tests failed"
-  # pytest-django doesn't work with pytest 2.8
+    py.test2 tests
 }
 
 package_python-raven() {



More information about the arch-commits mailing list