From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[127.0.0.1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1kKIvG-0005R6-FJ for ptxdist@pengutronix.de; Mon, 21 Sep 2020 12:19:50 +0200 References: <20200917122716.22444-1-bst@pengutronix.de> From: Bastian Krause Message-ID: <12feaecc-63d6-0bf6-1076-af9d2ed67501@pengutronix.de> Date: Mon, 21 Sep 2020 12:19:50 +0200 MIME-Version: 1.0 In-Reply-To: <20200917122716.22444-1-bst@pengutronix.de> Content-Language: en-US Subject: Re: [ptxdist] [PATCH 1/2] python3-markupsafe: new package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On 9/17/20 2:27 PM, Bastian Krause wrote: > python3-jinja (which will be introduced in a later commit) requires > this. > > Signed-off-by: Bastian Krause > --- > 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 Please drop this series, I'll send a series including the pypi mirror macro. Regards, Bastian > > 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 > +# > +# 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 ") > + @$(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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de