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

Felix Yan felixonmars at archlinux.org
Wed Dec 5 12:47:58 UTC 2018


    Date: Wednesday, December 5, 2018 @ 12:47:56
  Author: felixonmars
Revision: 411419

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-05 12:47:36 UTC (rev 411418)
+++ PKGBUILD	2018-12-05 12:47:56 UTC (rev 411419)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-dance
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
-url="https://github.com/singingwolfboy/flask-dance"
-license=('MIT')
-arch=('any')
-depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 'python-flask'
-         'python-urlobject' 'python-six' 'python-lazy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 'python-mock'
-              'python-responses' 'python-freezegun' 'python-sqlalchemy' 'python-sqlalchemy-utils'
-              'python-flask-sqlalchemy' 'python-flask-login' 'python-flask-caching'
-              'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz")
-sha512sums=('1a0f3f44cbc8fba52bfb8bf00098545fcdbbbaa3278cfbb9da61174fe35960d25139137a15789428d6d3cd779ff6c49d1b5eeb84aab40573130a199f59fb21fb')
-
-build() {
-  cd flask-dance-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-dance-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-dance-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-dance/repos/community-any/PKGBUILD (from rev 411418, python-flask-dance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-05 12:47:56 UTC (rev 411419)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-dance
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
+url="https://github.com/singingwolfboy/flask-dance"
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 'python-flask'
+         'python-urlobject' 'python-six' 'python-lazy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 'python-mock'
+              'python-responses' 'python-freezegun' 'python-sqlalchemy' 'python-sqlalchemy-utils'
+              'python-flask-sqlalchemy' 'python-flask-login' 'python-flask-caching'
+              'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz")
+sha512sums=('94673c918eeadedf61e68ccbe71694a0a27360ab4473adbacba30855ebf08aed06aef57c5d00bda36217b9ecc6ca59f3433f8e23bc63ed81968eaef80bd893ee')
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-dance-$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