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

20 lines
682 B
Bash

# Template file for 'python3-Flask-Cors'
pkgname=python3-Flask-Cors
version=5.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=5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef
post_install() {
vlicense LICENSE
}