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

Felix Yan felixonmars at archlinux.org
Tue Feb 11 19:26:39 UTC 2020


    Date: Tuesday, February 11, 2020 @ 19:26:38
  Author: felixonmars
Revision: 567944

archrelease: copy trunk to community-any

Added:
  python-flask-restful/repos/community-any/PKGBUILD
    (from rev 567943, 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	2020-02-11 19:26:24 UTC (rev 567943)
+++ PKGBUILD	2020-02-11 19:26:38 UTC (rev 567944)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-restful
-pkgver=0.3.7
-pkgrel=4
-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=('1d1d066dec5f39af3197b680f791d83df686602b703efe874ea0e81d7f3b65f605dbdb63f84fdd07e469c6824d52571e195ae70f58e1543b53f13a81e1cd8543')
-
-build() {
-  cd flask-restful-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-restful-$pkgver
-  python setup.py nosetests || warning "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 567943, python-flask-restful/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-11 19:26:38 UTC (rev 567944)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-restful
+pkgver=0.3.8
+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=("$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 || warning "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