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

Felix Yan felixonmars at archlinux.org
Wed May 19 15:07:29 UTC 2021


    Date: Wednesday, May 19, 2021 @ 15:07:29
  Author: felixonmars
Revision: 936467

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 15:07:18 UTC (rev 936466)
+++ PKGBUILD	2021-05-19 15:07:29 UTC (rev 936467)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-restful
-pkgver=0.3.8
-pkgrel=3
-pkgdesc="Simple framework for creating REST APIs"
-url="https://github.com/flask-restful/flask-restful"
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-flask' 'python-aniso8601' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-blinker' 'python-pycryptodome')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/flask-restful/flask-restful/archive/$pkgver.tar.gz")
-sha512sums=('15172114fcedc2f4286cf5f583d95e42c8c8ce6553f9a44e57124f2b1417bf9f094dcb5154a6933ebebc8022f39d4d7969d29d38576111f9d5b45f630b36a66c')
-
-build() {
-  cd flask-restful-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-restful-$pkgver
-  python setup.py nosetests || echo "Tests failed"
-}
-
-package() {
-  cd flask-restful-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-restful/repos/community-any/PKGBUILD (from rev 936466, python-flask-restful/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-19 15:07:29 UTC (rev 936467)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-restful
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="Simple framework for creating REST APIs"
+url="https://github.com/flask-restful/flask-restful"
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-flask' 'python-aniso8601' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-blinker' 'python-pycryptodome')
+source=("https://github.com/flask-restful/flask-restful/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('34bea8ed6e9de3ad1c2ca63e7af67ed2a175f84c433b08ff643f91d88feda0e3c1c3967deb2fe5ad308b05f373b10c08245edf65ed97a7c5a3683aa900e9edf2')
+
+build() {
+  cd flask-restful-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-restful-$pkgver
+  python setup.py nosetests || echo "Tests failed"
+}
+
+package() {
+  cd flask-restful-$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