Date: Thursday, May 4, 2023 @ 20:56:08
Author: arojas
Revision: 1458841
archrelease: copy trunk to community-any
Added:
python-flask/repos/community-any/PKGBUILD
(from rev 1458840, python-flask/trunk/PKGBUILD)
Deleted:
python-flask/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 20:55:59 UTC (rev 1458840)
+++ PKGBUILD 2023-05-04 20:56:08 UTC (rev 1458841)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Alexander Rødseth <[email protected]>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen <[email protected]>
-
-pkgname=python-flask
-pkgver=2.2.2
-pkgrel=3
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
-makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
-checkdepends=('python-pytest')
-optdepends=(
- 'python-asgiref: async functions and views'
- 'python-dotenv: loading env vars from files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
-sha512sums=('ab069d27fdfc056a3cdde2fa7f89486781fbf4fa396c0dde20e99458b76790f83cda4e4acba23f598bc0a86c68a80d7b2c58657ad0b2c67b5ad1bb997185db2a')
-
-build() {
- cd "flask-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "flask-$pkgver"
- PYTHONPATH="build/lib" pytest
-}
-
-package() {
- cd "flask-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-flask/repos/community-any/PKGBUILD (from rev 1458840,
python-flask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 20:56:08 UTC (rev 1458841)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen <[email protected]>
+
+pkgname=python-flask
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
+makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+checkdepends=('python-pytest')
+optdepends=(
+ 'python-asgiref: async functions and views'
+ 'python-dotenv: loading env vars from files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
+sha512sums=('6669b3bd8dcb303a7a8d291e4326e05a097e569a255dc6621a64a0261aba16acd4cba6913e5ff5e45f0cd1647c2d147dfa3a49755c5419d805e982aa49887d13')
+
+build() {
+ cd "flask-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "flask-$pkgver"
+ PYTHONPATH="build/lib" pytest
+}
+
+package() {
+ cd "flask-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et: