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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Wed Jul 27 18:30:23 UTC 2022


    Date: Wednesday, July 27, 2022 @ 18:30:23
  Author: svenstaro
Revision: 1258936

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-27 18:29:59 UTC (rev 1258935)
+++ PKGBUILD	2022-07-27 18:30:23 UTC (rev 1258936)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen <turskii at gmail.com>
-
-pkgname=python-flask
-pkgver=2.1.2
-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=('f8cb5a2330b0a03f44c33ec1c0561d172639e484e2d2017d5a6ae38d871bbcc210d53dc2cb851c5d5b862a719f3d42ee61834508745e12dd22953f7a9d1f78ce')
-
-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 1258935, python-flask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-27 18:30:23 UTC (rev 1258936)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen <turskii at gmail.com>
+
+pkgname=python-flask
+pkgver=2.1.3
+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=('ae2af6afdc8cba5bc1029c0cd74b2d3418a3dfcdc0346238d784482168445b834f52a08fd8450925e459396344a0ac1d8cdb8f19e39cd825a03633cf17668623')
+
+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:



More information about the arch-commits mailing list