mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
python3-Flask: update to 3.1.1.
This commit is contained in:
parent
eefdd6c24c
commit
ed3c7067a6
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'python3-Flask'
|
||||
pkgname=python3-Flask
|
||||
version=3.0.2
|
||||
revision=2
|
||||
version=3.1.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3-Werkzeug python3-Jinja2 python3-itsdangerous
|
||||
python3-click python3-blinker"
|
||||
python3-click python3-blinker python3-MarkupSafe"
|
||||
checkdepends="${depends} python3-pytest python3-hypothesis"
|
||||
short_desc="Python3 web microframework"
|
||||
maintainer="Pulux <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://flask.pocoo.org"
|
||||
homepage="https://palletsprojects.com/p/Flask"
|
||||
changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
|
||||
distfiles="https://github.com/pallets/flask/archive/${version}.tar.gz"
|
||||
checksum=48843a02c216f7386163b76e9b0d7226716bfbd5155a127cf00ae2094c6c2f16
|
||||
checksum=80af55cb764cb4d2303ea13877d752a4aa19af898d4e374e0bcdcf1e98fa56e0
|
||||
conflicts="python-Flask>=0"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue