mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Thorsten Scherer <t.scherer@eckelmann.de>
To: ptxdist@pengutronix.de
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: [ptxdist] [PATCH] host-system-python3-xmltodict: new package
Date: Tue, 11 Nov 2025 11:52:17 +0100	[thread overview]
Message-ID: <20251111105217.38786-1-t.scherer@eckelmann.de> (raw)

Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
---
 rules/host-system-python3-xmltodict.in   |  9 +++++++
 rules/host-system-python3-xmltodict.make | 34 ++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 rules/host-system-python3-xmltodict.in
 create mode 100644 rules/host-system-python3-xmltodict.make

diff --git a/rules/host-system-python3-xmltodict.in b/rules/host-system-python3-xmltodict.in
new file mode 100644
index 000000000000..e558e4dacb9d
--- /dev/null
+++ b/rules/host-system-python3-xmltodict.in
@@ -0,0 +1,9 @@
+## SECTION=hosttools_noprompt
+
+config HOST_SYSTEM_PYTHON3_XMLTODICT
+	tristate
+	default y if ALLYES
+	select HOST_SYSTEM_PYTHON3
+	select HOST_PYTHON3_PYBUILD
+
+# vim: ft=kconfig tw=80
diff --git a/rules/host-system-python3-xmltodict.make b/rules/host-system-python3-xmltodict.make
new file mode 100644
index 000000000000..1fb75a10ed54
--- /dev/null
+++ b/rules/host-system-python3-xmltodict.make
@@ -0,0 +1,34 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2025 by Thorsten Scherer <t.scherer@eckelmann.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_SYSTEM_PYTHON3_XMLTODICT) += host-system-python3-xmltodict
+
+#
+# Paths and names
+#
+HOST_SYSTEM_PYTHON3_XMLTODICT_VERSION		:= 1.0.2
+HOST_SYSTEM_PYTHON3_XMLTODICT_MD5		:= 82d8cb5a934a057e6a8a3449b1d87cce
+HOST_SYSTEM_PYTHON3_XMLTODICT			:= xmltodict-$(HOST_SYSTEM_PYTHON3_XMLTODICT_VERSION)
+HOST_SYSTEM_PYTHON3_XMLTODICT_SUFFIX		:= tar.gz
+HOST_SYSTEM_PYTHON3_XMLTODICT_URL		:= $(call ptx/mirror-pypi, xmltodict, $(HOST_SYSTEM_PYTHON3_XMLTODICT).$(HOST_SYSTEM_PYTHON3_XMLTODICT_SUFFIX))
+HOST_SYSTEM_PYTHON3_XMLTODICT_SOURCE		:= $(SRCDIR)/$(HOST_SYSTEM_PYTHON3_XMLTODICT).$(HOST_SYSTEM_PYTHON3_XMLTODICT_SUFFIX)
+HOST_SYSTEM_PYTHON3_XMLTODICT_DIR		:= $(HOST_BUILDDIR)/$(HOST_SYSTEM_PYTHON3_XMLTODICT)
+HOST_SYSTEM_PYTHON3_XMLTODICT_LICENSE		:= MIT
+HOST_SYSTEM_PYTHON3_XMLTODICT_LICENSE_FILES	:= \
+	file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_SYSTEM_PYTHON3_XMLTODICT_CONF_TOOL	:= python3
+
+# vim: ft=make
-- 
2.51.0




                 reply	other threads:[~2025-11-11 10:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20251111105217.38786-1-t.scherer@eckelmann.de \
    --to=t.scherer@eckelmann.de \
    --cc=ptxdist@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