blob: 123685b0a79a9d15460c67d1255b47492fdeb3ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-flask-cors
pkgdesc = cross origin resource sharing (CORS) support for Flask
pkgver = 3.0.7
pkgrel = 1
url = https://github.com/corydolphin/flask-cors
arch = any
license = BSD
makedepends = python-setuptools
depends = python-flask>=0.9
depends = python-six
depends = python>=3.4
source = https://github.com/corydolphin/flask-cors/archive/3.0.7.tar.gz
md5sums = da02288a9734e26ef0a38afcf82ea6db
sha1sums = 21845aa4e9bdbd9051ab7e82a9784c72bf1e039e
pkgname = python-flask-cors
|