19 lines
680 B
Bash
19 lines
680 B
Bash
# Template file for 'python3-Flask-RESTful'
|
|
pkgname=python3-Flask-RESTful
|
|
version=0.3.9
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://flask-restful.readthedocs.io/en/latest/"
|
|
distfiles="https://github.com/flask-restful/flask-restful/archive/v${version}.tar.gz"
|
|
checksum=1da71d0996312118336604a395f5ba9f43434dc26b34af5ccaed5c723757acbb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|