All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Flávio Tapajós" <flavio.tapajos@newtesc.com.br>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
	James Hilliard <james.hilliard1@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/python-libconf: add package to target
Date: Mon, 16 Sep 2024 13:55:45 +0200	[thread overview]
Message-ID: <ZugcwQsvg908X8BM@landeda> (raw)
In-Reply-To: <20240118124125.996172-1-flavio.tapajos@newtesc.com.br>

Flávio, All,

On 2024-01-18 09:41 -0300, Flávio Tapajós spake thusly:
> This package is similar to python-libconfig, but since it is available
> in pypi, python developers usually find it more familiar
> 
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/Config.in                        | 1 +
>  package/python-libconf/Config.in         | 7 +++++++
>  package/python-libconf/python-libconf.mk | 1 +
>  3 files changed, 9 insertions(+)
>  create mode 100644 package/python-libconf/Config.in
> 
> diff --git a/package/Config.in b/package/Config.in
> index 5b8b15fa54..8377ed53e6 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1163,6 +1163,7 @@ menu "External python modules"
>  	source "package/python-kiwisolver/Config.in"
>  	source "package/python-kmod/Config.in"
>  	source "package/python-lark/Config.in"
> +	source "package/python-libconf/Config.in"
>  	source "package/python-libconfig/Config.in"
>  	source "package/python-libevdev/Config.in"
>  	source "package/python-libusb1/Config.in"
> diff --git a/package/python-libconf/Config.in b/package/python-libconf/Config.in
> new file mode 100644
> index 0000000000..f5cecec8c6
> --- /dev/null
> +++ b/package/python-libconf/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PYTHON_LIBCONF
> +	bool "python-libconf"
> +	help
> +	  libconf is a pure-Python reader/writer for configuration files
> +	  in libconfig format, which is often used in C/C++ projects.
> +
> +	  https://github.com/ChrisAichinger/python-libconf/
> diff --git a/package/python-libconf/python-libconf.mk b/package/python-libconf/python-libconf.mk
> index b349e3e60e..65bdee8619 100644
> --- a/package/python-libconf/python-libconf.mk
> +++ b/package/python-libconf/python-libconf.mk
> @@ -10,4 +10,5 @@ PYTHON_LIBCONF_SETUP_TYPE = setuptools
>  PYTHON_LIBCONF_LICENSE = MIT
>  PYTHON_LIBCONF_LICENSE_FILES = LICENSE
>  
> +$(eval $(python-package))
>  $(eval $(host-python-package))
> -- 
> 2.43.0
> 
> _______________________________________________
> 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

      reply	other threads:[~2024-09-16 11:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18 12:41 [Buildroot] [PATCH 1/1] package/python-libconf: add package to target Flávio Tapajós
2024-09-16 11:55 ` 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=ZugcwQsvg908X8BM@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=flavio.tapajos@newtesc.com.br \
    --cc=giulio.benetti@benettiengineering.com \
    --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 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.