From: Arnout Vandecappelle via buildroot <buildroot@buildroot.org>
To: James Hilliard <james.hilliard1@gmail.com>, buildroot@buildroot.org
Cc: "Louis Aussedat" <aussedat.louis@gmail.com>,
"Gustavo Heinz" <gustavo@gsthnz.com>,
"Raphaël Mélotte" <raphael.melotte@mind.be>,
"Jugurtha BELKALEM" <jugurtha.belkalem@smile.fr>,
"Gwenhael Goavec-Merou" <gwenhael.goavec-merou@trabucayre.com>,
"Asaf Kahlon" <asafka7@gmail.com>,
"Wojciech M . Zabolotny" <wzab01@gmail.com>,
"Joris Offouga" <offougajoris@gmail.com>,
"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
"Marcin Niestroj" <m.niestroj@grinn-global.com>,
"Attila Wagner" <attila.wagner@onyxinsight.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Lionel Flandrin" <lionel@svkt.org>,
"Giulio Benetti" <giulio.benetti@benettiengineering.com>,
"Mauro Condarelli" <mc5686@mclink.it>,
"Christian Kellermann" <christian.kellermann@solectrix.de>
Subject: Re: [Buildroot] [PATCH v9 01/18] package/python-canopen: add setuptools-scm build dependency
Date: Mon, 1 Apr 2024 22:12:25 +0200 [thread overview]
Message-ID: <3a0ae1fd-5460-4bd5-ae53-e2e753c50502@mind.be> (raw)
In-Reply-To: <20240331004133.636618-1-james.hilliard1@gmail.com>
On 31/03/2024 01:41, James Hilliard wrote:
> The host-python-setuptools-scm dependency needs to be added
> prior to migrating setuptools to pep517 as this dependency
> is listed as a build requirement in the pyproject.toml.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied series to master, thanks, with a few changes as indicated in
individual replies.
Regards,
Arnout
> ---
> package/python-canopen/python-canopen.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python-canopen/python-canopen.mk b/package/python-canopen/python-canopen.mk
> index 963c4ab801..09ec595ec6 100644
> --- a/package/python-canopen/python-canopen.mk
> +++ b/package/python-canopen/python-canopen.mk
> @@ -10,5 +10,6 @@ PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/49/55/67e555f6f4ea
> PYTHON_CANOPEN_SETUP_TYPE = setuptools
> PYTHON_CANOPEN_LICENSE = MIT
> PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
> +PYTHON_CANOPEN_DEPENDENCIES = host-python-setuptools-scm
>
> $(eval $(python-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-04-02 7:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-31 0:41 [Buildroot] [PATCH v9 01/18] package/python-canopen: add setuptools-scm build dependency James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 02/18] package/python-dbus-fast: migrate to poetry core pep517 build backend James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 03/18] package/python-dnspython: " James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 04/18] package/python-flask-babel: " James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 05/18] package/python-flask-wtf: migrate to hatching " James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 06/18] package/python-expandvars: new host package James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 07/18] package/python-frozenlist: migrate to in-tree pep517 build backend James Hilliard
2024-04-01 18:54 ` Arnout Vandecappelle via buildroot
2024-03-31 0:41 ` [Buildroot] [PATCH v9 08/18] package/python-humanize: add setuptools-scm build dependency James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 09/18] package/python-iso8601: migrate to poetry core pep517 build backend James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 10/18] package/python-cppy: add setuptools-scm build dependency James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 11/18] package/python-pylibftdi: migrate to poetry core pep517 build backend James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 12/18] package/python-sip: add missing setuptools dependency James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 13/18] package/python-rsa: migrate to poetry core pep517 build backend James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 14/18] package/python-sh: " James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 15/18] package/python-simplelogging: " James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 16/18] package/python-pyzmq: add cython for python-pyzmq James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 17/18] package/python-setuptools: bump to version 69.2.0 James Hilliard
2024-03-31 0:41 ` [Buildroot] [PATCH v9 18/18] package/pkg-python.mk: migrate setuptools to pep517 James Hilliard
2024-04-01 20:11 ` Arnout Vandecappelle via buildroot
2024-04-01 20:32 ` James Hilliard
2024-04-01 20:12 ` Arnout Vandecappelle via buildroot [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=3a0ae1fd-5460-4bd5-ae53-e2e753c50502@mind.be \
--to=buildroot@buildroot.org \
--cc=angelo.compagnucci@gmail.com \
--cc=arnout@mind.be \
--cc=asafka7@gmail.com \
--cc=attila.wagner@onyxinsight.com \
--cc=aussedat.louis@gmail.com \
--cc=christian.kellermann@solectrix.de \
--cc=giulio.benetti@benettiengineering.com \
--cc=gustavo@gsthnz.com \
--cc=gwenhael.goavec-merou@trabucayre.com \
--cc=james.hilliard1@gmail.com \
--cc=jugurtha.belkalem@smile.fr \
--cc=lionel@svkt.org \
--cc=m.niestroj@grinn-global.com \
--cc=mc5686@mclink.it \
--cc=offougajoris@gmail.com \
--cc=raphael.melotte@mind.be \
--cc=thomas.petazzoni@bootlin.com \
--cc=wzab01@gmail.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.