[arch-commits] Commit in python-flask/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Thu Mar 31 18:30:15 UTC 2022
Date: Thursday, March 31, 2022 @ 18:30:14
Author: anthraxx
Revision: 1177968
archrelease: copy trunk to community-any
Added:
python-flask/repos/community-any/PKGBUILD
(from rev 1177967, python-flask/trunk/PKGBUILD)
Deleted:
python-flask/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-31 18:30:10 UTC (rev 1177967)
+++ PKGBUILD 2022-03-31 18:30:14 UTC (rev 1177968)
@@ -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.0
-pkgrel=2
-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')
-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=('aac87f68d9123ef8ea8dccbadecc91d6996dc4343fff65b01c8847d176911b4c21b14e4d62788ff734b62987fa35a983ba94d01a5dc8b375209f2875da83c430')
-
-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 1177967, python-flask/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-31 18:30:14 UTC (rev 1177968)
@@ -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.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')
+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=('b761ce2f8f0562241f97be1172a87576aec8a7dbe8384945ccc35f2b03773f774c86d568a6cf35f7641f264db407fe0c9cd743adc8c879005a6d4b6a098a0b17')
+
+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