mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/6] host-python3-calver: new package
@ 2024-10-29 19:31 Lars Pedersen
  2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/host-python3-calver.in   |  7 +++++++
 rules/host-python3-calver.make | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-python3-calver.in
 create mode 100644 rules/host-python3-calver.make

diff --git a/rules/host-python3-calver.in b/rules/host-python3-calver.in
new file mode 100644
index 000000000..99e1f8dbc
--- /dev/null
+++ b/rules/host-python3-calver.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_CALVER
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3
+	select HOST_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-calver.make b/rules/host-python3-calver.make
new file mode 100644
index 000000000..50bfdd897
--- /dev/null
+++ b/rules/host-python3-calver.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CALVER) += host-python3-calver
+
+#
+# Paths and names
+#
+HOST_PYTHON3_CALVER_VERSION		:= 2022.6.26
+HOST_PYTHON3_CALVER_MD5			:= e1fd924b9bf953c0b28c49bdfe117d7a
+HOST_PYTHON3_CALVER			:= calver-$(HOST_PYTHON3_CALVER_VERSION)
+HOST_PYTHON3_CALVER_SUFFIX		:= tar.gz
+HOST_PYTHON3_CALVER_URL			:= $(call ptx/mirror-pypi, calver, $(HOST_PYTHON3_CALVER).$(HOST_PYTHON3_CALVER_SUFFIX))
+HOST_PYTHON3_CALVER_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_CALVER).$(HOST_PYTHON3_CALVER_SUFFIX)
+HOST_PYTHON3_CALVER_DIR			:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_CALVER)
+HOST_PYTHON3_CALVER_LICENSE		:= Apache-2.0
+HOST_PYTHON3_CALVER_LICENSE_FILES	:= file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_CALVER_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.47.0




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

* [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: new package
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
@ 2024-10-29 19:31 ` Lars Pedersen
  2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-10-29 19:31 ` [ptxdist] [PATCH 3/6] host-python3-pluggy: " Lars Pedersen
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/host-python3-trove-classifiers.in   |  7 +++++
 rules/host-python3-trove-classifiers.make | 33 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-python3-trove-classifiers.in
 create mode 100644 rules/host-python3-trove-classifiers.make

diff --git a/rules/host-python3-trove-classifiers.in b/rules/host-python3-trove-classifiers.in
new file mode 100644
index 000000000..b1c23b749
--- /dev/null
+++ b/rules/host-python3-trove-classifiers.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_TROVE_CLASSIFIERS
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3
+	select HOST_PYTHON3_CALVER
diff --git a/rules/host-python3-trove-classifiers.make b/rules/host-python3-trove-classifiers.make
new file mode 100644
index 000000000..b8ea78fe1
--- /dev/null
+++ b/rules/host-python3-trove-classifiers.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_TROVE_CLASSIFIERS) += host-python3-trove-classifiers
+
+#
+# Paths and names
+#
+HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION		:= 2024.10.21.16
+HOST_PYTHON3_TROVE_CLASSIFIERS_MD5		:= c2820cfbb09e91d84ade85e0e65d87ae
+HOST_PYTHON3_TROVE_CLASSIFIERS			:= trove_classifiers-$(HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION)
+HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX		:= tar.gz
+HOST_PYTHON3_TROVE_CLASSIFIERS_URL		:= $(call ptx/mirror-pypi, trove-classifiers, $(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX))
+HOST_PYTHON3_TROVE_CLASSIFIERS_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX)
+HOST_PYTHON3_TROVE_CLASSIFIERS_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS)
+HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE		:= Apache-2.0
+HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE_FILES	:= file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_TROVE_CLASSIFIERS_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.47.0




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

* [ptxdist] [PATCH 3/6] host-python3-pluggy: new package
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
  2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
@ 2024-10-29 19:31 ` Lars Pedersen
  2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-10-29 19:31 ` [ptxdist] [PATCH 4/6] host-python3-pathspec: " Lars Pedersen
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/host-python3-pluggy.in   |  9 +++++++++
 rules/host-python3-pluggy.make | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 rules/host-python3-pluggy.in
 create mode 100644 rules/host-python3-pluggy.make

diff --git a/rules/host-python3-pluggy.in b/rules/host-python3-pluggy.in
new file mode 100644
index 000000000..333f49986
--- /dev/null
+++ b/rules/host-python3-pluggy.in
@@ -0,0 +1,9 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_PLUGGY
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3
+	select HOST_PYTHON3_WHEEL
+	select HOST_PYTHON3_PYBUILD
+	select HOST_PYTHON3_SETUPTOOLS_SCM
diff --git a/rules/host-python3-pluggy.make b/rules/host-python3-pluggy.make
new file mode 100644
index 000000000..bdddf4c53
--- /dev/null
+++ b/rules/host-python3-pluggy.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PLUGGY) += host-python3-pluggy
+
+#
+# Paths and names
+#
+HOST_PYTHON3_PLUGGY_VERSION		:= 1.5.0
+HOST_PYTHON3_PLUGGY_MD5		:= ac0870be78ba0ee227a5c3955efeba59
+HOST_PYTHON3_PLUGGY			:= pluggy-$(HOST_PYTHON3_PLUGGY_VERSION)
+HOST_PYTHON3_PLUGGY_SUFFIX		:= tar.gz
+HOST_PYTHON3_PLUGGY_URL		:= $(call ptx/mirror-pypi, pluggy, $(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX))
+HOST_PYTHON3_PLUGGY_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX)
+HOST_PYTHON3_PLUGGY_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PLUGGY)
+HOST_PYTHON3_PLUGGY_LICENSE		:= MIT
+HOST_PYTHON3_PLUGGY_LICENSE_FILES	:= file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_PLUGGY_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.47.0




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

* [ptxdist] [PATCH 4/6] host-python3-pathspec: new package
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
  2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
  2024-10-29 19:31 ` [ptxdist] [PATCH 3/6] host-python3-pluggy: " Lars Pedersen
@ 2024-10-29 19:31 ` Lars Pedersen
  2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-10-29 19:31 ` [ptxdist] [PATCH 5/6] host-python3-hatchling: " Lars Pedersen
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/host-python3-pathspec.in   |  7 +++++++
 rules/host-python3-pathspec.make | 33 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-python3-pathspec.in
 create mode 100644 rules/host-python3-pathspec.make

diff --git a/rules/host-python3-pathspec.in b/rules/host-python3-pathspec.in
new file mode 100644
index 000000000..b129e4299
--- /dev/null
+++ b/rules/host-python3-pathspec.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_PATHSPEC
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3
+	select HOST_PYTHON3_SETUPTOOLS
diff --git a/rules/host-python3-pathspec.make b/rules/host-python3-pathspec.make
new file mode 100644
index 000000000..5dbdcf63f
--- /dev/null
+++ b/rules/host-python3-pathspec.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PATHSPEC) += host-python3-pathspec
+
+#
+# Paths and names
+#
+HOST_PYTHON3_PATHSPEC_VERSION		:= 0.12.1
+HOST_PYTHON3_PATHSPEC_MD5		:= 2b26ad1981bfa23748e115f00085624c
+HOST_PYTHON3_PATHSPEC			:= pathspec-$(HOST_PYTHON3_PATHSPEC_VERSION)
+HOST_PYTHON3_PATHSPEC_SUFFIX		:= tar.gz
+HOST_PYTHON3_PATHSPEC_URL		:= $(call ptx/mirror-pypi, pathspec, $(HOST_PYTHON3_PATHSPEC).$(HOST_PYTHON3_PATHSPEC_SUFFIX))
+HOST_PYTHON3_PATHSPEC_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PATHSPEC).$(HOST_PYTHON3_PATHSPEC_SUFFIX)
+HOST_PYTHON3_PATHSPEC_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PATHSPEC)
+HOST_PYTHON3_PATHSPEC_LICENSE		:= MPL-2.0
+HOST_PYTHON3_PATHSPEC_LICENSE_FILES	:= file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_PATHSPEC_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.47.0




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

* [ptxdist] [PATCH 5/6] host-python3-hatchling: new package
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
                   ` (2 preceding siblings ...)
  2024-10-29 19:31 ` [ptxdist] [PATCH 4/6] host-python3-pathspec: " Lars Pedersen
@ 2024-10-29 19:31 ` Lars Pedersen
  2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-10-29 19:31 ` [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling Lars Pedersen
  2024-11-04 11:06 ` [ptxdist] [APPLIED] host-python3-calver: new package Michael Olbrich
  5 siblings, 1 reply; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/host-python3-hatchling.in   | 10 ++++++++++
 rules/host-python3-hatchling.make | 33 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 rules/host-python3-hatchling.in
 create mode 100644 rules/host-python3-hatchling.make

diff --git a/rules/host-python3-hatchling.in b/rules/host-python3-hatchling.in
new file mode 100644
index 000000000..aa8eb0579
--- /dev/null
+++ b/rules/host-python3-hatchling.in
@@ -0,0 +1,10 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_HATCHLING
+	tristate
+	default y if ALLYES
+	select HOST_PYTHON3
+	select HOST_PYTHON3_TROVE_CLASSIFIERS
+	select HOST_PYTHON3_PLUGGY
+	select HOST_PYTHON3_PATHSPEC
+	select HOST_PYTHON3_PYBUILD
diff --git a/rules/host-python3-hatchling.make b/rules/host-python3-hatchling.make
new file mode 100644
index 000000000..029136839
--- /dev/null
+++ b/rules/host-python3-hatchling.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_HATCHLING) += host-python3-hatchling
+
+#
+# Paths and names
+#
+HOST_PYTHON3_HATCHLING_VERSION		:= 1.25.0
+HOST_PYTHON3_HATCHLING_MD5		:= ac265366ccd17365db319dc95a9e5bc5
+HOST_PYTHON3_HATCHLING			:= hatchling-$(HOST_PYTHON3_HATCHLING_VERSION)
+HOST_PYTHON3_HATCHLING_SUFFIX		:= tar.gz
+HOST_PYTHON3_HATCHLING_URL		:= $(call ptx/mirror-pypi, hatchling, $(HOST_PYTHON3_HATCHLING).$(HOST_PYTHON3_HATCHLING_SUFFIX))
+HOST_PYTHON3_HATCHLING_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_HATCHLING).$(HOST_PYTHON3_HATCHLING_SUFFIX)
+HOST_PYTHON3_HATCHLING_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_HATCHLING)
+HOST_PYTHON3_HATCHLING_LICENSE		:= MIT
+HOST_PYTHON3_HATCHLING_LICENSE_FILES	:= file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_HATCHLING_CONF_TOOL	:= python3
+
+# vim: syntax=make
-- 
2.47.0




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

* [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
                   ` (3 preceding siblings ...)
  2024-10-29 19:31 ` [ptxdist] [PATCH 5/6] host-python3-hatchling: " Lars Pedersen
@ 2024-10-29 19:31 ` Lars Pedersen
  2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-11-04 11:06 ` [ptxdist] [APPLIED] host-python3-calver: new package Michael Olbrich
  5 siblings, 1 reply; 12+ messages in thread
From: Lars Pedersen @ 2024-10-29 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Fix compile missing hatchling build backend

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/python3-urllib3.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/python3-urllib3.in b/rules/python3-urllib3.in
index e97430a41..437f6ee5d 100644
--- a/rules/python3-urllib3.in
+++ b/rules/python3-urllib3.in
@@ -2,6 +2,8 @@
 
 config PYTHON3_URLLIB3
 	tristate
+	select HOST_PYTHON3_PYBUILD
+	select HOST_PYTHON3_HATCHLING
 	select PYTHON3
 	prompt "urllib3"
 	help
-- 
2.47.0




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

* Re: [ptxdist] [APPLIED] host-python3-calver: new package
  2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
                   ` (4 preceding siblings ...)
  2024-10-29 19:31 ` [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling Lars Pedersen
@ 2024-11-04 11:06 ` Michael Olbrich
  5 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as e897da1999499d6b4a0933429437f910e797943c.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:24 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-1-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-calver.in b/rules/host-python3-calver.in
> new file mode 100644
> index 000000000000..99e1f8dbc834
> --- /dev/null
> +++ b/rules/host-python3-calver.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_CALVER
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-calver.make b/rules/host-python3-calver.make
> new file mode 100644
> index 000000000000..50bfdd897848
> --- /dev/null
> +++ b/rules/host-python3-calver.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CALVER) += host-python3-calver
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_CALVER_VERSION		:= 2022.6.26
> +HOST_PYTHON3_CALVER_MD5			:= e1fd924b9bf953c0b28c49bdfe117d7a
> +HOST_PYTHON3_CALVER			:= calver-$(HOST_PYTHON3_CALVER_VERSION)
> +HOST_PYTHON3_CALVER_SUFFIX		:= tar.gz
> +HOST_PYTHON3_CALVER_URL			:= $(call ptx/mirror-pypi, calver, $(HOST_PYTHON3_CALVER).$(HOST_PYTHON3_CALVER_SUFFIX))
> +HOST_PYTHON3_CALVER_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_CALVER).$(HOST_PYTHON3_CALVER_SUFFIX)
> +HOST_PYTHON3_CALVER_DIR			:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_CALVER)
> +HOST_PYTHON3_CALVER_LICENSE		:= Apache-2.0
> +HOST_PYTHON3_CALVER_LICENSE_FILES	:= file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_CALVER_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-trove-classifiers: new package
  2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
@ 2024-11-04 11:06   ` Michael Olbrich
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as e17ad506390324a8ac16a8a02bebd79662407303.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:25 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-2-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-trove-classifiers.in b/rules/host-python3-trove-classifiers.in
> new file mode 100644
> index 000000000000..b1c23b749b89
> --- /dev/null
> +++ b/rules/host-python3-trove-classifiers.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_TROVE_CLASSIFIERS
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_CALVER
> diff --git a/rules/host-python3-trove-classifiers.make b/rules/host-python3-trove-classifiers.make
> new file mode 100644
> index 000000000000..b8ea78fe1ebe
> --- /dev/null
> +++ b/rules/host-python3-trove-classifiers.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_TROVE_CLASSIFIERS) += host-python3-trove-classifiers
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION		:= 2024.10.21.16
> +HOST_PYTHON3_TROVE_CLASSIFIERS_MD5		:= c2820cfbb09e91d84ade85e0e65d87ae
> +HOST_PYTHON3_TROVE_CLASSIFIERS			:= trove_classifiers-$(HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION)
> +HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX		:= tar.gz
> +HOST_PYTHON3_TROVE_CLASSIFIERS_URL		:= $(call ptx/mirror-pypi, trove-classifiers, $(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX))
> +HOST_PYTHON3_TROVE_CLASSIFIERS_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX)
> +HOST_PYTHON3_TROVE_CLASSIFIERS_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS)
> +HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE		:= Apache-2.0
> +HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE_FILES	:= file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_TROVE_CLASSIFIERS_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-pluggy: new package
  2024-10-29 19:31 ` [ptxdist] [PATCH 3/6] host-python3-pluggy: " Lars Pedersen
@ 2024-11-04 11:06   ` Michael Olbrich
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as ba7b838362ab012bfde094a34356daee89069d0e.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:26 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-3-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-pluggy.in b/rules/host-python3-pluggy.in
> new file mode 100644
> index 000000000000..333f49986729
> --- /dev/null
> +++ b/rules/host-python3-pluggy.in
> @@ -0,0 +1,9 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_PLUGGY
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_WHEEL
> +	select HOST_PYTHON3_PYBUILD
> +	select HOST_PYTHON3_SETUPTOOLS_SCM
> diff --git a/rules/host-python3-pluggy.make b/rules/host-python3-pluggy.make
> new file mode 100644
> index 000000000000..bdddf4c538f1
> --- /dev/null
> +++ b/rules/host-python3-pluggy.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PLUGGY) += host-python3-pluggy
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_PLUGGY_VERSION		:= 1.5.0
> +HOST_PYTHON3_PLUGGY_MD5		:= ac0870be78ba0ee227a5c3955efeba59
> +HOST_PYTHON3_PLUGGY			:= pluggy-$(HOST_PYTHON3_PLUGGY_VERSION)
> +HOST_PYTHON3_PLUGGY_SUFFIX		:= tar.gz
> +HOST_PYTHON3_PLUGGY_URL		:= $(call ptx/mirror-pypi, pluggy, $(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX))
> +HOST_PYTHON3_PLUGGY_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PLUGGY).$(HOST_PYTHON3_PLUGGY_SUFFIX)
> +HOST_PYTHON3_PLUGGY_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PLUGGY)
> +HOST_PYTHON3_PLUGGY_LICENSE		:= MIT
> +HOST_PYTHON3_PLUGGY_LICENSE_FILES	:= file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_PLUGGY_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-pathspec: new package
  2024-10-29 19:31 ` [ptxdist] [PATCH 4/6] host-python3-pathspec: " Lars Pedersen
@ 2024-11-04 11:06   ` Michael Olbrich
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as a38b9cf979bcedf21a6d7671c1e27557e5f32ba5.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:26 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-4-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-pathspec.in b/rules/host-python3-pathspec.in
> new file mode 100644
> index 000000000000..b129e4299a8c
> --- /dev/null
> +++ b/rules/host-python3-pathspec.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_PATHSPEC
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-pathspec.make b/rules/host-python3-pathspec.make
> new file mode 100644
> index 000000000000..5dbdcf63fe2b
> --- /dev/null
> +++ b/rules/host-python3-pathspec.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_PATHSPEC) += host-python3-pathspec
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_PATHSPEC_VERSION		:= 0.12.1
> +HOST_PYTHON3_PATHSPEC_MD5		:= 2b26ad1981bfa23748e115f00085624c
> +HOST_PYTHON3_PATHSPEC			:= pathspec-$(HOST_PYTHON3_PATHSPEC_VERSION)
> +HOST_PYTHON3_PATHSPEC_SUFFIX		:= tar.gz
> +HOST_PYTHON3_PATHSPEC_URL		:= $(call ptx/mirror-pypi, pathspec, $(HOST_PYTHON3_PATHSPEC).$(HOST_PYTHON3_PATHSPEC_SUFFIX))
> +HOST_PYTHON3_PATHSPEC_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_PATHSPEC).$(HOST_PYTHON3_PATHSPEC_SUFFIX)
> +HOST_PYTHON3_PATHSPEC_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_PATHSPEC)
> +HOST_PYTHON3_PATHSPEC_LICENSE		:= MPL-2.0
> +HOST_PYTHON3_PATHSPEC_LICENSE_FILES	:= file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_PATHSPEC_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] host-python3-hatchling: new package
  2024-10-29 19:31 ` [ptxdist] [PATCH 5/6] host-python3-hatchling: " Lars Pedersen
@ 2024-11-04 11:06   ` Michael Olbrich
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as e547a418b373cd8c5571fa44ce218798ce4830ef.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:27 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-5-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-python3-hatchling.in b/rules/host-python3-hatchling.in
> new file mode 100644
> index 000000000000..aa8eb0579f6a
> --- /dev/null
> +++ b/rules/host-python3-hatchling.in
> @@ -0,0 +1,10 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_HATCHLING
> +	tristate
> +	default y if ALLYES
> +	select HOST_PYTHON3
> +	select HOST_PYTHON3_TROVE_CLASSIFIERS
> +	select HOST_PYTHON3_PLUGGY
> +	select HOST_PYTHON3_PATHSPEC
> +	select HOST_PYTHON3_PYBUILD
> diff --git a/rules/host-python3-hatchling.make b/rules/host-python3-hatchling.make
> new file mode 100644
> index 000000000000..029136839aa0
> --- /dev/null
> +++ b/rules/host-python3-hatchling.make
> @@ -0,0 +1,33 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Lars Pedersen <lapeddk@gmail.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_HATCHLING) += host-python3-hatchling
> +
> +#
> +# Paths and names
> +#
> +HOST_PYTHON3_HATCHLING_VERSION		:= 1.25.0
> +HOST_PYTHON3_HATCHLING_MD5		:= ac265366ccd17365db319dc95a9e5bc5
> +HOST_PYTHON3_HATCHLING			:= hatchling-$(HOST_PYTHON3_HATCHLING_VERSION)
> +HOST_PYTHON3_HATCHLING_SUFFIX		:= tar.gz
> +HOST_PYTHON3_HATCHLING_URL		:= $(call ptx/mirror-pypi, hatchling, $(HOST_PYTHON3_HATCHLING).$(HOST_PYTHON3_HATCHLING_SUFFIX))
> +HOST_PYTHON3_HATCHLING_SOURCE		:= $(SRCDIR)/$(HOST_PYTHON3_HATCHLING).$(HOST_PYTHON3_HATCHLING_SUFFIX)
> +HOST_PYTHON3_HATCHLING_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON3_HATCHLING)
> +HOST_PYTHON3_HATCHLING_LICENSE		:= MIT
> +HOST_PYTHON3_HATCHLING_LICENSE_FILES	:= file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_PYTHON3_HATCHLING_CONF_TOOL	:= python3
> +
> +# vim: syntax=make



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

* Re: [ptxdist] [APPLIED] python3-urllib3: fix compile step missing hatchling
  2024-10-29 19:31 ` [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling Lars Pedersen
@ 2024-11-04 11:06   ` Michael Olbrich
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Olbrich @ 2024-11-04 11:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Thanks, applied as 860d21326721403115553e87ada1f77667fd9e3d.

Michael

[sent from post-receive hook]

On Mon, 04 Nov 2024 12:06:28 +0100, Lars Pedersen <lapeddk@gmail.com> wrote:
> Fix compile missing hatchling build backend
> 
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20241029193113.1076301-6-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-urllib3.in b/rules/python3-urllib3.in
> index e97430a41c48..437f6ee5d00b 100644
> --- a/rules/python3-urllib3.in
> +++ b/rules/python3-urllib3.in
> @@ -2,6 +2,8 @@
>  
>  config PYTHON3_URLLIB3
>  	tristate
> +	select HOST_PYTHON3_PYBUILD
> +	select HOST_PYTHON3_HATCHLING
>  	select PYTHON3
>  	prompt "urllib3"
>  	help



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

end of thread, other threads:[~2024-11-04 11:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: new package Lars Pedersen
2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-10-29 19:31 ` [ptxdist] [PATCH 3/6] host-python3-pluggy: " Lars Pedersen
2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-10-29 19:31 ` [ptxdist] [PATCH 4/6] host-python3-pathspec: " Lars Pedersen
2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-10-29 19:31 ` [ptxdist] [PATCH 5/6] host-python3-hatchling: " Lars Pedersen
2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-10-29 19:31 ` [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling Lars Pedersen
2024-11-04 11:06   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-11-04 11:06 ` [ptxdist] [APPLIED] host-python3-calver: new package Michael Olbrich

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