20 lines
661 B
Bash
20 lines
661 B
Bash
# Template file for 'python3-Flask-RESTful'
|
|
pkgname=python3-Flask-RESTful
|
|
version=0.3.8
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="flask-restful-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Flask python3-six python3-pytz python3-aniso8601"
|
|
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/${version}.tar.gz"
|
|
checksum=63b829141bd41cb97055dd137d89d6b6bf69b639cdfcca1a314d729f243bc04a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|