From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Bartosz Bilas <b.bilas@grinn-global.com>,
Asaf Kahlon <asafka7@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/python-argcomplete: new package
Date: Sun, 22 Sep 2024 20:17:49 +0200 [thread overview]
Message-ID: <ZvBfTYGnqnv1SyBi@landeda> (raw)
In-Reply-To: <20240922084406.1012789-1-james.hilliard1@gmail.com>
James, All,
On 2024-09-22 02:44 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Both applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/Config.in | 1 +
> package/python-argcomplete/Config.in | 6 ++++++
> .../python-argcomplete/python-argcomplete.hash | 5 +++++
> package/python-argcomplete/python-argcomplete.mk | 15 +++++++++++++++
> 4 files changed, 27 insertions(+)
> create mode 100644 package/python-argcomplete/Config.in
> create mode 100644 package/python-argcomplete/python-argcomplete.hash
> create mode 100644 package/python-argcomplete/python-argcomplete.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 2200f16520..6e1ce3388a 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -998,6 +998,7 @@ menu "External python modules"
> source "package/python-anyio/Config.in"
> source "package/python-apispec/Config.in"
> source "package/python-appdirs/Config.in"
> + source "package/python-argcomplete/Config.in"
> source "package/python-argh/Config.in"
> source "package/python-argon2-cffi/Config.in"
> source "package/python-argon2-cffi-bindings/Config.in"
> diff --git a/package/python-argcomplete/Config.in b/package/python-argcomplete/Config.in
> new file mode 100644
> index 0000000000..ba9db643a7
> --- /dev/null
> +++ b/package/python-argcomplete/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PYTHON_ARGCOMPLETE
> + bool "python-argcomplete"
> + help
> + Bash tab completion for argparse.
> +
> + https://github.com/kislyuk/argcomplete
> diff --git a/package/python-argcomplete/python-argcomplete.hash b/package/python-argcomplete/python-argcomplete.hash
> new file mode 100644
> index 0000000000..88bd7c9565
> --- /dev/null
> +++ b/package/python-argcomplete/python-argcomplete.hash
> @@ -0,0 +1,5 @@
> +# md5, sha256 from https://pypi.org/pypi/argcomplete/json
> +md5 5e5bb2e193a5581cb06abae2de3dd3d8 argcomplete-3.5.0.tar.gz
> +sha256 4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b argcomplete-3.5.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.rst
> diff --git a/package/python-argcomplete/python-argcomplete.mk b/package/python-argcomplete/python-argcomplete.mk
> new file mode 100644
> index 0000000000..1773f98914
> --- /dev/null
> +++ b/package/python-argcomplete/python-argcomplete.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# python-argcomplete
> +#
> +################################################################################
> +
> +PYTHON_ARGCOMPLETE_VERSION = 3.5.0
> +PYTHON_ARGCOMPLETE_SOURCE = argcomplete-$(PYTHON_ARGCOMPLETE_VERSION).tar.gz
> +PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/75/33/a3d23a2e9ac78f9eaf1fce7490fee430d43ca7d42c65adabbb36a2b28ff6
> +PYTHON_ARGCOMPLETE_SETUP_TYPE = setuptools
> +PYTHON_ARGCOMPLETE_LICENSE = Apache-2.0
> +PYTHON_ARGCOMPLETE_LICENSE_FILES = LICENSE.rst
> +PYTHON_ARGCOMPLETE_DEPENDENCIES = host-python-setuptools-scm
> +
> +$(eval $(python-package))
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-09-22 18:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-22 8:44 [Buildroot] [PATCH 1/2] package/python-argcomplete: new package James Hilliard
2024-09-22 8:44 ` [Buildroot] [PATCH 2/2] package/python-esptool: bump to version 4.8.0 James Hilliard
2024-09-22 18:17 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZvBfTYGnqnv1SyBi@landeda \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=b.bilas@grinn-global.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox