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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 13 05:25:00 UTC 2022


    Date: Saturday, August 13, 2022 @ 05:25:00
  Author: felixonmars
Revision: 1265839

archrelease: copy trunk to community-any

Added:
  python-flask-login/repos/community-any/PKGBUILD
    (from rev 1265838, 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-08-13 05:24:39 UTC (rev 1265838)
+++ PKGBUILD	2022-08-13 05:25:00 UTC (rev 1265839)
@@ -1,32 +0,0 @@
-# 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
-}

Copied: python-flask-login/repos/community-any/PKGBUILD (from rev 1265838, python-flask-login/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 05:25:00 UTC (rev 1265839)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-login
+pkgver=0.6.2
+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=('b286272ad5f7de2cfc913bee4a3eac46e4c1ce274bb12467009e1abae422f1a855aa49fd898778b8a2e937eebe9fbb387af11815267a2bc120cde943939111ec')
+
+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