All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][hardknott][PATCH] python3-janus: introduce new recipe
@ 2021-08-04  9:19 Holger Assmann
  2021-08-04 13:41 ` [oe] " Armin Kuster
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Assmann @ 2021-08-04  9:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Holger Assmann

Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
---
 .../recipes-devtools/python/python3-janus_0.6.1.bb    | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-janus_0.6.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb b/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb
new file mode 100644
index 000000000000..83630eceb4e6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
+HOMEPAGE = "https://pypi.org/project/janus/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349"
+
+SRC_URI[sha256sum] = "4712e0ef75711fe5947c2db855bc96221a9a03641b52e5ae8e25c2b705dd1d0c"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-asyncio ${PYTHON_PN}-core ${PYTHON_PN}-threading"
-- 
2.25.1


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

* Re: [oe] [meta-python][hardknott][PATCH] python3-janus: introduce new recipe
  2021-08-04  9:19 [meta-python][hardknott][PATCH] python3-janus: introduce new recipe Holger Assmann
@ 2021-08-04 13:41 ` Armin Kuster
  0 siblings, 0 replies; 2+ messages in thread
From: Armin Kuster @ 2021-08-04 13:41 UTC (permalink / raw)
  To: Holger Assmann, openembedded-devel



On 8/4/21 2:19 AM, Holger Assmann wrote:
> Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
Adding new packages are not allowed in stable branches per process.

-armin
> ---
>  .../recipes-devtools/python/python3-janus_0.6.1.bb    | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-janus_0.6.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb b/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb
> new file mode 100644
> index 000000000000..83630eceb4e6
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
> +HOMEPAGE = "https://pypi.org/project/janus/"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349"
> +
> +SRC_URI[sha256sum] = "4712e0ef75711fe5947c2db855bc96221a9a03641b52e5ae8e25c2b705dd1d0c"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += "${PYTHON_PN}-asyncio ${PYTHON_PN}-core ${PYTHON_PN}-threading"
>
> 
>


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

end of thread, other threads:[~2021-08-04 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  9:19 [meta-python][hardknott][PATCH] python3-janus: introduce new recipe Holger Assmann
2021-08-04 13:41 ` [oe] " Armin Kuster

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.