From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 2/5] host-python3-lml: new host package
Date: Mon, 29 Jul 2024 18:42:35 +0200 [thread overview]
Message-ID: <20240729164238.393500-2-rhi@pengutronix.de> (raw)
In-Reply-To: <20240729164238.393500-1-rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/host-python3-lml.in | 8 ++++++++
rules/host-python3-lml.make | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 rules/host-python3-lml.in
create mode 100644 rules/host-python3-lml.make
diff --git a/rules/host-python3-lml.in b/rules/host-python3-lml.in
new file mode 100644
index 000000000000..1ba2fca2fb59
--- /dev/null
+++ b/rules/host-python3-lml.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_LML
+ tristate
+ default y if ALLYES
+ select HOST_PYTHON3_DEFUSEDXML
+ select HOST_SYSTEM_PYTHON3
+ select HOST_SYSTEM_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-lml.make b/rules/host-python3-lml.make
new file mode 100644
index 000000000000..43658e7d5ed5
--- /dev/null
+++ b/rules/host-python3-lml.make
@@ -0,0 +1,35 @@
+# -*-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
+#
+PACKAGES-$(PTXCONF_HOST_PYTHON3_LML) += host-python3-lml
+
+#
+# Paths and names
+#
+HOST_PYTHON3_LML_VERSION := 0.1.0
+HOST_PYTHON3_LML_MD5 := df74fb9e2298f416d3364d382912a7d3
+HOST_PYTHON3_LML := lml-$(HOST_PYTHON3_LML_VERSION)
+HOST_PYTHON3_LML_SUFFIX := tar.gz
+HOST_PYTHON3_LML_URL := $(call ptx/mirror-pypi, lml, $(HOST_PYTHON3_LML).$(HOST_PYTHON3_LML_SUFFIX))
+HOST_PYTHON3_LML_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_LML).$(HOST_PYTHON3_LML_SUFFIX)
+HOST_PYTHON3_LML_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_LML)
+HOST_PYTHON3_LML_LICENSE := BSD-3-Clause
+HOST_PYTHON3_LML_LICENSE_FILES := \
+ file://LICENSE;md5=d198151b332e43a8c14f362d29fbcce3 \
+ file://README.rst;startline=119;md5=f740ef1e2236d5b27ed6a0498d939e75
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_LML_CONF_TOOL := python3
+
+# vim: syntax=make
--
2.39.2
next prev parent 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 [ptxdist] [PATCH 1/5] host-python3-defusedxml: " Roland Hieber
2024-07-29 16:42 ` Roland Hieber [this message]
2024-08-05 6:50 ` [ptxdist] [APPLIED] host-python3-lml: " 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-2-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