python3-Flask-RESTful: update to 0.3.8.
This commit is contained in:
parent
a2d9ea0c69
commit
c6c7d33f2b
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-Flask-RESTful'
|
# Template file for 'python3-Flask-RESTful'
|
||||||
pkgname=python3-Flask-RESTful
|
pkgname=python3-Flask-RESTful
|
||||||
version=0.3.7
|
version=0.3.8
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="flask-restful-${version}"
|
wrksrc="flask-restful-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="flask_restful"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Flask python3-six python3-pytz python3-aniso8601"
|
depends="python3-Flask python3-six python3-pytz python3-aniso8601"
|
||||||
short_desc="Simple framework for creating REST APIs"
|
short_desc="Simple framework for creating REST APIs"
|
||||||
|
@ -13,7 +12,7 @@ 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/${version}.tar.gz"
|
distfiles="https://github.com/flask-restful/flask-restful/archive/${version}.tar.gz"
|
||||||
checksum=2437b8226f922a18d06b3e3876f4a2cba85775d9a3b537b7907a5d305b0515ed
|
checksum=63b829141bd41cb97055dd137d89d6b6bf69b639cdfcca1a314d729f243bc04a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue