New package: python3-Flask-Cors-3.0.10

This commit is contained in:
Joel Beckmeyer 2022-02-28 18:49:33 -05:00 committed by Piotr
parent e096309822
commit ed3d4a2459

View file

@ -0,0 +1,20 @@
# 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
}