Signed-off-by: Roland Hieber <[email protected]> --- rules/host-python3-markupsafe.in | 7 +++++++ rules/host-python3-markupsafe.make | 23 +++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 rules/host-python3-markupsafe.in create mode 100644 rules/host-python3-markupsafe.make
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 -- 2.39.2
