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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 6 22:51:23 UTC 2019


    Date: Wednesday, November 6, 2019 @ 22:51:23
  Author: foutrelis
Revision: 524432

archrelease: copy trunk to community-any

Added:
  python-flask-dance/repos/community-any/PKGBUILD
    (from rev 524431, 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	2019-11-06 22:51:18 UTC (rev 524431)
+++ PKGBUILD	2019-11-06 22:51:23 UTC (rev 524432)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-dance
-pkgver=2.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=('0b44ef70628ea4ee3b09ffc9c8fa9641029be59be7ffbc20bcd795810b6431e6cb053d159da4b01a78de0a784cd264b7a0877a2318127ae9d7a4c6b08fc7d815')
-
-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 524431, python-flask-dance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-06 22:51:23 UTC (rev 524432)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-dance
+pkgver=3.0.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=('ba3f25ed6631f7880a52ad7a43413134d6a924b8ef5205b8a7ecb21f3ddc10ee49face89ede2d76b3ef73b3f938f263aa386f06e9e1c71d87ee92d08b00c804b')
+
+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