mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
548 B
BlitzBasic
17 lines
548 B
BlitzBasic
SUMMARY = "Simple framework for creating REST APIs"
|
|
DESCRIPTION = "\
|
|
Flask-RESTful is an extension for Flask that adds support for quickly building \
|
|
REST APIs"
|
|
HOMEPAGE = "https://github.com/flask-restful/flask-restful"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
|
|
|
|
SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Flask-RESTful"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
RDEPENDS:${PN} = "python3-flask"
|