[arch-commits] Commit in python-flask-caching/repos/community-any (PKGBUILD PKGBUILD)

2019-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 15:14:10
  Author: felixonmars
Revision: 474695

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 474694, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-30 15:13:57 UTC (rev 474694)
+++ PKGBUILD2019-05-30 15:14:10 UTC (rev 474695)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching;
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
-  'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('84d2e9de3d7a5416cfbb453e900923f3221c3c073eb1354885f43a28ea6a669a8f2cee753064394f325ed5e1901ea0b56f778cd3c766dcff217fc6953e1e235e')
-
-prepare() {
-  cd flask-caching-$pkgver
-  sed -i 's/< *2.6/<3/' setup.py
-}
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 474694, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-30 15:14:10 UTC (rev 474695)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching;
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
+sha512sums=('4667fbabb2d65335348fbbb6b0c738984d71b4d210ab7c2955e196a73ba834499febe10eac8aa732ad5164e4c96371dbab82bc08b41ce3cf6b6750b0bd078291')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-caching/repos/community-any (PKGBUILD PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:56
  Author: felixonmars
Revision: 451804

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 451803, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:39:38 UTC (rev 451803)
+++ PKGBUILD2019-04-16 13:39:56 UTC (rev 451804)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching;
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
-  'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
-
-prepare() {
-  cd flask-caching-$pkgver
-  sed -i 's/< *2.6/<3/' setup.py
-}
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 451803, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:56 UTC (rev 451804)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching;
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
+sha512sums=('84d2e9de3d7a5416cfbb453e900923f3221c3c073eb1354885f43a28ea6a669a8f2cee753064394f325ed5e1901ea0b56f778cd3c766dcff217fc6953e1e235e')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-caching/repos/community-any (PKGBUILD PKGBUILD)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:33:35
  Author: felixonmars
Revision: 446846

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 446845, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:33:21 UTC (rev 446845)
+++ PKGBUILD2019-03-31 17:33:35 UTC (rev 446846)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching;
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
-  'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('7e1a55e1bdb39398599818c1a5dc8cf1a801024642acacdcbb54bb27bd805a4b65eb9954e917e56cb42baa69f8b503d6287144cf2e95a21720c256eb68da9f93')
-
-prepare() {
-  cd flask-caching-$pkgver
-  sed -i 's/< *2.6/<3/' setup.py
-}
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 446845, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 17:33:35 UTC (rev 446846)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching;
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
+sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-flask-caching/repos/community-any (PKGBUILD PKGBUILD)

2019-03-20 Thread Felix Yan via arch-commits
Date: Wednesday, March 20, 2019 @ 09:58:20
  Author: felixonmars
Revision: 442888

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 442887, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 +
 1 file changed, 36 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 09:58:03 UTC (rev 442887)
+++ PKGBUILD2019-03-20 09:58:20 UTC (rev 442888)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching;
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
-sha512sums=('512b1c66d80a500f91a0f0ff1ae7461e023cd6907eaf765ca811d40debda29424ec73515f5ff6495bfefb5c2c8c10f40f134b8a4b91bafbf26ee1c413b6f3e55')
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 442887, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 09:58:20 UTC (rev 442888)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching;
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz;)
+sha512sums=('7e1a55e1bdb39398599818c1a5dc8cf1a801024642acacdcbb54bb27bd805a4b65eb9954e917e56cb42baa69f8b503d6287144cf2e95a21720c256eb68da9f93')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}