* update python-flask to 2.3.3-3
This commit is contained in:
parent
69347db4cc
commit
36376190fb
23
python/python-flask/.SRCINFO
Normal file
23
python/python-flask/.SRCINFO
Normal 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
|
3
python/python-flask/.nvchecker.toml
Normal file
3
python/python-flask/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-flask]
|
||||
source = "git"
|
||||
git = "https://github.com/pallets/flask.git"
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user