mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package
@ 2024-07-29 16:42 Roland Hieber
  2024-07-29 16:42 ` [ptxdist] [PATCH 2/5] host-python3-lml: " Roland Hieber
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Roland Hieber @ 2024-07-29 16:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-05  7:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 16:42 [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package Roland Hieber
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox