mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/2] python3-markupsafe: new package
Date: Mon, 21 Sep 2020 12:19:50 +0200	[thread overview]
Message-ID: <12feaecc-63d6-0bf6-1076-af9d2ed67501@pengutronix.de> (raw)
In-Reply-To: <20200917122716.22444-1-bst@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 <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

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 <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
> 


-- 
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

      parent reply	other threads:[~2020-09-21 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Bastian Krause [this message]

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=12feaecc-63d6-0bf6-1076-af9d2ed67501@pengutronix.de \
    --to=bst@pengutronix.de \
    --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