author | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 01:07:49 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 01:07:49 UTC |
parent | e3ab1008a8e329c1bff2d188045437fbf58715e8 |
PKGBUILD | +6 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 6961427..d125f4f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,16 +3,18 @@ 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') 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}