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

2020-11-26 Thread Felix Yan via arch-commits
Date: Thursday, November 26, 2020 @ 12:59:47
  Author: felixonmars
Revision: 763504

upgpkg: python-dogpile.cache 1.1.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 12:59:43 UTC (rev 763503)
+++ PKGBUILD2020-11-26 12:59:47 UTC (rev 763504)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55')
+sha512sums=('86d5620c746e48fc596137cdba85d91fb65def9f9dd13f85bbe5d9411db257edfcf119b8787673aa37efb965ce2895063906c1518c8b432af8b0ac16cec7941b')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-11-16 Thread Felix Yan via arch-commits
Date: Monday, November 16, 2020 @ 21:35:33
  Author: felixonmars
Revision: 755677

upgpkg: python-dogpile.cache 1.1.0-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 21:35:26 UTC (rev 755676)
+++ PKGBUILD2020-11-16 21:35:33 UTC (rev 755677)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;
@@ -11,16 +11,9 @@
 makedepends=('python-setuptools')
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
-source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;
-
$pkgname-pytest6.patch::https://github.com/sqlalchemy/dogpile.cache/commit/625f73ce189b.patch)
-sha512sums=('b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87'
-
'55a7dee9eaa079f4267120999be27b099467b4fb32f2fe1b3748d569477fa0521b4418378c3aeb5a409e46c1cacbedb9d15270e3838f3ff16bf78e66bd225a22')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+sha512sums=('48627e4124bd25678059985c49ffde75d49d987c429d1e9a02ddd60a77b20e41899da30ae78e0f2891ff76a9c3d72a6ec782e829d659c3048cdbc921022ebb55')
 
-prepare() {
-  cd dogpile.cache-$pkgver
-  patch -Np1 -i ../$pkgname-pytest6.patch
-}
-
 build() {
   cd dogpile.cache-$pkgver
   python setup.py build
@@ -36,7 +29,7 @@
 package() {
   cd dogpile.cache-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:39:34
  Author: foutrelis
Revision: 751547

upgpkg: python-dogpile.cache 1.0.2-3: Python 3.9 rebuild

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:34:35 UTC (rev 751546)
+++ PKGBUILD2020-11-12 10:39:34 UTC (rev 751547)
@@ -2,7 +2,7 @@
 
 pkgname=python-dogpile.cache
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:34:35
  Author: foutrelis
Revision: 751546

Fix tests with pytest 6

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:32:00 UTC (rev 751545)
+++ PKGBUILD2020-11-12 10:34:35 UTC (rev 751546)
@@ -11,9 +11,16 @@
 makedepends=('python-setuptools')
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
-source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;
+
$pkgname-pytest6.patch::https://github.com/sqlalchemy/dogpile.cache/commit/625f73ce189b.patch)
+sha512sums=('b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87'
+
'55a7dee9eaa079f4267120999be27b099467b4fb32f2fe1b3748d569477fa0521b4418378c3aeb5a409e46c1cacbedb9d15270e3838f3ff16bf78e66bd225a22')
 
+prepare() {
+  cd dogpile.cache-$pkgver
+  patch -Np1 -i ../$pkgname-pytest6.patch
+}
+
 build() {
   cd dogpile.cache-$pkgver
   python setup.py build


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

2020-08-07 Thread Felix Yan via arch-commits
Date: Friday, August 7, 2020 @ 19:21:06
  Author: felixonmars
Revision: 671678

upgpkg: python-dogpile.cache 1.0.2-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-07 19:13:24 UTC (rev 671677)
+++ PKGBUILD2020-08-07 19:21:06 UTC (rev 671678)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('bd50ea84d8a8b3573d5fbd8953110180fc91d703383f7574a40731cf7e0bb6ceb9165ef93e5598f14d5509d39791c05e9e8607014dfad417fa826502c0240902')
+sha512sums=('b49e9005916636aff0a25b9158923ea9362b3edf1f42704d06e65b14892d0cdb6b1da7d620f10d752efb1ae1987a9187b0f642cc30d07de3fc961921e1794a87')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-07-31 Thread Felix Yan via arch-commits
Date: Saturday, August 1, 2020 @ 05:05:46
  Author: felixonmars
Revision: 667196

upgpkg: python-dogpile.cache 1.0.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-01 05:05:13 UTC (rev 667195)
+++ PKGBUILD2020-08-01 05:05:46 UTC (rev 667196)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('f884e9978686d61ed853450ad5b47bdc9a390e593f3f4b17a4a3ce7d341595a16dcc0c9827e456e38832ccb1a94e3b6c4ed9f4073d93a327b37be604cd5918ff')
+sha512sums=('bd50ea84d8a8b3573d5fbd8953110180fc91d703383f7574a40731cf7e0bb6ceb9165ef93e5598f14d5509d39791c05e9e8607014dfad417fa826502c0240902')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-07-30 Thread Felix Yan via arch-commits
Date: Thursday, July 30, 2020 @ 20:52:37
  Author: felixonmars
Revision: 665998

upgpkg: python-dogpile.cache 1.0.0-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-30 20:52:24 UTC (rev 665997)
+++ PKGBUILD2020-07-30 20:52:37 UTC (rev 665998)
@@ -1,18 +1,18 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=0.9.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;
 license=('BSD')
-depends=('python-decorator')
+depends=('python-decorator' 'python-stevedore')
 makedepends=('python-setuptools')
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('e54b29b5f868ddb7d2cddae37033fd568e5d5b8305c76837a53a4252a4e45c5179ed9e5e3694f5b826ad57d87cb3b04a20f872952758dbf9139859dc4bde53f4')
+sha512sums=('f884e9978686d61ed853450ad5b47bdc9a390e593f3f4b17a4a3ce7d341595a16dcc0c9827e456e38832ccb1a94e3b6c4ed9f4073d93a327b37be604cd5918ff')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:38:24
  Author: felixonmars
Revision: 664974

upgpkg: python-dogpile.cache 0.9.2-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 04:30:40 UTC (rev 664973)
+++ PKGBUILD2020-07-23 04:38:24 UTC (rev 664974)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2')
+sha512sums=('e54b29b5f868ddb7d2cddae37033fd568e5d5b8305c76837a53a4252a4e45c5179ed9e5e3694f5b826ad57d87cb3b04a20f872952758dbf9139859dc4bde53f4')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 10:03:31
  Author: felixonmars
Revision: 626130

upgpkg: python-dogpile.cache 0.9.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 10 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 08:56:00 UTC (rev 626129)
+++ PKGBUILD2020-05-10 10:03:31 UTC (rev 626130)
@@ -1,59 +1,35 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-dogpile.cache
-pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.9.0
+pkgname=python-dogpile.cache
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-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')
+depends=('python-decorator')
+makedepends=('python-setuptools')
+checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
+  'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('061fe20d2c26ca9e76a43e0bde687177ca2c7b629803a123462e860858aadaf30837bc68bd0e748b78eb30ef1f5ce766272f91104cb1154de0a7e9c6a2f8c411')
+sha512sums=('7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2')
 
-prepare() {
-  cp -a "dogpile.cache-$pkgver"{,-py2}
-}
-
 build() {
-  cd "$srcdir"/dogpile.cache-$pkgver
+  cd dogpile.cache-$pkgver
   python setup.py build
-
-  cd "$srcdir"/dogpile.cache-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/dogpile.cache-$pkgver
+  cd dogpile.cache-$pkgver
   python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
   pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
   pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
-
-  cd "$srcdir"/dogpile.cache-$pkgver-py2
-  python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend'
-  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() {
-  depends=('python-decorator')
-
+package() {
   cd dogpile.cache-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-dogpile.cache() {
-  depends=('python2-decorator')
-
-  cd dogpile.cache-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 12:35:57
  Author: felixonmars
Revision: 529176

upgpkg: python-dogpile.cache 0.9.0-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 12:35:21 UTC (rev 529175)
+++ PKGBUILD2019-11-15 12:35:57 UTC (rev 529176)
@@ -2,8 +2,8 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.8.0
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;
@@ -14,7 +14,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('5894d25d506fcdef02161c40dc2ea76190195fd40185887a305216271182f7b72284945a97b545ffdad2918a4c9c04baba9c4d78ab7d42d22fdf3f0a507e88c5')
+sha512sums=('061fe20d2c26ca9e76a43e0bde687177ca2c7b629803a123462e860858aadaf30837bc68bd0e748b78eb30ef1f5ce766272f91104cb1154de0a7e9c6a2f8c411')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2019-11-01 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 13:51:19
  Author: felixonmars
Revision: 521943

Python 3.8 rebuild

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:51:13 UTC (rev 521942)
+++ PKGBUILD2019-11-01 13:51:19 UTC (rev 521943)
@@ -3,7 +3,7 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 19:51:18
  Author: felixonmars
Revision: 519595

Python 3.8 rebuild

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 19:51:09 UTC (rev 519594)
+++ PKGBUILD2019-10-25 19:51:18 UTC (rev 519595)
@@ -3,7 +3,7 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;


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

2019-10-17 Thread Felix Yan via arch-commits
Date: Thursday, October 17, 2019 @ 17:43:40
  Author: felixonmars
Revision: 516487

upgpkg: python-dogpile.cache 0.8.0-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-17 17:43:21 UTC (rev 516486)
+++ PKGBUILD2019-10-17 17:43:40 UTC (rev 516487)
@@ -2,8 +2,8 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="https://pypi.python.org/pypi/dogpile.cache;
@@ -14,7 +14,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c')
+sha512sums=('5894d25d506fcdef02161c40dc2ea76190195fd40185887a305216271182f7b72284945a97b545ffdad2918a4c9c04baba9c4d78ab7d42d22fdf3f0a507e88c5')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:15:05
  Author: arojas
Revision: 482181

https

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:14:30 UTC (rev 482180)
+++ PKGBUILD2019-06-18 20:15:05 UTC (rev 482181)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
-url="http://pypi.python.org/pypi/dogpile.cache;
+url="https://pypi.python.org/pypi/dogpile.cache;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('memcached' 'redis' 'python-mako' 'python2-mako' 'python-redis' 
'python2-redis'


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

2019-06-01 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2019-06-01 12:03:19 UTC (rev 476391)
+++ PKGBUILD2019-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() {


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

2018-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 07:20:59
  Author: felixonmars
Revision: 415559

upgpkg: python-dogpile.cache 0.7.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 07:13:52 UTC (rev 415558)
+++ PKGBUILD2018-12-12 07:20:59 UTC (rev 415559)
@@ -2,7 +2,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -14,7 +14,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('5e2995b966796d39f1b3bf5820bd6a9d285b7e24f2c5e139053712964c4486139f98ebdc18f148cab549ff5dd463e7095a0b3dc9b15c392f5d092deb20ad378d')
+sha512sums=('39c0a1d3d5027bc61cc69eda46c846c72d09892b2de0ea2e9545b1f710911dce8726b4ee4a0daef0d3c409a16733920d437f6e833a5b3f55ccc80267bb0da39c')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2018-12-10 Thread Felix Yan via arch-commits
Date: Tuesday, December 11, 2018 @ 07:05:52
  Author: felixonmars
Revision: 415250

upgpkg: python-dogpile.cache 0.7.0-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 07:04:58 UTC (rev 415249)
+++ PKGBUILD2018-12-11 07:05:52 UTC (rev 415250)
@@ -2,19 +2,19 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.8
+pkgver=0.7.0
 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')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 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')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('854389f36b914962c86aa7701ed51e0076b33cbd465dde77d3ce95a16e139476f1d1062b380bd1076b39681199fd9c7e64e45299b22b8149baeb8c9c7bc02a02')
+sha512sums=('5e2995b966796d39f1b3bf5820bd6a9d285b7e24f2c5e139053712964c4486139f98ebdc18f148cab549ff5dd463e7095a0b3dc9b15c392f5d092deb20ad378d')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}
@@ -41,7 +41,7 @@
 }
 
 package_python-dogpile.cache() {
-  depends=('python-setuptools')
+  depends=('python-decorator')
 
   cd dogpile.cache-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -49,7 +49,7 @@
 }
 
 package_python2-dogpile.cache() {
-  depends=('python2-setuptools')
+  depends=('python2-decorator')
 
   cd dogpile.cache-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 25, 2018 @ 17:58:55
  Author: felixonmars
Revision: 409730

upgpkg: python-dogpile.cache 0.6.8-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-25 17:47:45 UTC (rev 409729)
+++ PKGBUILD2018-11-25 17:58:55 UTC (rev 409730)
@@ -2,7 +2,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -14,7 +14,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('fbe01c635b2d58cdda61df8597643775c09d56d432e1cd658a8288e761c992f0b58991120f7f77ef5dea68f93271c6c412651326449bdac8a7f37f767b49e85c')
+sha512sums=('854389f36b914962c86aa7701ed51e0076b33cbd465dde77d3ce95a16e139476f1d1062b380bd1076b39681199fd9c7e64e45299b22b8149baeb8c9c7bc02a02')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2018-07-28 Thread Felix Yan via arch-commits
Date: Saturday, July 28, 2018 @ 09:39:25
  Author: felixonmars
Revision: 363722

upgpkg: python-dogpile.cache 0.6.7-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-28 09:12:38 UTC (rev 363721)
+++ PKGBUILD2018-07-28 09:39:25 UTC (rev 363722)
@@ -3,8 +3,8 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.6
-pkgrel=2
+pkgver=0.6.7
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;
@@ -15,7 +15,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('d3d7bc21ede95ddab08c337558aa08fc8709126c286857b0e77bb0fb98c3a10131786cf826dd956ed5dc11447d0d07679b2bbd403ae2b2cf259835566757464b')
+sha512sums=('fbe01c635b2d58cdda61df8597643775c09d56d432e1cd658a8288e761c992f0b58991120f7f77ef5dea68f93271c6c412651326449bdac8a7f37f767b49e85c')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2018-07-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 18, 2018 @ 02:00:45
  Author: foutrelis
Revision: 361220

Python 3.7 rebuild

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 01:59:18 UTC (rev 361219)
+++ PKGBUILD2018-07-18 02:00:45 UTC (rev 361220)
@@ -4,7 +4,7 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 pkgver=0.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;


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

2018-06-27 Thread Felix Yan via arch-commits
Date: Thursday, June 28, 2018 @ 02:29:30
  Author: felixonmars
Revision: 346570

upgpkg: python-dogpile.cache 0.6.6-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 20:40:32 UTC (rev 346569)
+++ PKGBUILD2018-06-28 02:29:30 UTC (rev 346570)
@@ -3,7 +3,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -13,9 +13,9 @@
 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' 'python-pifpaf' 'python2-pifpaf')
+  'python2-pylibmc' 'pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('2ff7589f835a1853131f1e2abb02e031d84b10569343e814c2663592b1b3fa7cb9b6fed61226010f5d752148073f7b3c461864a6eeb00a6267f0283bd9039c03')
+sha512sums=('d3d7bc21ede95ddab08c337558aa08fc8709126c286857b0e77bb0fb98c3a10131786cf826dd956ed5dc11447d0d07679b2bbd403ae2b2cf259835566757464b')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Tuesday, March 6, 2018 @ 20:20:01
  Author: felixonmars
Revision: 303207

upgpkg: python-dogpile.cache 0.6.5-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 20:19:37 UTC (rev 303206)
+++ PKGBUILD2018-03-06 20:20:01 UTC (rev 303207)
@@ -3,7 +3,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -15,7 +15,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'python-pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137')
+sha512sums=('2ff7589f835a1853131f1e2abb02e031d84b10569343e814c2663592b1b3fa7cb9b6fed61226010f5d752148073f7b3c461864a6eeb00a6267f0283bd9039c03')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2017-06-26 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 05:04:54
  Author: felixonmars
Revision: 241067

upgpkg: python-dogpile.cache 0.6.4-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 05:00:26 UTC (rev 241066)
+++ PKGBUILD2017-06-27 05:04:54 UTC (rev 241067)
@@ -3,7 +3,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -15,7 +15,7 @@
   'python2-mock' 'python-pytest-cov' 'python2-pytest-cov' 
'python-pylibmc'
   'python2-pylibmc' 'python-pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('4320735d251cf5b69cc836195f98c35ff18f5cdbab57f8978e00ff16d73181d4ead330b8d69e029279e8a95e835ca81711c480f7af82966238d6d181ab155cdc')
+sha512sums=('0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2017-05-21 Thread Felix Yan
Date: Sunday, May 21, 2017 @ 06:46:51
  Author: felixonmars
Revision: 228867

upgpkg: python-dogpile.cache 0.6.3-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 06:37:44 UTC (rev 228866)
+++ PKGBUILD2017-05-21 06:46:51 UTC (rev 228867)
@@ -3,8 +3,8 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;
@@ -13,10 +13,9 @@
 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' 'python-pifpaf' 'python2-pifpaf' 
'python-binary-memcached'
-  'python2-binary-memcached')
+  'python2-pylibmc' 'python-pifpaf' 'python2-pifpaf')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-md5sums=('ab3771eb2155b9658c9e33fa1b827708')
+sha512sums=('4320735d251cf5b69cc836195f98c35ff18f5cdbab57f8978e00ff16d73181d4ead330b8d69e029279e8a95e835ca81711c480f7af82966238d6d181ab155cdc')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2016-12-24 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 03:24:06
  Author: felixonmars
Revision: 201819

upgpkg: python-dogpile.cache 0.6.2-2

python 3.6 rebuild

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 03:15:35 UTC (rev 201818)
+++ PKGBUILD2016-12-25 03:24:06 UTC (rev 201819)
@@ -4,7 +4,7 @@
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;


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

2016-08-16 Thread Felix Yan
Date: Wednesday, August 17, 2016 @ 01:21:17
  Author: felixonmars
Revision: 186872

upgpkg: python-dogpile.cache 0.6.2-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-16 18:54:29 UTC (rev 186871)
+++ PKGBUILD2016-08-17 01:21:17 UTC (rev 186872)
@@ -3,7 +3,7 @@
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pylibmc' 'python-pifpaf' 'python2-pifpaf' 
'python-binary-memcached'
   'python2-binary-memcached')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-md5sums=('35d7fb30f22bbd0685763d894dd079a9')
+md5sums=('ab3771eb2155b9658c9e33fa1b827708')
 
 prepare() {
   cp -a "dogpile.cache-$pkgver"{,-py2}


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

2016-07-03 Thread Felix Yan
Date: Monday, July 4, 2016 @ 04:38:17
  Author: felixonmars
Revision: 181997

Test with bmemcached

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 04:34:25 UTC (rev 181996)
+++ PKGBUILD2016-07-04 04:38:17 UTC (rev 181997)
@@ -10,10 +10,11 @@
 url="http://pypi.python.org/pypi/dogpile.cache;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
-  'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-pylibmc' 'python2-pylibmc' 'python-pifpaf' 
'python2-pifpaf')
+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' 'python-pifpaf' 'python2-pifpaf' 
'python-binary-memcached'
+  'python2-binary-memcached')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
 md5sums=('35d7fb30f22bbd0685763d894dd079a9')
 


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:45:41
  Author: felixonmars
Revision: 181582

upgpkg: python-dogpile.cache 0.6.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |   57 ++---
 1 file changed, 26 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 03:40:45 UTC (rev 181581)
+++ PKGBUILD2016-06-29 03:45:41 UTC (rev 181582)
@@ -1,65 +1,60 @@
-# $Id: PKGBUILD 138808 2015-08-27 08:24:22Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-_pypiname=dogpile.cache
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.6.1
+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')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
   'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
   'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-pylibmc' 'python2-pylibmc')
-source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-md5sums=('3e58ce41af574aab41d78e9c4190f194')
+  'python-pylibmc' 'python2-pylibmc' 'python-pifpaf' 
'python2-pifpaf')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+md5sums=('35d7fb30f22bbd0685763d894dd079a9')
 
 prepare() {
-  cp -a "$_pypiname-$pkgver"{,-py2}
+  cp -a "dogpile.cache-$pkgver"{,-py2}
 }
 
 build() {
-  cd $_pypiname-$pkgver
+  cd "$srcdir"/dogpile.cache-$pkgver
   python setup.py build
 
-  cd ../$_pypiname-$pkgver-py2
+  cd "$srcdir"/dogpile.cache-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  _run() {
-rm -f "$srcdir/memcached.pid" "$srcdir/redis.pid"
-memcached -d -P "$srcdir/memcached.pid"
-redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
-"$@"
-kill $(cat "$srcdir/memcached.pid") $(cat "$srcdir/redis.pid")
-  }
+  cd "$srcdir"/dogpile.cache-$pkgver
+  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
 
-  cd $_pypiname-$pkgver
-  _run python setup.py ptr
-
-  cd ../$_pypiname-$pkgver-py2
-  _run python2 setup.py ptr
+  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
 }
 
 package_python-dogpile.cache() {
-  depends=('python-dogpile.core' 'python-setuptools')
+  depends=('python-setuptools')
 
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-dogpile.cache() {
-  depends=('python2-dogpile.core' 'python2-setuptools')
+  depends=('python2-setuptools')
 
-  cd "$srcdir/$_pypiname-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd dogpile.cache-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: python-dogpile.cache/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-10-22 Thread Felix Yan
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
===
--- PKGBUILD2015-10-22 14:44:28 UTC (rev 144706)
+++ PKGBUILD2015-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"


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

2015-10-22 Thread Felix Yan
Date: Thursday, October 22, 2015 @ 17:50:24
  Author: fyan
Revision: 144718

upgpkg: python-dogpile.cache 0.5.7-2

enable pylibmc tests

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 15:46:20 UTC (rev 144717)
+++ PKGBUILD2015-10-22 15:50:24 UTC (rev 144718)
@@ -5,7 +5,7 @@
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 _pypiname=dogpile.cache
 pkgver=0.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;
@@ -13,7 +13,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-dogpile.core' 
'python2-dogpile.core')
 checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
   'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov')
+  'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-pylibmc' 'python2-pylibmc')
 
source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
 md5sums=('3e58ce41af574aab41d78e9c4190f194')
 


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 19:16:53
  Author: fyan
Revision: 141042

upgpkg: python-dogpile.cache 0.5.6-3

rebuild for python 3.5

Modified:
  python-dogpile.cache/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 17:16:53 UTC (rev 141041)
+++ PKGBUILD2015-09-19 17:16:53 UTC (rev 141042)
@@ -5,7 +5,7 @@
 pkgname=(python-dogpile.cache python2-dogpile.cache)
 _pypiname=dogpile.cache
 pkgver=0.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;