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

Felix Yan fyan at archlinux.org
Sat Sep 19 01:07:50 UTC 2015


    Date: Saturday, September 19, 2015 @ 03:07:49
  Author: fyan
Revision: 140680

upgpkg: python-pytest 2.8.0-1

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-19 00:57:00 UTC (rev 140679)
+++ PKGBUILD	2015-09-19 01:07:49 UTC (rev 140680)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.7.3
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -11,9 +11,11 @@
 license=('MIT')
 url="http://pytest.org/"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
-source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
-sha512sums=('ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 'python2-twisted'
+              'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python2-enum34'
+              'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 'python2-pytest-xdist')
+source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.zip")
+sha512sums=('98f7131c3396848ef7dbcf67e21e0329f8a3b771b3f8b832c1894758b34a2f852209f809001da856cfe8ea3773b257405ae2d5f8a04152242b8692e1511289ed')
 
 prepare() {
   cp -a pytest-${pkgver}{,-py2}



More information about the arch-commits mailing list