All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] add python3-dynamic-dispatch
@ 2020-06-17  0:46 Ryan Rowe
  2020-06-17  0:46 ` [meta-python][PATCH 2/2] add python3-argexec Ryan Rowe
  2020-06-17  5:10 ` [oe] [meta-python][PATCH 1/2] add python3-dynamic-dispatch Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Ryan Rowe @ 2020-06-17  0:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: jbroadus, mkelly, Ryan Rowe

Signed-off-by: Ryan Rowe <rrowe@xevo.com>
---
 .../python/python3-dynamic-dispatch_1.0.2.bb  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb
new file mode 100644
index 000000000..be39a3775
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb
@@ -0,0 +1,19 @@
+SUMMARY = "dynamic dispatch decorator for classes and functions"
+HOMEPAGE = "https://github.com/XevoInc/dynamic_dispatch"
+SECTION = "devel/python"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "0e29d2afa806b9b87dadfbed6a0afd6d"
+SRC_URI[sha256sum] = "ec7025b2890e7a882ceef95ff82fd154265136af930cab42533070b557d2a15d"
+
+DEPENDS += "python3-setuptools-scm-native"
+RDEPENDS_${PN} += "\
+  python3-typing
+  python3-typeguard
+"
+
+BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file
-- 
2.17.2 (Apple Git-113)


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

* [meta-python][PATCH 2/2] add python3-argexec
  2020-06-17  0:46 [meta-python][PATCH 1/2] add python3-dynamic-dispatch Ryan Rowe
@ 2020-06-17  0:46 ` Ryan Rowe
  2020-06-17  5:09   ` [oe] " Khem Raj
  2020-06-17  5:10 ` [oe] [meta-python][PATCH 1/2] add python3-dynamic-dispatch Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Ryan Rowe @ 2020-06-17  0:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: jbroadus, mkelly, Ryan Rowe

Signed-off-by: Ryan Rowe <rrowe@xevo.com>
---
 .../python/python3-argexec_1.0.2.bb           | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
new file mode 100644
index 000000000..64fbf58c4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Expose your Python functions to the command line with one easy step!"
+HOMEPAGE = "https://github.com/XevoInc/argexec"
+SECTION = "devel/python"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "9fac09884c54db79e57ab80f0c423794"
+SRC_URI[sha256sum] = "e271286b280f930aeaae7496454573f8029c3f48ef1dc47c780155dd4a7b9e7f"
+
+DEPENDS += "python3-setuptools-scm-native"
+RDEPENDS_${PN} += "\
+  python3-typing
+  python3-dynamic-dispatch
+  python3-typeguard
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.2 (Apple Git-113)


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

* Re: [oe] [meta-python][PATCH 2/2] add python3-argexec
  2020-06-17  0:46 ` [meta-python][PATCH 2/2] add python3-argexec Ryan Rowe
@ 2020-06-17  5:09   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2020-06-17  5:09 UTC (permalink / raw)
  To: Ryan Rowe; +Cc: openembeded-devel, jbroadus, Martin Kelly

On Tue, Jun 16, 2020 at 5:47 PM Ryan Rowe <rrowe@xevo.com> wrote:
>
> Signed-off-by: Ryan Rowe <rrowe@xevo.com>
> ---
>  .../python/python3-argexec_1.0.2.bb           | 20 +++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
> new file mode 100644
> index 000000000..64fbf58c4
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.2.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "Expose your Python functions to the command line with one easy step!"
> +HOMEPAGE = "https://github.com/XevoInc/argexec"
> +SECTION = "devel/python"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[md5sum] = "9fac09884c54db79e57ab80f0c423794"
> +SRC_URI[sha256sum] = "e271286b280f930aeaae7496454573f8029c3f48ef1dc47c780155dd4a7b9e7f"
> +
> +DEPENDS += "python3-setuptools-scm-native"
> +RDEPENDS_${PN} += "\
> +  python3-typing
> +  python3-dynamic-dispatch
> +  python3-typeguard
> +"

this RDEPENDS wont parse, since its missing multiline separators on
each line. Please fix it and resend.

> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.17.2 (Apple Git-113)
>
> 

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

* Re: [oe] [meta-python][PATCH 1/2] add python3-dynamic-dispatch
  2020-06-17  0:46 [meta-python][PATCH 1/2] add python3-dynamic-dispatch Ryan Rowe
  2020-06-17  0:46 ` [meta-python][PATCH 2/2] add python3-argexec Ryan Rowe
@ 2020-06-17  5:10 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2020-06-17  5:10 UTC (permalink / raw)
  To: Ryan Rowe; +Cc: openembeded-devel, jbroadus, Martin Kelly

On Tue, Jun 16, 2020 at 5:47 PM Ryan Rowe <rrowe@xevo.com> wrote:
>
> Signed-off-by: Ryan Rowe <rrowe@xevo.com>
> ---
>  .../python/python3-dynamic-dispatch_1.0.2.bb  | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb
> new file mode 100644
> index 000000000..be39a3775
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.2.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "dynamic dispatch decorator for classes and functions"
> +HOMEPAGE = "https://github.com/XevoInc/dynamic_dispatch"
> +SECTION = "devel/python"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[md5sum] = "0e29d2afa806b9b87dadfbed6a0afd6d"
> +SRC_URI[sha256sum] = "ec7025b2890e7a882ceef95ff82fd154265136af930cab42533070b557d2a15d"
> +
> +DEPENDS += "python3-setuptools-scm-native"
> +RDEPENDS_${PN} += "\
> +  python3-typing
> +  python3-typeguard
> +"

same problem here you need multiline separators

> +
> +BBCLASSEXTEND = "native nativesdk"
> \ No newline at end of file
> --
> 2.17.2 (Apple Git-113)
>
> 

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

end of thread, other threads:[~2020-06-17  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17  0:46 [meta-python][PATCH 1/2] add python3-dynamic-dispatch Ryan Rowe
2020-06-17  0:46 ` [meta-python][PATCH 2/2] add python3-argexec Ryan Rowe
2020-06-17  5:09   ` [oe] " Khem Raj
2020-06-17  5:10 ` [oe] [meta-python][PATCH 1/2] add python3-dynamic-dispatch Khem Raj

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.