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

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