Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type
@ 2024-11-05 16:43 James Hilliard
  2024-11-06 20:18 ` Fiona Klute via buildroot
  2024-11-06 22:26 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2024-11-05 16:43 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fiona Klute, Asaf Kahlon

Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 .../python-poetry-dynamic-versioning.mk                       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk b/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
index 31567380ef..e159e80324 100644
--- a/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
+++ b/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
@@ -7,10 +7,10 @@
 PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION = 1.4.1
 PYTHON_POETRY_DYNAMIC_VERSIONING_SOURCE = poetry_dynamic_versioning-$(PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION).tar.gz
 PYTHON_POETRY_DYNAMIC_VERSIONING_SITE = https://files.pythonhosted.org/packages/dd/70/1138211a6e5051d28596922ed39acf20b42819db5ae1f93e465b9a903c28
-PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = pep517
+PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = poetry
 PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE = MIT
 PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE_FILES = LICENSE
-HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = host-python-poetry-core \
+HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = \
 	host-python-dunamai \
 	host-python-jinja2 \
 	host-python-tomlkit
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type
  2024-11-05 16:43 [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type James Hilliard
@ 2024-11-06 20:18 ` Fiona Klute via buildroot
  2024-11-06 22:26 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Fiona Klute via buildroot @ 2024-11-06 20:18 UTC (permalink / raw)
  To: James Hilliard, buildroot; +Cc: Asaf Kahlon

Am 05.11.24 um 17:43 schrieb James Hilliard:
> Use the new poetry setup type which automatically pulls in the
> host-python-poetry-core dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Tested-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Reviewed-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>

Thank you!

> ---
>   .../python-poetry-dynamic-versioning.mk                       | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk b/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
> index 31567380ef..e159e80324 100644
> --- a/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
> +++ b/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
> @@ -7,10 +7,10 @@
>   PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION = 1.4.1
>   PYTHON_POETRY_DYNAMIC_VERSIONING_SOURCE = poetry_dynamic_versioning-$(PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION).tar.gz
>   PYTHON_POETRY_DYNAMIC_VERSIONING_SITE = https://files.pythonhosted.org/packages/dd/70/1138211a6e5051d28596922ed39acf20b42819db5ae1f93e465b9a903c28
> -PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = pep517
> +PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = poetry
>   PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE = MIT
>   PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE_FILES = LICENSE
> -HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = host-python-poetry-core \
> +HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = \
>   	host-python-dunamai \
>   	host-python-jinja2 \
>   	host-python-tomlkit

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type
  2024-11-05 16:43 [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type James Hilliard
  2024-11-06 20:18 ` Fiona Klute via buildroot
@ 2024-11-06 22:26 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-06 22:26 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot, Fiona Klute, Asaf Kahlon

On Tue,  5 Nov 2024 09:43:50 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Use the new poetry setup type which automatically pulls in the
> host-python-poetry-core dependency.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  .../python-poetry-dynamic-versioning.mk                       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-11-06 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 16:43 [Buildroot] [PATCH 1/1] package/python-poetry-dynamic-versioning: use poetry setup type James Hilliard
2024-11-06 20:18 ` Fiona Klute via buildroot
2024-11-06 22:26 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox