diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:32:03 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 52e67d4e6307a161491825bdfca01dd36b2228e1 (patch) | |
| tree | f4c2bea6dab8d9df21d41323f120aeb34bfaf96a /recipes-devtools/python/python3-flask-cors_3.0.8.bb | |
| parent | cceef93ba83497dcce2c1cdac91555d82371450a (diff) | |
| download | meta-virtualization-52e67d4e6307a161491825bdfca01dd36b2228e1.tar.gz | |
python: update support packages to python3
Updating the python support packages to python3. Some packages are
dropped in favour of variants that are in meta-python, some are
updated and update to the new python3 name for others.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-flask-cors_3.0.8.bb')
| -rw-r--r-- | recipes-devtools/python/python3-flask-cors_3.0.8.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-flask-cors_3.0.8.bb b/recipes-devtools/python/python3-flask-cors_3.0.8.bb new file mode 100644 index 00000000..5d3c41f7 --- /dev/null +++ b/recipes-devtools/python/python3-flask-cors_3.0.8.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | HOMEPAGE = "https://pypi.python.org/pypi/Flask-Cors/" | ||
| 2 | SUMMARY = "A Flask extension adding a decorator for CORS support" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible \ | ||
| 5 | " | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce" | ||
| 9 | |||
| 10 | DEPENDS += "python3-six python3-flask" | ||
| 11 | |||
| 12 | SRCNAME = "Flask-Cors" | ||
| 13 | |||
| 14 | SRC_URI = "https://pypi.python.org/packages/source/F/Flask-Cors/${SRCNAME}-${PV}.tar.gz" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "551cc4c0305a171d28caa2b3bc838867" | ||
| 17 | SRC_URI[sha256sum] = "72170423eb4612f0847318afff8c247b38bd516b7737adfc10d1c2cdbb382d16" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools3 | ||
