[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 1 12:03:23 UTC 2019


    Date: Saturday, June 1, 2019 @ 12:03:22
  Author: felixonmars
Revision: 476392

upgpkg: python-dogpile.cache 0.7.1-2

remove usage on python2-pifpaf

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 12:03:19 UTC (rev 476391)
+++ PKGBUILD	2019-06-01 12:03:22 UTC (rev 476392)
@@ -3,7 +3,7 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache"
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'redis' 'python-mako' 'python2-mako' 'python-redis' 'python2-redis'
               'python2-memcached' 'python-pytest-runner' 'python2-pytest-runner' 'python-mock'
               'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 'python-pylibmc'
-              'python2-pylibmc' 'pifpaf' 'python2-pifpaf')
+              'python2-pylibmc' 'pifpaf')
 source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz")
 sha512sums=('39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c')
 
@@ -36,8 +36,8 @@
 
   cd "$srcdir"/dogpile.cache-$pkgver-py2
   python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend'
-  pifpaf2 --env-prefix DOGPILE run memcached --port 11234 -- python2 -m pytest tests/cache/test_memcached_backend.py
-  pifpaf2 --env-prefix DOGPILE run redis --port 11234 -- python2 -m pytest tests/cache/test_redis_backend.py
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python2 -m pytest tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python2 -m pytest tests/cache/test_redis_backend.py
 }
 
 package_python-dogpile.cache() {



More information about the arch-commits mailing list