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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 17:57:49 UTC 2022


    Date: Sunday, July 31, 2022 @ 17:57:49
  Author: arojas
Revision: 1259365

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 17:57:40 UTC (rev 1259364)
+++ PKGBUILD	2022-07-31 17:57:49 UTC (rev 1259365)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-dance
-pkgver=5.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-werkzeug')
-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' 'python-betamax'
-              'python-pyjwt' 'python-pytest-mock')
-source=("https://github.com/singingwolfboy/flask-dance/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('3a72a193dca0db2a0a19a33cff68a7f479e56e6ac3652df32caf5629bf5794884f8e55e3e2976b4c2a969c5d2a019cf8fa1a4b6c0730247f2b0397d7531ee98f')
-
-prepare() {
-  cd flask-dance-$pkgver
-  sed -i 's/sign_rsa_sha1/_sign_rsa/' tests/contrib/test_jira.py
-}
-
-build() {
-  cd flask-dance-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-dance-$pkgver
-  # New oauthlib related failure. The sed above didn't fix it cleanly.
-  python setup.py pytest --addopts '--deselect tests/contrib/test_jira.py::test_load_from_config'
-}
-
-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 1259364, python-flask-dance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 17:57:49 UTC (rev 1259365)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-dance
+pkgver=6.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-werkzeug')
+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' 'python-betamax'
+              'python-pyjwt' 'python-pytest-mock')
+source=("https://github.com/singingwolfboy/flask-dance/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('7088ba4001141d247fa9c124ea0a1a512ef54fded572e89e5016798c9610143d5bae19a6fb71789714bca5a66760c9ff5a5e30d67037de36c59764166b4fc170')
+
+prepare() {
+  cd flask-dance-$pkgver
+  sed -i 's/sign_rsa_sha1/_sign_rsa/' tests/contrib/test_jira.py
+}
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  # New oauthlib related failure. The sed above didn't fix it cleanly.
+  python setup.py pytest --addopts '--deselect tests/contrib/test_jira.py::test_load_from_config'
+}
+
+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