From: Ben Gampe <[email protected]> Add recipe for python3-uvicorn: a lightning-fast ASGI server
Signed-off-by: Ben Gampe <[email protected]> --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-uvicorn_0.13.4.bb | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index bf270df46..45f93b6dd 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -427,6 +427,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-unidiff \ python3-uritemplate \ python3-urllib3 \ + python3-uvicorn \ python3-uvloop \ python3-vcversioner \ python3-versiontools \ diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb new file mode 100644 index 000000000..e04dac0a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb @@ -0,0 +1,17 @@ +SUMMARY = "The lightning-fast ASGI server" +HOMEPAGE = "https://www.uvicorn.org/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=206119e27d6b034e7ce70d73063c82a8" +RDEPENDS_${PN} = "\ + python3-click \ + python3-h11 \ + python3-httptools \ + python3-typing \ + python3-uvloop \ + python3-websockets \ + python3-wsproto \ +" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "3292251b3c7978e8e4a7868f4baf7f7f7bb7e40c759ecc125c37e99cdea34202" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90428): https://lists.openembedded.org/g/openembedded-devel/message/90428 Mute This Topic: https://lists.openembedded.org/mt/81689043/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
