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

Felix Yan felixonmars at archlinux.org
Thu Mar 18 18:45:00 UTC 2021


    Date: Thursday, March 18, 2021 @ 18:45:00
  Author: felixonmars
Revision: 894473

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 18:44:48 UTC (rev 894472)
+++ PKGBUILD	2021-03-18 18:45:00 UTC (rev 894473)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-caching
-pkgver=1.10.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=('84054ca748420574b645ba90ce625195c4d17cbf1fa7a56b8ade618db79375b902cb8e467c1486823dc2a0874e0730e73d5009c8a2f45caf2d0ad1d6e2c14eda')
-
-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 894472, python-flask-caching/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 18:45:00 UTC (rev 894473)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-caching
+pkgver=1.10.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=('d332cb0769547f4f6eca3c3fc6a45f4e105ef7c29c096da7e8281577f786630c493480fe050769f8efa41fe52246dc3a857ca9912fd273a208bc5bea07e7fe37')
+
+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
+}



More information about the arch-commits mailing list