All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hugo" <fleuryhugo7@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-python][PATCH] python3-fastapi: add FastAPI (0.115.2)
Date: Fri, 25 Apr 2025 08:17:08 -0700	[thread overview]
Message-ID: <21889.1745594228213105117@lists.openembedded.org> (raw)
In-Reply-To: <20250423143607.453363-1-fleuryhugo7@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

This revision of the patch fix the '${PYTHON_PN}' issue to 'python3'.

Signed-off-by: Hugo FLEURY <fleuryhugo7@gmail.com>
---
.../python/python3-fastapi_0.115.12.bb        | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-fastapi_0.115.12.bb
diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.115.12.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.115.12.bb
new file mode 100644
index 0000000000..6c80beb7c3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastapi_0.115.12.bb
@@ -0,0 +1,23 @@
+SUMMARY = "FastAPI - high performance API framework"
+HOMEPAGE = "https://fastapi.tiangolo.com/"
+LICENSE = "MIT"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810"
+
+SRC_URI[sha256sum] = "1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681"
+
+inherit pypi python_setuptools_build_meta
+
+DEPENDS += " \
+    python3-pdm-native \
+    python3-pdm-backend-native \
+"
+
+RDEPENDS:${PN} += " \
+    python3-pydantic \
+    python3-pydantic-core \
+    python3-starlette \
+    python3-typing-extensions \
+"
+
+PYPI_PACKAGE = "fastapi"
--
2.43.0

[-- Attachment #2: Type: text/html, Size: 1535 bytes --]

      parent reply	other threads:[~2025-04-25 15:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 14:36 [meta-python][PATCH] python3-fastapi: add FastAPI (0.115.2) Hugo FLEURY
2025-04-23 15:55 ` [oe] " Khem Raj
2025-04-25 15:13   ` Hugo
2025-04-25 21:46     ` [oe] " Khem Raj
2025-04-26 11:12       ` Yann CARDAILLAC Pro
2025-04-25 15:17 ` Hugo [this message]

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=21889.1745594228213105117@lists.openembedded.org \
    --to=fleuryhugo7@gmail.com \
    --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.