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

Felix Yan felixonmars at archlinux.org
Fri Feb 22 09:00:04 UTC 2019


    Date: Friday, February 22, 2019 @ 09:00:01
  Author: felixonmars
Revision: 435169

archrelease: copy trunk to community-any

Added:
  python-flask-dance/repos/community-any/PKGBUILD
    (from rev 435168, 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-02-22 08:59:45 UTC (rev 435168)
+++ PKGBUILD	2019-02-22 09:00:01 UTC (rev 435169)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-dance
-pkgver=1.3.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=('a2bde84540927db54edce79347dd3a09f258e3c706d2ca70095e1d464796c51614f7df8ad6e6d3021b2a9b883c5c5534abb7e97184b3c2958e30baa331991a0f')
-
-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 435168, python-flask-dance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-22 09:00:01 UTC (rev 435169)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-dance
+pkgver=1.4.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=('bc0588ea9aaafa3b35277ed2205d752b509882d1136b567fe962508cddfde0ccb4fdf1b364d3f3a46eb7ae23214a10d96eb669ff36a35066d13e75b50d942b3e')
+
+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