diff mbox series

[meta-python] python3-rich-toolkit: add new recipe (version 0.15.1)

Message ID 20251103200433.1766280-1-jan.vermaete@gmail.com
State New
Headers show
Series [meta-python] python3-rich-toolkit: add new recipe (version 0.15.1) | expand

Commit Message

jan vermaete Nov. 3, 2025, 8:04 p.m. UTC
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 .../python/python3-rich-toolkit_0.15.1.bb        | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb

Comments

Khem Raj Nov. 3, 2025, 9:06 p.m. UTC | #1
Does it have tests ? the please enable them via ptests

On Mon, Nov 3, 2025 at 12:04 PM Jan Vermaete via
lists.openembedded.org <jan.vermaete=gmail.com@lists.openembedded.org>
wrote:
>
> Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
> ---
>  .../python/python3-rich-toolkit_0.15.1.bb        | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
> new file mode 100644
> index 0000000000..d63850b3ba
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Rich toolkit for building command-line applications"
> +HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
> +
> +SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
> +
> +inherit pypi python_hatchling
> +
> +PYPI_PACKAGE = "rich_toolkit"
> +
> +RDEPENDS:${PN} = "\
> +    python3-click \
> +    python3-rich \
> +    python3-typing-extensions \
> +"
> --
> 2.47.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#121282): https://lists.openembedded.org/g/openembedded-devel/message/121282
> Mute This Topic: https://lists.openembedded.org/mt/116105107/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
jan vermaete Nov. 3, 2025, 9:19 p.m. UTC | #2
Hi Khem,

It does have tests.  I will send a V2 within a few days.

On Mon, Nov 3, 2025 at 10:06 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Does it have tests ? the please enable them via ptests
>
> On Mon, Nov 3, 2025 at 12:04 PM Jan Vermaete via
> lists.openembedded.org <jan.vermaete=gmail.com@lists.openembedded.org>
> wrote:
> >
> > Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
> > ---
> >  .../python/python3-rich-toolkit_0.15.1.bb        | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> >  create mode 100644 meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
> >
> > diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
> > new file mode 100644
> > index 0000000000..d63850b3ba
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
> > @@ -0,0 +1,16 @@
> > +SUMMARY = "Rich toolkit for building command-line applications"
> > +HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
> > +
> > +SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
> > +
> > +inherit pypi python_hatchling
> > +
> > +PYPI_PACKAGE = "rich_toolkit"
> > +
> > +RDEPENDS:${PN} = "\
> > +    python3-click \
> > +    python3-rich \
> > +    python3-typing-extensions \
> > +"
> > --
> > 2.47.3
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#121282): https://lists.openembedded.org/g/openembedded-devel/message/121282
> > Mute This Topic: https://lists.openembedded.org/mt/116105107/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
new file mode 100644
index 0000000000..d63850b3ba
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "Rich toolkit for building command-line applications"
+HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
+
+SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
+
+inherit pypi python_hatchling
+
+PYPI_PACKAGE = "rich_toolkit"
+
+RDEPENDS:${PN} = "\
+    python3-click \
+    python3-rich \
+    python3-typing-extensions \
+"