Date: Friday, September 23, 2022 @ 13:02:14
  Author: svenstaro
Revision: 1309153

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-23 13:01:49 UTC (rev 1309152)
+++ PKGBUILD    2022-09-23 13:02:14 UTC (rev 1309153)
@@ -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.1
-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=('e37d840d3b1a188e5a8439ddcd97c8d120a447faebaf0380b7cb39710ae4d1e3e4d2f2eeb30ea85e16ffc8dcc80acfe207e57f193359b5518e4a78fdb12745e7')
-
-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-testing-any/PKGBUILD (from rev 1309152, 
python-flask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-23 13:02:14 UTC (rev 1309153)
@@ -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.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=('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:

Reply via email to