mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3: add license file and hash
@ 2024-11-11 19:44 Bruno Thomsen
  2024-11-13 13:28 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Thomsen @ 2024-11-11 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen

SPDX list references to other web pages for this license:

https://spdx.org/licenses/Python-2.0.1.html

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/python3.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/python3.make b/rules/python3.make
index d39b8c642..f2aa78094 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -23,6 +23,9 @@ PYTHON3			:= Python-$(PYTHON3_VERSION)
 PYTHON3_SUFFIX		:= tar.xz
 PYTHON3_SOURCE		:= $(SRCDIR)/$(PYTHON3).$(PYTHON3_SUFFIX)
 PYTHON3_DIR		:= $(BUILDDIR)/$(PYTHON3)
+PYTHON3_LICENSE		:= Python-2.0.1
+PYTHON3_LICENSE_FILES	:= \
+	file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2
 PYTHON3_DEVPKG		:= NO
 
 PYTHON3_URL		:= \

base-commit: 3824c3233b369e9b226ae95467947382351c7f6c
-- 
2.47.0




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

end of thread, other threads:[~2024-11-13 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 19:44 [ptxdist] [PATCH] python3: add license file and hash Bruno Thomsen
2024-11-13 13:28 ` Michael Olbrich
2024-11-13 19:31   ` Bruno Thomsen

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