From: Lars Pedersen <lapeddk@gmail.com>
To: ptxdist@pengutronix.de
Cc: Lars Pedersen <lapeddk@gmail.com>
Subject: [ptxdist] [PATCH 3/6] host-python3-pluggy: new package
Date: Tue, 29 Oct 2024 20:31:10 +0100 [thread overview]
Message-ID: <20241029193113.1076301-3-lapeddk@gmail.com> (raw)
In-Reply-To: <20241029193113.1076301-1-lapeddk@gmail.com>
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
next prev parent reply other threads:[~2024-10-29 19:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 19:31 [ptxdist] [PATCH 1/6] host-python3-calver: " Lars Pedersen
2024-10-29 19:31 ` [ptxdist] [PATCH 2/6] host-python3-trove-classifiers: " Lars Pedersen
2024-10-29 19:31 ` Lars Pedersen [this message]
2024-10-29 19:31 ` [ptxdist] [PATCH 4/6] host-python3-pathspec: " Lars Pedersen
2024-10-29 19:31 ` [ptxdist] [PATCH 5/6] host-python3-hatchling: " Lars Pedersen
2024-10-29 19:31 ` [ptxdist] [PATCH 6/6] python3-urllib3: fix compile step missing hatchling Lars Pedersen
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=20241029193113.1076301-3-lapeddk@gmail.com \
--to=lapeddk@gmail.com \
--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