All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hugo FLEURY <fleuryhugo7@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Tim Orling <TicoTimo@gmail.com>, Derek Straka <derek@asterius.io>,
	Hugo FLEURY <fleuryhugo7@gmail.com>
Subject: [meta-python][PATCH] python3-uvicorn: add Uvicorn (0.34.2)
Date: Wed, 23 Apr 2025 16:35:39 +0200	[thread overview]
Message-ID: <20250423143540.453271-1-fleuryhugo7@gmail.com> (raw)

This patch introduces version 0.34.2 of Uvicorn to the OpenEmbedded build system.

The addition includes the necessary recipe to build Uvicorn from PyPI.

Signed-off-by: Hugo FLEURY <fleuryhugo7@gmail.com>
---
 .../python/python3-uvicorn_0.34.2.bb          | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-uvicorn_0.34.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.34.2.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.34.2.bb
new file mode 100644
index 0000000000..2b3c362463
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.34.2.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Lightning-fast ASGI server implementation."
+HOMEPAGE = "https://www.uvicorn.org/"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5c778842f66a649636561c423c0eec2e"
+
+SRC_URI[sha256sum] = "0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328"
+
+inherit pypi python_hatchling python_setuptools_build_meta
+
+PYPI_PACKAGE = "uvicorn"
+
+RDEPENDS:${PN} += " \
+    ${PYTHON_PN}-typing-extensions \
+    ${PYTHON_PN}-click \
+    ${PYTHON_PN}-h11 \
+    ${PYTHON_PN}-anyio \
+"
+
+S = "${WORKDIR}/uvicorn-${PV}"
-- 
2.43.0



             reply	other threads:[~2025-04-23 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 14:35 Hugo FLEURY [this message]
2025-04-23 15:54 ` [oe] [meta-python][PATCH] python3-uvicorn: add Uvicorn (0.34.2) Khem Raj
2025-04-25 15:18   ` Hugo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250423143540.453271-1-fleuryhugo7@gmail.com \
    --to=fleuryhugo7@gmail.com \
    --cc=TicoTimo@gmail.com \
    --cc=derek@asterius.io \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.