mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>, ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 08/13] host-python3-tomlkit: add new host package
Date: Fri, 31 May 2024 20:32:01 +0200	[thread overview]
Message-ID: <ZloXocd07ahANqkb@pengutronix.de> (raw)
In-Reply-To: <20240524095706.2206475-9-rhi@pengutronix.de>

On Fri, May 24, 2024 at 11:57:01AM +0200, Roland Hieber wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>

Same here, fails with:

ModuleNotFoundError: No module named 'poetry'

ERROR Backend 'poetry.core.masonry.api' is not available.

Michael

> ---
>  rules/host-python3-tomlkit.in   |  8 ++++++++
>  rules/host-python3-tomlkit.make | 35 +++++++++++++++++++++++++++++++++
>  2 files changed, 43 insertions(+)
>  create mode 100644 rules/host-python3-tomlkit.in
>  create mode 100644 rules/host-python3-tomlkit.make
> 
> diff --git a/rules/host-python3-tomlkit.in b/rules/host-python3-tomlkit.in
> new file mode 100644
> index 000000000000..680d3978484a
> --- /dev/null
> +++ b/rules/host-python3-tomlkit.in
> @@ -0,0 +1,8 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_TOMLKIT
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_PYBUILD
> +	select HOST_PYTHON3_INSTALLER
> diff --git a/rules/host-python3-tomlkit.make b/rules/host-python3-tomlkit.make
> new file mode 100644
> index 000000000000..d09752d9911f
> --- /dev/null
> +++ b/rules/host-python3-tomlkit.make
> @@ -0,0 +1,35 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Roland Hieber <rhi@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_TOMLKIT) += host-python3-tomlkit
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_TOMLKIT_VERSION		:= 0.12.5
> +HOST_PYTHON3_TOMLKIT_MD5		:= d80337406fdca101c12adff115983f31
> +HOST_PYTHON3_TOMLKIT			:= tomlkit-$(HOST_PYTHON3_TOMLKIT_VERSION)
> +HOST_PYTHON3_TOMLKIT_SUFFIX		:= tar.gz
> +HOST_PYTHON3_TOMLKIT_URL		:= $(call ptx/mirror-pypi, tomlkit, $(HOST_PYTHON3_TOMLKIT).$(HOST_PYTHON3_TOMLKIT_SUFFIX))
> +HOST_PYTHON3_TOMLKIT_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_TOMLKIT).$(HOST_PYTHON3_TOMLKIT_SUFFIX)
> +HOST_PYTHON3_TOMLKIT_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_TOMLKIT)
> +HOST_PYTHON3_TOMLKIT_LICENSE		:= MIT
> +HOST_PYTHON3_TOMLKIT_LICENSE_FILES	:= \
> +	file://PKG-INFO;startline=6;endline=8;md5=93de1ab1482b195e9522a07e75c2759e \
> +	file://LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_TOMLKIT_CONF_TOOL	:= python3
> +
> +# vim: syntax=make
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2024-05-31 18:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-24  9:56 [ptxdist] [PATCH v2 00/13] nanopb, at-spi2-core, and some python3 packages Roland Hieber
2024-05-24  9:56 ` [ptxdist] [PATCH v2 01/13] atk: rename to at-spi2-core; version bump 2.38.0 -> 2.52.0 Roland Hieber
2024-05-24  9:56 ` [ptxdist] [PATCH v2 02/13] nanopb: new package: tiny protobuf implementation Roland Hieber
2024-05-24  9:56 ` [ptxdist] [PATCH v2 03/13] paho-mqtt-cpp: version bump 1.0.1 -> 1.2.0 Roland Hieber
2024-05-24  9:56 ` [ptxdist] [PATCH v2 04/13] python3-jinja2: pin down license files Roland Hieber
2024-05-24  9:56 ` [ptxdist] [PATCH v2 05/13] host-python3-markupsafe: add host package Roland Hieber
2024-05-31 18:30   ` Michael Olbrich
2024-05-24  9:56 ` [ptxdist] [PATCH v2 06/13] host-python3-jinja2: " Roland Hieber
2024-05-24  9:57 ` [ptxdist] [PATCH v2 07/13] host-python3-dunamai: add new " Roland Hieber
2024-05-31 18:30   ` Michael Olbrich
2024-05-24  9:57 ` [ptxdist] [PATCH v2 08/13] host-python3-tomlkit: " Roland Hieber
2024-05-31 18:32   ` Michael Olbrich [this message]
2024-05-24  9:57 ` [ptxdist] [PATCH v2 09/13] host-python3-poetry-core: " Roland Hieber
2024-05-24  9:57 ` [ptxdist] [PATCH v2 10/13] host-python3-poetry-dynamic-versioning: " Roland Hieber
2024-05-24  9:57 ` [ptxdist] [PATCH v2 11/13] python3-aiomqtt: new package Roland Hieber
2024-05-24  9:57 ` [ptxdist] [PATCH v2 12/13] python3-periphery: " Roland Hieber
2024-05-24  9:57 ` [ptxdist] [PATCH v2 13/13] python3-protobuf: " Roland Hieber

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=ZloXocd07ahANqkb@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.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