All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-argcomplete: add recipe 1.12.0
@ 2020-09-18  8:01 hongxu
  2020-09-18 13:17 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: hongxu @ 2020-09-18  8:01 UTC (permalink / raw)
  To: raj.khem, trevor.gamblin; +Cc: openembedded-devel

Tab complete all the things!

Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../python/python3-argcomplete_1.12.0.bb       | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
new file mode 100644
index 000000000..dd749dd9e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
+HOMEPAGE = "https://github.com/kislyuk/argcomplete"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
+
+SRC_URI[md5sum] = "47e2a3db821f57165be8f3d3ec1e5259"
+SRC_URI[sha256sum] = "2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c"
+
+PYPI_PACKAGE = "argcomplete"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-core \
+"
+
+BBCLASSEXTEND = "native nativesdk"
+
-- 
2.18.2


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

* Re: [meta-python][PATCH] python3-argcomplete: add recipe 1.12.0
  2020-09-18  8:01 [meta-python][PATCH] python3-argcomplete: add recipe 1.12.0 hongxu
@ 2020-09-18 13:17 ` Khem Raj
  2020-09-18 13:27   ` [meta-python][PATCH V2] " hongxu
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2020-09-18 13:17 UTC (permalink / raw)
  To: Hongxu Jia; +Cc: Trevor Gamblin, openembeded-devel

please add it to rdeps in packagegroup-meta-python.bb
as well

On Fri, Sep 18, 2020 at 1:02 AM Hongxu Jia <hongxu.jia@windriver.com> wrote:
>
> Tab complete all the things!
>
> Argcomplete provides easy, extensible command line tab completion of
> arguments for your Python script.
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
>  .../python/python3-argcomplete_1.12.0.bb       | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
> new file mode 100644
> index 000000000..dd749dd9e
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
> +HOMEPAGE = "https://github.com/kislyuk/argcomplete"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
> +
> +SRC_URI[md5sum] = "47e2a3db821f57165be8f3d3ec1e5259"
> +SRC_URI[sha256sum] = "2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c"
> +
> +PYPI_PACKAGE = "argcomplete"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-core \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
> +
> --
> 2.18.2
>

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

* [meta-python][PATCH V2] python3-argcomplete: add recipe 1.12.0
  2020-09-18 13:17 ` Khem Raj
@ 2020-09-18 13:27   ` hongxu
  2020-09-21 15:23     ` Trevor Gamblin
  0 siblings, 1 reply; 4+ messages in thread
From: hongxu @ 2020-09-18 13:27 UTC (permalink / raw)
  To: raj.khem, trevor.gamblin; +Cc: openembedded-devel

Tab complete all the things!

Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../packagegroups/packagegroup-meta-python.bb  |  1 +
 .../python/python3-argcomplete_1.12.0.bb       | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 61623ac98..914359a86 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -42,6 +42,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
     python3-alembic \
     python3-ansi2html \
     python3-ansicolors \
+    python3-argcomplete \
     python3-argexec \
     python3-appdirs \
     python3-apply-defaults \
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
new file mode 100644
index 000000000..dd749dd9e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
+HOMEPAGE = "https://github.com/kislyuk/argcomplete"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
+
+SRC_URI[md5sum] = "47e2a3db821f57165be8f3d3ec1e5259"
+SRC_URI[sha256sum] = "2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c"
+
+PYPI_PACKAGE = "argcomplete"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-core \
+"
+
+BBCLASSEXTEND = "native nativesdk"
+
-- 
2.18.2


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

* Re: [meta-python][PATCH V2] python3-argcomplete: add recipe 1.12.0
  2020-09-18 13:27   ` [meta-python][PATCH V2] " hongxu
@ 2020-09-21 15:23     ` Trevor Gamblin
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2020-09-21 15:23 UTC (permalink / raw)
  To: Hongxu Jia, raj.khem; +Cc: openembedded-devel


On 9/18/20 9:27 AM, Hongxu Jia wrote:
> Tab complete all the things!
>
> Argcomplete provides easy, extensible command line tab completion of
> arguments for your Python script.
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../packagegroups/packagegroup-meta-python.bb  |  1 +
>   .../python/python3-argcomplete_1.12.0.bb       | 18 ++++++++++++++++++
>   2 files changed, 19 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
>
> diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> index 61623ac98..914359a86 100644
> --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> @@ -42,6 +42,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
>       python3-alembic \
>       python3-ansi2html \
>       python3-ansicolors \
> +    python3-argcomplete \
>       python3-argexec \
>       python3-appdirs \
>       python3-apply-defaults \
> diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
> new file mode 100644
> index 000000000..dd749dd9e
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
> +HOMEPAGE = "https://github.com/kislyuk/argcomplete"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
> +
> +SRC_URI[md5sum] = "47e2a3db821f57165be8f3d3ec1e5259"
> +SRC_URI[sha256sum] = "2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c"
> +
> +PYPI_PACKAGE = "argcomplete"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-core \
> +"
> +
> +BBCLASSEXTEND = "native nativesdk"
> +

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

end of thread, other threads:[~2020-09-21 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  8:01 [meta-python][PATCH] python3-argcomplete: add recipe 1.12.0 hongxu
2020-09-18 13:17 ` Khem Raj
2020-09-18 13:27   ` [meta-python][PATCH V2] " hongxu
2020-09-21 15:23     ` Trevor Gamblin

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.