void-packages/srcpkgs/python3-Flask-Cors/template

20 lines
682 B
Bash

# Template file for 'python3-Flask-Cors'
pkgname=python3-Flask-Cors
version=4.0.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-six"
checkdepends="python3-pytest ${depends}"
short_desc="Flask extension adding a decorator for CORS support"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/corydolphin/flask-cors"
changelog="https://raw.githubusercontent.com/corydolphin/flask-cors/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/F/Flask-Cors/Flask-Cors-${version}.tar.gz"
checksum=f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0
post_install() {
vlicense LICENSE
}