[arch-commits] Commit in python-dogpile.cache/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 29 08:25:27 UTC 2022


    Date: Wednesday, June 29, 2022 @ 08:25:26
  Author: felixonmars
Revision: 1239939

archrelease: copy trunk to community-any

Added:
  python-dogpile.cache/repos/community-any/PKGBUILD
    (from rev 1239938, python-dogpile.cache/trunk/PKGBUILD)
Deleted:
  python-dogpile.cache/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 08:25:13 UTC (rev 1239938)
+++ PKGBUILD	2022-06-29 08:25:26 UTC (rev 1239939)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-dogpile.cache
-pkgver=1.1.5
-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' '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=('b6d453121ef8e58da60478e2e1e2db57804dfa3b17cceeace930ba75d159629dfba4b5d63c50fbbc2eafeadbfcd6e1e4cbe22c8da1f54c90473f8ee677d764f8')
-
-build() {
-  cd dogpile.cache-$pkgver
-  python setup.py build
-}
-
-check() {
-  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
-}
-
-package() {
-  cd dogpile.cache-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 1239938, python-dogpile.cache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-29 08:25:26 UTC (rev 1239939)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dogpile.cache
+pkgver=1.1.6
+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' '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=('179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77')
+
+build() {
+  cd dogpile.cache-$pkgver
+  python setup.py build
+}
+
+check() {
+  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
+}
+
+package() {
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list