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

* [ptxdist] [PATCH 2/5] host-python3-lml: new host package
  2024-07-29 16:42 [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package Roland Hieber
@ 2024-07-29 16:42 ` 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
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 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-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




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

* [ptxdist] [PATCH 3/5] host-python3-odfpy: new host package
  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-07-29 16:42 ` 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
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 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-odfpy.in   |  6 ++++++
 rules/host-python3-odfpy.make | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 rules/host-python3-odfpy.in
 create mode 100644 rules/host-python3-odfpy.make

diff --git a/rules/host-python3-odfpy.in b/rules/host-python3-odfpy.in
new file mode 100644
index 000000000000..45a9d7b5c5cd
--- /dev/null
+++ b/rules/host-python3-odfpy.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_ODFPY
+	tristate
+	default y if ALLYES
+	select HOST_SYSTEM_PYTHON3
diff --git a/rules/host-python3-odfpy.make b/rules/host-python3-odfpy.make
new file mode 100644
index 000000000000..fb9489ead33c
--- /dev/null
+++ b/rules/host-python3-odfpy.make
@@ -0,0 +1,36 @@
+# -*-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_ODFPY) += host-python3-odfpy
+
+#
+# Paths and names
+#
+HOST_PYTHON3_ODFPY_VERSION	:= 1.4.1
+HOST_PYTHON3_ODFPY_MD5		:= d1a186ae75b2ae038a8aab1396444342
+HOST_PYTHON3_ODFPY		:= odfpy-$(HOST_PYTHON3_ODFPY_VERSION)
+HOST_PYTHON3_ODFPY_SUFFIX	:= tar.gz
+HOST_PYTHON3_ODFPY_URL		:= $(call ptx/mirror-pypi, odfpy, $(HOST_PYTHON3_ODFPY).$(HOST_PYTHON3_ODFPY_SUFFIX))
+HOST_PYTHON3_ODFPY_SOURCE	:= $(SRCDIR)/$(HOST_PYTHON3_ODFPY).$(HOST_PYTHON3_ODFPY_SUFFIX)
+HOST_PYTHON3_ODFPY_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_ODFPY)
+HOST_PYTHON3_ODFPY_LICENSE	:= GPL-2.0-or-later OR Apache-2.0
+HOST_PYTHON3_ODFPY_LICENSE_FILES	:= \
+	file://README.md;startline=44;endline=59;md5=c8daa7bfd0c10a4e41706233c6a42f25 \
+	file://APACHE-LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+	file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_ODFPY_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.39.2




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

* [ptxdist] [PATCH 4/5] host-python3-pyexcel-io: new host package
  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-07-29 16:42 ` [ptxdist] [PATCH 3/5] host-python3-odfpy: " Roland Hieber
@ 2024-07-29 16:42 ` 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] host-python3-defusedxml: " Michael Olbrich
  4 siblings, 1 reply; 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-pyexcel-io.in   |  7 ++++++
 rules/host-python3-pyexcel-io.make | 35 ++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 rules/host-python3-pyexcel-io.in
 create mode 100644 rules/host-python3-pyexcel-io.make

diff --git a/rules/host-python3-pyexcel-io.in b/rules/host-python3-pyexcel-io.in
new file mode 100644
index 000000000000..cc944b2d00d3
--- /dev/null
+++ b/rules/host-python3-pyexcel-io.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_PYEXCEL_IO
+	tristate
+	default y if ALLYES
+	select HOST_SYSTEM_PYTHON3
+	select HOST_SYSTEM_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-pyexcel-io.make b/rules/host-python3-pyexcel-io.make
new file mode 100644
index 000000000000..611e204a5de0
--- /dev/null
+++ b/rules/host-python3-pyexcel-io.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_PYEXCEL_IO) += host-python3-pyexcel-io
+
+#
+# Paths and names
+#
+HOST_PYTHON3_PYEXCEL_IO_VERSION		:= 0.6.6
+HOST_PYTHON3_PYEXCEL_IO_MD5		:= e06252a039ccee3d9d2ebd0696fbc453
+HOST_PYTHON3_PYEXCEL_IO			:= pyexcel-io-$(HOST_PYTHON3_PYEXCEL_IO_VERSION)
+HOST_PYTHON3_PYEXCEL_IO_SUFFIX		:= tar.gz
+HOST_PYTHON3_PYEXCEL_IO_URL		:= $(call ptx/mirror-pypi, pyexcel-io, $(HOST_PYTHON3_PYEXCEL_IO).$(HOST_PYTHON3_PYEXCEL_IO_SUFFIX))
+HOST_PYTHON3_PYEXCEL_IO_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PYEXCEL_IO).$(HOST_PYTHON3_PYEXCEL_IO_SUFFIX)
+HOST_PYTHON3_PYEXCEL_IO_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PYEXCEL_IO)
+HOST_PYTHON3_PYEXCEL_IO_LICENSE		:= BSD-3-Clause
+HOST_PYTHON3_PYEXCEL_IO_LICENSE_FILES	:= \
+	file://README.rst;startline=244;md5=1ba5f3aa42dab728d580a19d742471a2 \
+	file://LICENSE;md5=3508ad9ab698c16f7ffac9fda4b0aa01
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_PYEXCEL_IO_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.39.2




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

* [ptxdist] [PATCH 5/5] host-python3-pyexcel-ods: new host package
  2024-07-29 16:42 [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package Roland Hieber
                   ` (2 preceding siblings ...)
  2024-07-29 16:42 ` [ptxdist] [PATCH 4/5] host-python3-pyexcel-io: " Roland Hieber
@ 2024-07-29 16:42 ` Roland Hieber
  2024-08-05  6:50   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-08-05  6:50 ` [ptxdist] [APPLIED] host-python3-defusedxml: " Michael Olbrich
  4 siblings, 1 reply; 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-pyexcel-ods.in   |  8 +++++++
 rules/host-python3-pyexcel-ods.make | 35 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 rules/host-python3-pyexcel-ods.in
 create mode 100644 rules/host-python3-pyexcel-ods.make

diff --git a/rules/host-python3-pyexcel-ods.in b/rules/host-python3-pyexcel-ods.in
new file mode 100644
index 000000000000..ac6e2a8d1202
--- /dev/null
+++ b/rules/host-python3-pyexcel-ods.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_PYEXCEL_ODS
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3_ODFPY
+	select HOST_SYSTEM_PYTHON3
+	select HOST_SYSTEM_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-pyexcel-ods.make b/rules/host-python3-pyexcel-ods.make
new file mode 100644
index 000000000000..5895bea7b1fb
--- /dev/null
+++ b/rules/host-python3-pyexcel-ods.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_PYEXCEL_ODS) += host-python3-pyexcel-ods
+
+#
+# Paths and names
+#
+HOST_PYTHON3_PYEXCEL_ODS_VERSION	:= 0.6.0
+HOST_PYTHON3_PYEXCEL_ODS_MD5		:= bf9ebbe4ad0eb39b45e836a09dbc3c01
+HOST_PYTHON3_PYEXCEL_ODS		:= pyexcel-ods-$(HOST_PYTHON3_PYEXCEL_ODS_VERSION)
+HOST_PYTHON3_PYEXCEL_ODS_SUFFIX		:= tar.gz
+HOST_PYTHON3_PYEXCEL_ODS_URL		:= $(call ptx/mirror-pypi, pyexcel-ods, $(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX))
+HOST_PYTHON3_PYEXCEL_ODS_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX)
+HOST_PYTHON3_PYEXCEL_ODS_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PYEXCEL_ODS)
+HOST_PYTHON3_PYEXCEL_ODS_LICENSE	:= BSD-3-Clause
+HOST_PYTHON3_PYEXCEL_ODS_LICENSE_FILES	:= \
+	file://README.rst;startline=317;endline=320;md5=1ba5f3aa42dab728d580a19d742471a2 \
+	file://LICENSE;md5=03acf66140522d48eb77c81a7a02f15a
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_PYEXCEL_ODS_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] host-python3-defusedxml: new host package
  2024-07-29 16:42 [ptxdist] [PATCH 1/5] host-python3-defusedxml: new host package Roland Hieber
                   ` (3 preceding siblings ...)
  2024-07-29 16:42 ` [ptxdist] [PATCH 5/5] host-python3-pyexcel-ods: " Roland Hieber
@ 2024-08-05  6:50 ` Michael Olbrich
  4 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 79979543cf31500ea4862e5b3bdf6f6534190951.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:50:09 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20240729164238.393500-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



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

* Re: [ptxdist] [APPLIED] host-python3-lml: new host package
  2024-07-29 16:42 ` [ptxdist] [PATCH 2/5] host-python3-lml: " Roland Hieber
@ 2024-08-05  6:50   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 682bda16ab0f5b69ae72a0136f715ded601d4b5d.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:50:10 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20240729164238.393500-2-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



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

* Re: [ptxdist] [APPLIED] host-python3-odfpy: new host package
  2024-07-29 16:42 ` [ptxdist] [PATCH 3/5] host-python3-odfpy: " Roland Hieber
@ 2024-08-05  6:50   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 06603d272504eeed71bc79308ffb84a8ad86462e.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:50:11 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20240729164238.393500-3-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-odfpy.in b/rules/host-python3-odfpy.in
> new file mode 100644
> index 000000000000..45a9d7b5c5cd
> --- /dev/null
> +++ b/rules/host-python3-odfpy.in
> @@ -0,0 +1,6 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_ODFPY
> +	tristate
> +	default y if ALLYES
> +	select HOST_SYSTEM_PYTHON3
> diff --git a/rules/host-python3-odfpy.make b/rules/host-python3-odfpy.make
> new file mode 100644
> index 000000000000..fb9489ead33c
> --- /dev/null
> +++ b/rules/host-python3-odfpy.make
> @@ -0,0 +1,36 @@
> +# -*-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_ODFPY) += host-python3-odfpy
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_ODFPY_VERSION	:= 1.4.1
> +HOST_PYTHON3_ODFPY_MD5		:= d1a186ae75b2ae038a8aab1396444342
> +HOST_PYTHON3_ODFPY		:= odfpy-$(HOST_PYTHON3_ODFPY_VERSION)
> +HOST_PYTHON3_ODFPY_SUFFIX	:= tar.gz
> +HOST_PYTHON3_ODFPY_URL		:= $(call ptx/mirror-pypi, odfpy, $(HOST_PYTHON3_ODFPY).$(HOST_PYTHON3_ODFPY_SUFFIX))
> +HOST_PYTHON3_ODFPY_SOURCE	:= $(SRCDIR)/$(HOST_PYTHON3_ODFPY).$(HOST_PYTHON3_ODFPY_SUFFIX)
> +HOST_PYTHON3_ODFPY_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_ODFPY)
> +HOST_PYTHON3_ODFPY_LICENSE	:= GPL-2.0-or-later OR Apache-2.0
> +HOST_PYTHON3_ODFPY_LICENSE_FILES	:= \
> +	file://README.md;startline=44;endline=59;md5=c8daa7bfd0c10a4e41706233c6a42f25 \
> +	file://APACHE-LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
> +	file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_ODFPY_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-pyexcel-io: new host package
  2024-07-29 16:42 ` [ptxdist] [PATCH 4/5] host-python3-pyexcel-io: " Roland Hieber
@ 2024-08-05  6:50   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 8fa1ee6299304550aeb729b49bdad9fc7ec09353.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:50:11 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20240729164238.393500-4-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-pyexcel-io.in b/rules/host-python3-pyexcel-io.in
> new file mode 100644
> index 000000000000..cc944b2d00d3
> --- /dev/null
> +++ b/rules/host-python3-pyexcel-io.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_PYEXCEL_IO
> +	tristate
> +	default y if ALLYES
> +	select HOST_SYSTEM_PYTHON3
> +	select HOST_SYSTEM_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-pyexcel-io.make b/rules/host-python3-pyexcel-io.make
> new file mode 100644
> index 000000000000..611e204a5de0
> --- /dev/null
> +++ b/rules/host-python3-pyexcel-io.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_PYEXCEL_IO) += host-python3-pyexcel-io
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_PYEXCEL_IO_VERSION		:= 0.6.6
> +HOST_PYTHON3_PYEXCEL_IO_MD5		:= e06252a039ccee3d9d2ebd0696fbc453
> +HOST_PYTHON3_PYEXCEL_IO			:= pyexcel-io-$(HOST_PYTHON3_PYEXCEL_IO_VERSION)
> +HOST_PYTHON3_PYEXCEL_IO_SUFFIX		:= tar.gz
> +HOST_PYTHON3_PYEXCEL_IO_URL		:= $(call ptx/mirror-pypi, pyexcel-io, $(HOST_PYTHON3_PYEXCEL_IO).$(HOST_PYTHON3_PYEXCEL_IO_SUFFIX))
> +HOST_PYTHON3_PYEXCEL_IO_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PYEXCEL_IO).$(HOST_PYTHON3_PYEXCEL_IO_SUFFIX)
> +HOST_PYTHON3_PYEXCEL_IO_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PYEXCEL_IO)
> +HOST_PYTHON3_PYEXCEL_IO_LICENSE		:= BSD-3-Clause
> +HOST_PYTHON3_PYEXCEL_IO_LICENSE_FILES	:= \
> +	file://README.rst;startline=244;md5=1ba5f3aa42dab728d580a19d742471a2 \
> +	file://LICENSE;md5=3508ad9ab698c16f7ffac9fda4b0aa01
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_PYEXCEL_IO_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-pyexcel-ods: new host package
  2024-07-29 16:42 ` [ptxdist] [PATCH 5/5] host-python3-pyexcel-ods: " Roland Hieber
@ 2024-08-05  6:50   ` Michael Olbrich
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 2f08643275e001c5ddea36a786ea12058b26558e.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:50:12 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20240729164238.393500-5-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-pyexcel-ods.in b/rules/host-python3-pyexcel-ods.in
> new file mode 100644
> index 000000000000..ac6e2a8d1202
> --- /dev/null
> +++ b/rules/host-python3-pyexcel-ods.in
> @@ -0,0 +1,8 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_PYEXCEL_ODS
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3_ODFPY
> +	select HOST_SYSTEM_PYTHON3
> +	select HOST_SYSTEM_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-pyexcel-ods.make b/rules/host-python3-pyexcel-ods.make
> new file mode 100644
> index 000000000000..5895bea7b1fb
> --- /dev/null
> +++ b/rules/host-python3-pyexcel-ods.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_PYEXCEL_ODS) += host-python3-pyexcel-ods
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_PYEXCEL_ODS_VERSION	:= 0.6.0
> +HOST_PYTHON3_PYEXCEL_ODS_MD5		:= bf9ebbe4ad0eb39b45e836a09dbc3c01
> +HOST_PYTHON3_PYEXCEL_ODS		:= pyexcel-ods-$(HOST_PYTHON3_PYEXCEL_ODS_VERSION)
> +HOST_PYTHON3_PYEXCEL_ODS_SUFFIX		:= tar.gz
> +HOST_PYTHON3_PYEXCEL_ODS_URL		:= $(call ptx/mirror-pypi, pyexcel-ods, $(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX))
> +HOST_PYTHON3_PYEXCEL_ODS_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PYEXCEL_ODS).$(HOST_PYTHON3_PYEXCEL_ODS_SUFFIX)
> +HOST_PYTHON3_PYEXCEL_ODS_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PYEXCEL_ODS)
> +HOST_PYTHON3_PYEXCEL_ODS_LICENSE	:= BSD-3-Clause
> +HOST_PYTHON3_PYEXCEL_ODS_LICENSE_FILES	:= \
> +	file://README.rst;startline=317;endline=320;md5=1ba5f3aa42dab728d580a19d742471a2 \
> +	file://LICENSE;md5=03acf66140522d48eb77c81a7a02f15a
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_PYEXCEL_ODS_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



^ 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