All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-invoke: add recipe
@ 2024-03-06 16:54 alperak
  2024-03-07  4:23 ` [oe] " Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: alperak @ 2024-03-06 16:54 UTC (permalink / raw)
  To: openembedded-devel; +Cc: alperak

Invoke is a Python library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../python/python3-invoke_2.2.0.bb             | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb b/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
new file mode 100644
index 000000000..3f2e6232d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Pythonic task execution"
+HOMEPAGE = "https://www.pyinvoke.org/"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
+
+SRC_URI[sha256sum] = "ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += " \
+        python3-fcntl \
+        python3-json \
+        python3-logging \
+        python3-pprint \
+        python3-terminal \
+        python3-unittest \
+        python3-unixadmin \
+"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-invoke: add recipe
  2024-03-06 16:54 [meta-python][PATCH] python3-invoke: add recipe alperak
@ 2024-03-07  4:23 ` Tim Orling
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Orling @ 2024-03-07  4:23 UTC (permalink / raw)
  To: Alper Ak; +Cc: openembedded-devel

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

On Wed, Mar 6, 2024 at 8:55 AM Alper Ak <alperyasinak1@gmail.com> wrote:

> Invoke is a Python library for managing shell-oriented subprocesses and
> organizing executable Python code into CLI-invokable tasks. It draws
> inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at
> a powerful & clean feature set.


We should really gently judge upstream to update their pyproject.toml to
use a proper build-backend. There is nothing special in their setup.py

>
>
> Signed-off-by: alperak <alperyasinak1@gmail.com>
> ---
>  .../python/python3-invoke_2.2.0.bb             | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/
> python3-invoke_2.2.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
> b/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
> new file mode 100644
> index 000000000..3f2e6232d
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Pythonic task execution"
> +HOMEPAGE = "https://www.pyinvoke.org/"
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
> +
> +SRC_URI[sha256sum] =
> "ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS:${PN} += " \
> +        python3-fcntl \
> +        python3-json \
> +        python3-logging \
> +        python3-pprint \
> +        python3-terminal \
> +        python3-unittest \
> +        python3-unixadmin \
> +"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109172):
> https://lists.openembedded.org/g/openembedded-devel/message/109172
> Mute This Topic: https://lists.openembedded.org/mt/104769770/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-07  4:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-06 16:54 [meta-python][PATCH] python3-invoke: add recipe alperak
2024-03-07  4:23 ` [oe] " Tim Orling

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.