mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-Flask-RESTful: update to 0.3.9.
This commit is contained in:
parent
be8a9a7f26
commit
2bc3aae42d
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-Flask-RESTful'
|
# Template file for 'python3-Flask-RESTful'
|
||||||
pkgname=python3-Flask-RESTful
|
pkgname=python3-Flask-RESTful
|
||||||
version=0.3.8
|
version=0.3.9
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="flask-restful-${version}"
|
wrksrc="flask-restful-${version}"
|
||||||
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"
|
||||||
|
checkdepends="python3-pytest python3-nose python3-mock $depends"
|
||||||
short_desc="Simple framework for creating REST APIs"
|
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/${version}.tar.gz"
|
distfiles="https://github.com/flask-restful/flask-restful/archive/v${version}.tar.gz"
|
||||||
checksum=63b829141bd41cb97055dd137d89d6b6bf69b639cdfcca1a314d729f243bc04a
|
checksum=1da71d0996312118336604a395f5ba9f43434dc26b34af5ccaed5c723757acbb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue