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

Felix Yan felixonmars at gemini.archlinux.org
Sat May 14 03:58:43 UTC 2022


    Date: Saturday, May 14, 2022 @ 03:58:43
  Author: felixonmars
Revision: 1203178

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-14 03:58:31 UTC (rev 1203177)
+++ PKGBUILD	2022-05-14 03:58:43 UTC (rev 1203178)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-login
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="User session management for Flask"
-arch=('any')
-url="https://pythonhosted.org/Flask-Login/"
-license=('MIT')
-depends=('python' 'python-flask' 'python-werkzeug')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-nose' 'python-mock' 'python-blinker' 'python-semantic-version' 'python-asgiref')
-source=("https://github.com/maxcountryman/flask-login/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0766ef5702105bc2cea7082b2b2a9bebed282a9166757adbc91a02c4adcc291d41a3217e8b9566b6bb4778db4a1d2453edb0b7a727c9bff2673833d27b69148e')
-
-build() {
-  cd flask-login-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd flask-login-$pkgver
-  nosetests3
-}
-
-package() {
-  cd flask-login-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm 644 README.md -t "$pkgdir"/usr/share/docs/$pkgname
-}

Copied: python-flask-login/repos/community-any/PKGBUILD (from rev 1203177, python-flask-login/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-14 03:58:43 UTC (rev 1203178)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-login
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="User session management for Flask"
+arch=('any')
+url="https://pythonhosted.org/Flask-Login/"
+license=('MIT')
+depends=('python' 'python-flask' 'python-werkzeug')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-nose' 'python-mock' 'python-blinker' 'python-semantic-version' 'python-asgiref')
+source=("https://github.com/maxcountryman/flask-login/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f220e24079923c669d1ce27fdbc7ff8e07e92bc947e2708034cb349176e33ae0adf36ef6c30e8328f592d9a3eb6d0796dc577033f07c33ef0bc48c13a11a942e')
+
+build() {
+  cd flask-login-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd flask-login-$pkgver
+  nosetests3
+}
+
+package() {
+  cd flask-login-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 README.md -t "$pkgdir"/usr/share/docs/$pkgname
+}



More information about the arch-commits mailing list