Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: KAMenyaev@sberdevices.ru
Cc: Zoltan Gyarmati <zgyarmati@zgyarmati.de>,
	sdfw_system_team@sberdevices.ru,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/python-iniparse: add host-python-iniparse
Date: Mon, 6 Feb 2023 11:56:49 +0100	[thread overview]
Message-ID: <20230206105649.GA3565@scaer> (raw)
In-Reply-To: <20220920232154.1219792-1-KAMenyaev@sberdevices.ru>

Konstantin, All,

On 2022-09-21 02:21 +0300, KAMenyaev@sberdevices.ru spake thusly:
> From: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> 
> Make the host variant of python-iniparse
> as host-crudini dependency.

I added a note why we need a Config.in.host entry (usually, for libs, we
do not add one, but here we must slect pythn-six, which has one).

> Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> ---
[--SNIP--]
> diff --git a/package/Config.in.host b/package/Config.in.host
> index f437ef680c..fb805577d1 100644
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -72,6 +72,7 @@ menu "Host utilities"
>  	source "package/pkgconf/Config.in.host"
>  	source "package/pru-software-support/Config.in.host"
>  	source "package/pwgen/Config.in.host"
> +	source "package/python-iniparse/Config.in.host

I reordered this in alphabetical order.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  	source "package/python-cython/Config.in.host"
>  	source "package/python-greenlet/Config.in.host"
>  	source "package/python-kflash/Config.in.host"
> diff --git a/package/python-iniparse/Config.in.host b/package/python-iniparse/Config.in.host
> new file mode 100644
> index 0000000000..e93022e815
> --- /dev/null
> +++ b/package/python-iniparse/Config.in.host
> @@ -0,0 +1,11 @@
> +config BR2_PACKAGE_HOST_PYTHON_INIPARSE
> +	bool "host python-iniparse"
> +	select BR2_PACKAGE_HOST_PYTHON_SIX # runtime
> +	help
> +	  iniparse is an INI parser for Python which is API compatible
> +	  with the standard library's ConfigParser, preserves
> +	  structure of INI files (order of sections & options,
> +	  indentation, comments, and blank lines are preserved when
> +	  data is updated), and is more convenient to use.
> +
> +	  https://pypi.python.org/pypi/iniparse
> diff --git a/package/python-iniparse/python-iniparse.mk b/package/python-iniparse/python-iniparse.mk
> index d31a490bd8..e76987d1e9 100644
> --- a/package/python-iniparse/python-iniparse.mk
> +++ b/package/python-iniparse/python-iniparse.mk
> @@ -12,3 +12,4 @@ PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
>  PYTHON_INIPARSE_SETUP_TYPE = setuptools
>  
>  $(eval $(python-package))
> +$(eval $(host-python-package))
> -- 
> 2.37.3
> 
> _______________________________________________
> 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

      parent reply	other threads:[~2023-02-06 10:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 23:21 [Buildroot] [PATCH 1/2] package/python-iniparse: add host-python-iniparse KAMenyaev
2022-09-20 23:21 ` [Buildroot] [PATCH 2/2] package/crudini: add host-crudini Konstantin Menyaev via buildroot
2023-02-06 10:09   ` Heiko Thiery
2023-02-06 11:01   ` Yann E. MORIN
2023-02-06 10:12 ` [Buildroot] [PATCH 1/2] package/python-iniparse: add host-python-iniparse Heiko Thiery
2023-02-06 11:32   ` James Hilliard
2023-02-06 11:38     ` Yann E. MORIN
2023-02-06 10:56 ` 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=20230206105649.GA3565@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=KAMenyaev@sberdevices.ru \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=sdfw_system_team@sberdevices.ru \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=zgyarmati@zgyarmati.de \
    /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