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

Felix Yan fyan at archlinux.org
Sun Jul 20 16:42:24 UTC 2014


    Date: Sunday, July 20, 2014 @ 18:42:24
  Author: fyan
Revision: 116023

upgpkg: python-pytest 2.6.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-20 16:42:16 UTC (rev 116022)
+++ PKGBUILD	2014-07-20 16:42:24 UTC (rev 116023)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.5.2
-pkgrel=3
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -13,6 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
 source=("http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
+sha512sums=('c5a4b8fdf178832a05fe97259e0ae110c06547c7783c513fd8f631b1f4cc2d63def10beb05243c01a328e69576604560b6becd42d61c6226f9bff7ea5492fa33')
 
 prepare() {
   cp -r pytest-${pkgver}{,-py2}
@@ -31,8 +32,7 @@
   python setup.py test
 
   cd "$srcdir/pytest-${pkgver}-py2"
-  # Tests fail with 2.5.2: https://bitbucket.org/hpk42/pytest/issue/493/example-failure-in-pytests-own-testcase
-  #python2 setup.py test
+  python2 setup.py test
 }
 
 package_python-pytest() {
@@ -53,4 +53,3 @@
   mv "${pkgdir}/usr/bin/py.test" "${pkgdir}/usr/bin/py.test2"
 }
 
-sha512sums=('d291f229f4c0a2132c437dde6ca04bf87701fe270c2fa314104badad9221ab866251890c66387d23fefd3ab1f928ee3b290dac21e3d62e7660af8903e85a2f36')




More information about the arch-commits mailing list