mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] python3-markupsafe: new package
@ 2020-09-17 12:27 Bastian Krause
  2020-09-17 12:27 ` [ptxdist] [PATCH 2/2] python3-jinja2: " Bastian Krause
  2020-09-21 10:19 ` [ptxdist] [PATCH 1/2] python3-markupsafe: " Bastian Krause
  0 siblings, 2 replies; 3+ messages in thread
From: Bastian Krause @ 2020-09-17 12:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

python3-jinja (which will be introduced in a later commit) requires
this.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/python3-markupsafe.in   |  8 ++++++
 rules/python3-markupsafe.make | 52 +++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 rules/python3-markupsafe.in
 create mode 100644 rules/python3-markupsafe.make

diff --git a/rules/python3-markupsafe.in b/rules/python3-markupsafe.in
new file mode 100644
index 000000000..7425a73a8
--- /dev/null
+++ b/rules/python3-markupsafe.in
@@ -0,0 +1,8 @@
+## SECTION=python3
+
+config PYTHON3_MARKUPSAFE
+	tristate
+	select PYTHON3
+	prompt "markupsafe"
+	help
+	  Safely add untrusted strings to HTML/XML markup.
diff --git a/rules/python3-markupsafe.make b/rules/python3-markupsafe.make
new file mode 100644
index 000000000..401b99b9e
--- /dev/null
+++ b/rules/python3-markupsafe.make
@@ -0,0 +1,52 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Bastian Krause <bst@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_PYTHON3_MARKUPSAFE) += python3-markupsafe
+
+#
+# Paths and names
+#
+PYTHON3_MARKUPSAFE_VERSION	:= 1.1.1
+PYTHON3_MARKUPSAFE_MD5		:= 43fd756864fe42063068e092e220c57b
+PYTHON3_MARKUPSAFE		:= MarkupSafe-$(PYTHON3_MARKUPSAFE_VERSION)
+PYTHON3_MARKUPSAFE_SUFFIX	:= tar.gz
+PYTHON3_MARKUPSAFE_URL		:= https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/$(PYTHON3_MARKUPSAFE).$(PYTHON3_MARKUPSAFE_SUFFIX)
+PYTHON3_MARKUPSAFE_SOURCE	:= $(SRCDIR)/$(PYTHON3_MARKUPSAFE).$(PYTHON3_MARKUPSAFE_SUFFIX)
+PYTHON3_MARKUPSAFE_DIR		:= $(BUILDDIR)/$(PYTHON3_MARKUPSAFE)
+PYTHON3_MARKUPSAFE_LICENSE	:= BSD-3-Clause
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+PYTHON3_MARKUPSAFE_CONF_TOOL	:= python3
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/python3-markupsafe.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, python3-markupsafe)
+	@$(call install_fixup, python3-markupsafe, PRIORITY, optional)
+	@$(call install_fixup, python3-markupsafe, SECTION, base)
+	@$(call install_fixup, python3-markupsafe, AUTHOR, "Bastian Krause <bst@pengutronix.de>")
+	@$(call install_fixup, python3-markupsafe, DESCRIPTION, missing)
+
+	@$(call install_glob, python3-markupsafe, 0, 0, -, \
+		$(PYTHON3_SITEPACKAGES),, *.py)
+
+	@$(call install_finish, python3-markupsafe)
+
+	@$(call touch)
+
+# vim: syntax=make
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2020-09-21 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 12:27 [ptxdist] [PATCH 1/2] python3-markupsafe: new package Bastian Krause
2020-09-17 12:27 ` [ptxdist] [PATCH 2/2] python3-jinja2: " Bastian Krause
2020-09-21 10:19 ` [ptxdist] [PATCH 1/2] python3-markupsafe: " Bastian Krause

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