Thanks, applied as 34caae34d88e303c7797476769e9ddcb2906d91c.

Michael

[sent from post-receive hook]

On Sat, 15 Jun 2024 16:58:57 +0200, Roland Hieber <[email protected]> wrote:
> Signed-off-by: Roland Hieber <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-python3-markupsafe.in 
> b/rules/host-python3-markupsafe.in
> new file mode 100644
> index 000000000000..dd24172879fe
> --- /dev/null
> +++ b/rules/host-python3-markupsafe.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_MARKUPSAFE
> +     tristate
> +     default y if ALLYES
> +     select HOST_PYTHON3
> +     select HOST_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-markupsafe.make 
> b/rules/host-python3-markupsafe.make
> new file mode 100644
> index 000000000000..067b1d2c0799
> --- /dev/null
> +++ b/rules/host-python3-markupsafe.make
> @@ -0,0 +1,23 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Roland Hieber <[email protected]>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_MARKUPSAFE) += host-python3-markupsafe
> +
> +# 
> ----------------------------------------------------------------------------
> +# Prepare
> +# 
> ----------------------------------------------------------------------------
> +
> +#
> +# python3
> +#
> +HOST_PYTHON3_MARKUPSAFE_CONF_TOOL    := python3
> +
> +# vim: syntax=make

Reply via email to