mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package
Date: Mon, 29 Jul 2024 18:42:34 +0200	[thread overview]
Message-ID: <20240729164238.393500-1-rhi@pengutronix.de> (raw)

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/host-python3-defusedxml.in   |  7 ++++++
 rules/host-python3-defusedxml.make | 38 ++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 rules/host-python3-defusedxml.in
 create mode 100644 rules/host-python3-defusedxml.make

diff --git a/rules/host-python3-defusedxml.in b/rules/host-python3-defusedxml.in
new file mode 100644
index 000000000000..cba132b03379
--- /dev/null
+++ b/rules/host-python3-defusedxml.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_DEFUSEDXML
+	tristate
+	default y if ALLYES
+	select HOST_SYSTEM_PYTHON3
+
diff --git a/rules/host-python3-defusedxml.make b/rules/host-python3-defusedxml.make
new file mode 100644
index 000000000000..606ddf6add91
--- /dev/null
+++ b/rules/host-python3-defusedxml.make
@@ -0,0 +1,38 @@
+# -*-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_DEFUSEDXML) += host-python3-defusedxml
+
+#
+# Paths and names
+#
+HOST_PYTHON3_DEFUSEDXML_VERSION	:= 0.7.1
+HOST_PYTHON3_DEFUSEDXML_MD5	:= a50e7f21aa60a741efe6b1b658dfb3f8
+HOST_PYTHON3_DEFUSEDXML		:= defusedxml-$(HOST_PYTHON3_DEFUSEDXML_VERSION)
+HOST_PYTHON3_DEFUSEDXML_SUFFIX	:= tar.gz
+HOST_PYTHON3_DEFUSEDXML_URL	:= $(call ptx/mirror-pypi, defusedxml, $(HOST_PYTHON3_DEFUSEDXML).$(HOST_PYTHON3_DEFUSEDXML_SUFFIX))
+HOST_PYTHON3_DEFUSEDXML_SOURCE	:= $(SRCDIR)/$(HOST_PYTHON3_DEFUSEDXML).$(HOST_PYTHON3_DEFUSEDXML_SUFFIX)
+HOST_PYTHON3_DEFUSEDXML_DIR	:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_DEFUSEDXML)
+HOST_PYTHON3_DEFUSEDXML_LICENSE	:= PSF-2.0
+HOST_PYTHON3_DEFUSEDXML_LICENSE_FILES	:= \
+	file://LICENSE;md5=056fea6a4b395a24d0d278bf5c80249e \
+	file://README.txt;startline=744;endline=751;md5=1dd9120c8d54c15916a5b246f5797f40
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# python3
+#
+HOST_PYTHON3_DEFUSEDXML_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.39.2




             reply	other threads:[~2024-07-29 16:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29 16:42 Roland Hieber [this message]
2024-07-29 16:42 ` [ptxdist] [PATCH 2/5] host-python3-lml: " Roland Hieber
2024-08-05  6:50   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-07-29 16:42 ` [ptxdist] [PATCH 3/5] host-python3-odfpy: " Roland Hieber
2024-08-05  6:50   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-07-29 16:42 ` [ptxdist] [PATCH 4/5] host-python3-pyexcel-io: " Roland Hieber
2024-08-05  6:50   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-07-29 16:42 ` [ptxdist] [PATCH 5/5] host-python3-pyexcel-ods: " Roland Hieber
2024-08-05  6:50   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-08-05  6:50 ` [ptxdist] [APPLIED] host-python3-defusedxml: " Michael Olbrich

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=20240729164238.393500-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.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