ajout des recettes et fichiers de configuration du meta
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-six \
|
||||
python3-pytz \
|
||||
python3-tzlocal \
|
||||
"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "APScheduler"
|
||||
|
||||
SRC_URI[sha256sum] = "65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"
|
||||
@@ -0,0 +1,15 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7700a874b500cc9168a0334060b17e3d"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-flask \
|
||||
"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Flask-API"
|
||||
|
||||
SRC_URI[sha256sum] = "331889500433b0a5e71ae7910a00ee577c8999baba03ca685b3558ee93031cce"
|
||||
@@ -0,0 +1,16 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=118fecaa576ab51c1520f95e98db61ce"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-six \
|
||||
python3-flask \
|
||||
"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Flask-Cors"
|
||||
|
||||
SRC_URI[sha256sum] = "b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de"
|
||||
@@ -0,0 +1,16 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9166295d7c482b9440bbb2b5c0fa43ac"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-flask \
|
||||
python3-pyjwt \
|
||||
"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Flask-JWT-Extended"
|
||||
|
||||
SRC_URI[sha256sum] = "62b521d75494c290a646ae8acc77123721e4364790f1e64af0038d823961fbf0"
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
SUMMARY = "A microframework based on Werkzeug, Jinja2 and good intentions"
|
||||
DESCRIPTION = "\
|
||||
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good \
|
||||
intentions. And before you ask: Its BSD licensed!"
|
||||
HOMEPAGE = "https://github.com/mitsuhiko/flask/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
|
||||
|
||||
SRC_URI[sha256sum] = "642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b"
|
||||
|
||||
PYPI_PACKAGE = "Flask"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-werkzeug \
|
||||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-click \
|
||||
${PYTHON_PN}-profile \
|
||||
"
|
||||
@@ -0,0 +1,15 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-zipp \
|
||||
"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "importlib_metadata"
|
||||
|
||||
SRC_URI[sha256sum] = "da31db32b304314d044d3c12c79bd59e307889b287ad12ff387b3500835fc2ab"
|
||||
@@ -0,0 +1,15 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-zipp \
|
||||
"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "importlib_resources"
|
||||
|
||||
SRC_URI[sha256sum] = "c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668"
|
||||
@@ -0,0 +1,50 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SUMMARY = "An implementation of JSON Schema validation for Python"
|
||||
HOMEPAGE = "https://github.com/Julian/jsonschema"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
|
||||
file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
|
||||
|
||||
SRC_URI[sha256sum] = "5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
#PACKAGECONFIG ??= "format"
|
||||
#PACKAGECONFIG[format] = ",,,\
|
||||
# ${PYTHON_PN}-idna \
|
||||
# ${PYTHON_PN}-jsonpointer \
|
||||
# ${PYTHON_PN}-webcolors \
|
||||
# ${PYTHON_PN}-rfc3987 \
|
||||
# ${PYTHON_PN}-strict-rfc3339 \
|
||||
#"
|
||||
#PACKAGECONFIG[nongpl] = ",,,\
|
||||
# ${PYTHON_PN}-idna \
|
||||
# ${PYTHON_PN}-jsonpointer \
|
||||
# ${PYTHON_PN}-webcolors \
|
||||
# ${PYTHON_PN}-rfc3986-validator \
|
||||
# ${PYTHON_PN}-rfc3339-validator \
|
||||
#"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-importlib-metadata \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-pyrsistent \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-setuptools-scm \
|
||||
${PYTHON_PN}-zipp \
|
||||
"
|
||||
|
||||
#BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -0,0 +1,12 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=649013219b4c73656698099c4d885d23"
|
||||
LICENSE = "MIT"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pkgutil_resolve_name"
|
||||
|
||||
SRC_URI[sha256sum] = "357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"
|
||||
Reference in New Issue
Block a user