* update python-flask to 2.3.3-3

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:45 +01:00
parent 69347db4cc
commit 36376190fb
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,23 @@
pkgbase = python-flask
pkgdesc = Micro webdevelopment framework for Python
pkgver = 2.3.3
pkgrel = 3
url = http://flask.pocoo.org/
arch = any
license = custom:BSD
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-flit-core
depends = python-werkzeug
depends = python-jinja
depends = python-itsdangerous
depends = python-click
depends = python-blinker
optdepends = python-asgiref: async functions and views
optdepends = python-dotenv: loading env vars from files
source = python-flask-2.3.3.tar.gz::https://github.com/pallets/flask/archive/2.3.3.tar.gz
sha512sums = d4cd9ddbe2fc6155f099bbfb0a135f7bfc7f6061a1c0bad4a6db9d9707814894bcd641237d98889f24e035c02c5a08b667b85b2d0bf6c083049d149292734010
pkgname = python-flask

View File

@ -0,0 +1,3 @@
[python-flask]
source = "git"
git = "https://github.com/pallets/flask.git"

View File

@ -6,7 +6,7 @@
pkgname=python-flask
pkgver=2.3.3
pkgrel=2
pkgrel=3
pkgdesc='Micro webdevelopment framework for Python'
url='http://flask.pocoo.org/'
arch=(any)