From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 06 May 2022 09:35:42 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nmsV4-003UXq-AF for lore@lore.pengutronix.de; Fri, 06 May 2022 09:35:42 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nmsV3-0007rp-Gb; Fri, 06 May 2022 09:35:41 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmsUn-0007rN-Ee; Fri, 06 May 2022 09:35:25 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nmsUo-000fA3-2K; Fri, 06 May 2022 09:35:24 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nmsUl-004nS2-T6; Fri, 06 May 2022 09:35:23 +0200 Date: Fri, 6 May 2022 09:35:23 +0200 From: Michael Olbrich To: David Jander Message-ID: Mail-Followup-To: David Jander , ptxdist@pengutronix.de, Robin van der Gracht References: <20220503123803.1439644-1-david@protonic.nl> <20220503123803.1439644-3-david@protonic.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220503123803.1439644-3-david@protonic.nl> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH V2 2/2] host-python3-babel: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Robin van der Gracht , ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, May 03, 2022 at 02:38:03PM +0200, David Jander wrote: > Signed-off-by: Robin van der Gracht > Signed-off-by: David Jander > --- > rules/host-python3-babel.in | 8 ++++ > rules/host-python3-babel.make | 72 +++++++++++++++++++++++++++++++++++ > 2 files changed, 80 insertions(+) > create mode 100644 rules/host-python3-babel.in > create mode 100644 rules/host-python3-babel.make > > diff --git a/rules/host-python3-babel.in b/rules/host-python3-babel.in > new file mode 100644 > index 000000000..82a398cf4 > --- /dev/null > +++ b/rules/host-python3-babel.in > @@ -0,0 +1,8 @@ > +## SECTION=hosttools_noprompt > + > +config HOST_PYTHON3_BABEL > + tristate > + default y if ALLYES > + select HOST_PYTHON3 > + select HOST_PYTHON3_TZ > + select HOST_PYTHON3_SETUPTOOLS > diff --git a/rules/host-python3-babel.make b/rules/host-python3-babel.make > new file mode 100644 > index 000000000..a864af839 > --- /dev/null > +++ b/rules/host-python3-babel.make > @@ -0,0 +1,72 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2019 by Robin van der Gracht > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_BABEL) += host-python3-babel > + > +# > +# Paths and names > +# > +HOST_PYTHON3_BABEL_VERSION := v2.10.1 > +HOST_PYTHON3_BABEL_MD5 := 9483ad57043776324459e7f000aec7f0 > +HOST_PYTHON3_BABEL := babel-$(HOST_PYTHON3_BABEL_VERSION) > +HOST_PYTHON3_BABEL_SUFFIX := tar.gz > +HOST_PYTHON3_BABEL_URL := https://github.com/python-babel/babel/archive/$(HOST_PYTHON3_BABEL_VERSION).$(HOST_PYTHON3_BABEL_SUFFIX) > +HOST_PYTHON3_BABEL_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_BABEL).$(HOST_PYTHON3_BABEL_SUFFIX) > +HOST_PYTHON3_BABEL_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_BABEL) > +HOST_PYTHON3_BABEL_LICENSE := BSD BSD-3-Clause and add the license file as well please. Michael > + > + > +HOST_PYTHON3_BABEL_CLDR_VERSION := 33 > +HOST_PYTHON3_BABEL_CLDR_MD5 := 39bf16711836c23e386189c3cbd2f344 > +HOST_PYTHON3_BABEL_CLDR_URL := https://unicode.org/Public/cldr/$(HOST_PYTHON3_BABEL_CLDR_VERSION)/core.zip > +HOST_PYTHON3_BABEL_CLDR_SOURCE := $(SRCDIR)/cldr-core-$(HOST_PYTHON3_BABEL_CLDR_VERSION).0.zip > +HOST_PYTHON3_BABEL_CLDR_DIR := $(HOST_PYTHON3_BABEL_DIR)/cldr > + > +# ---------------------------------------------------------------------------- > +# Get > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/host-python3-babel.get: > + @$(call targetinfo) > + @$(call world/get, HOST_PYTHON3_BABEL) > + @$(call world/check_src, HOST_PYTHON3_BABEL) > + @$(call world/get, HOST_PYTHON3_BABEL_CLDR) > + @$(call world/check_src, HOST_PYTHON3_BABEL_CLDR) > + @$(call touch) > + > + > +# ---------------------------------------------------------------------------- > +# Extract > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/host-python3-babel.extract: > + @$(call targetinfo) > + @$(call extract, HOST_PYTHON3_BABEL) > + @$(call patchin, HOST_PYTHON3_BABEL) > + @$(call extract, HOST_PYTHON3_BABEL_CLDR) > + @$(call touch) > + > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +HOST_PYTHON3_BABEL_CONF_TOOL := python3 > + > +$(STATEDIR)/host-python3-babel.prepare: > + @$(call targetinfo) > + @cd $(HOST_PYTHON3_BABEL_DIR) && \ > + python$(PYTHON3_MAJORMINOR) scripts/import_cldr.py $(HOST_PYTHON3_BABEL_CLDR_DIR) > + @$(call prepare, HOST_PYTHON3_BABEL) > + @$(call touch) > + > + > +# vim: syntax=make > -- > 2.32.0 > > > -- 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 |