python3-Flask-RESTful: update to 0.3.10.

This commit is contained in:
Andrew Benson 2023-05-21 17:41:06 -05:00
parent 5d792c378e
commit 6285fd7596

View file

@ -1,7 +1,7 @@
# Template file for 'python3-Flask-RESTful' # Template file for 'python3-Flask-RESTful'
pkgname=python3-Flask-RESTful pkgname=python3-Flask-RESTful
version=0.3.9 version=0.3.10
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-Flask python3-six python3-pytz python3-aniso8601" depends="python3-Flask python3-six python3-pytz python3-aniso8601"
@ -10,8 +10,8 @@ short_desc="Simple framework for creating REST APIs"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://flask-restful.readthedocs.io/en/latest/" homepage="https://flask-restful.readthedocs.io/en/latest/"
distfiles="https://github.com/flask-restful/flask-restful/archive/v${version}.tar.gz" distfiles="https://github.com/flask-restful/flask-restful/archive/${version}.tar.gz"
checksum=1da71d0996312118336604a395f5ba9f43434dc26b34af5ccaed5c723757acbb checksum=f0b709993627cfa8141aba6c4cae46d918b0fd07f158fe5ea3195b041ddd831b
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE