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

Felix Yan fyan at archlinux.org
Thu Oct 22 14:44:35 UTC 2015


    Date: Thursday, October 22, 2015 @ 16:44:34
  Author: fyan
Revision: 144707

upgpkg: python-dogpile.cache 0.5.7-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-22 14:44:28 UTC (rev 144706)
+++ PKGBUILD	2015-10-22 14:44:34 UTC (rev 144707)
@@ -4,21 +4,18 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 _pypiname=dogpile.cache
-pkgver=0.5.6
-pkgrel=3
+pkgver=0.5.7
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache"
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-dogpile.core' 'python2-dogpile.core')
-checkdepends=('python-mako' 'python2-mako' 'python-nose' 'python2-nose'
-              'python-coverage' 'python2-coverage' 'python-redis' 'python2-redis' 'python2-memcached'
+checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 'python2-memcached'
               'memcached' 'redis' 'python-pytest-runner' 'python2-pytest-runner'
-              # 'python-mock' 'python2-mock'  # See comments below in check()
-              'python-pbr' 'python2-pbr' 'python-six' 'python2-six'  # These can be removed when we have a working mock in repos
-              )
+              'python-mock' 'python2-mock' 'python-pytest-cov' 'python2-pytest-cov')
 source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz")
-md5sums=('6283f8e0d94f06d75b6987875cb2e6e8')
+md5sums=('3e58ce41af574aab41d78e9c4190f194')
 
 prepare() {
   cp -a "$_pypiname-$pkgver"{,-py2}
@@ -33,9 +30,6 @@
 }
 
 check() {
-  # Dirty hack: workaround mock errors by installing it with ptr, because we have a too old version in the repos
-  # https://github.com/testing-cabal/mock/issues/249
-
   _run() {
     rm -f "$srcdir/memcached.pid" "$srcdir/redis.pid"
     memcached -d -P "$srcdir/memcached.pid"



More information about the arch-commits mailing list