21 lines
717 B
Bash
21 lines
717 B
Bash
# Template file for 'python3-Flask-Cors'
|
|
pkgname=python3-Flask-Cors
|
|
version=3.0.10
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
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=b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|