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

Felix Yan felixonmars at archlinux.org
Fri Jun 1 13:20:13 UTC 2018


    Date: Friday, June 1, 2018 @ 13:20:12
  Author: felixonmars
Revision: 336097

upgpkg: python-pytest-benchmark 3.1.1-2

fix dependency

Modified:
  python-pytest-benchmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 12:14:34 UTC (rev 336096)
+++ PKGBUILD	2018-06-01 13:20:12 UTC (rev 336097)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-benchmark
 pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark')
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A py.test fixture for benchmarking code'
 arch=('any')
 license=('BSD')
@@ -15,7 +15,7 @@
               'python-freezegun' 'python2-freezegun' 'mercurial' 'python-aspectlib'
               'python2-aspectlib' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-pytest-runner' 'python2-pytest-runner' 'python-elasticsearch'
-              'python2-elasticsearch' 'git')
+              'python2-elasticsearch' 'python2-mock')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz")
 sha512sums=('4a037fc3133b93a5a5ae914c92bc03468812aaa883cfbfeca35877003ebad781ab0dd4fc941eb6d9c7c44d7bf5380585ce04392c77278c54b7b4ebe5911a09f8')
 
@@ -53,7 +53,7 @@
 }
 
 package_python2-pytest-benchmark() {
-  depends=('python2-pytest' 'python-py-cpuinfo' 'python2-statistics' 'python2-pathlib')
+  depends=('python2-pytest' 'python2-py-cpuinfo' 'python2-statistics' 'python2-pathlib')
 
   cd "$srcdir"/pytest-benchmark-$pkgver-py2
   python2 setup.py install --root="$pkgdir"/ --optimize=1



More information about the arch-commits mailing list