From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 14:09:19 +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 1nlrLD-000XNG-5P for lore@lore.pengutronix.de; Tue, 03 May 2022 14:09:19 +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 1nlrLC-0005m6-7N; Tue, 03 May 2022 14:09:18 +0200 Received: from smtp28.bhosted.nl ([2a02:9e0:8000::40]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlrL3-0005gK-9c for ptxdist@pengutronix.de; Tue, 03 May 2022 14:09:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:references:in-reply-to:message-id:date: subject:cc:to:from:from; bh=SkIrPvnm5jWDxCwBvU6WA/XyNXSjEGFX8+XQ3jp8TSw=; b=a9p2T6+LrPd2jhnEhkCGnGhj4XUzVde4/RIEQU2ZYRPr+tK5za9fCn4gL8hzDYpUCbvdlGdft6kVS 0+YOvN1gwPuOiWzDTczobPyRqNcroq2e1ekP8se5sE1n+JSXIlh8COFvHjC7o0iWXMYjeP2b6hsfy4 C6pBWG696dfdqNqQWginQ3P4yvNQwVtITKO130KPe37JbIgS5bxuRZ2c0A3uzefrxSc9G9m1BUT8xy 87k6qCZr02O284b9uH8HcHJ1vS5PtcWsX6Wr+PoU/M91sn/b8+cogR8/PerYyc8oy2DHYZrLSCQCGH VSD48ZgO4yDVq6o645pbOypqFTBd7qg== X-MSG-ID: d582927c-cad9-11ec-a2aa-0050569d11ae From: David Jander To: ptxdist@pengutronix.de, Robin van der Gracht Date: Tue, 3 May 2022 14:08:58 +0200 Message-Id: <20220503120859.1437885-2-david@protonic.nl> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220503120859.1437885-1-david@protonic.nl> References: <20220503120859.1437885-1-david@protonic.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 1/2] host-python3-tz: 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: Michael Olbrich , David Jander 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 Needed for host-python3-babel Signed-off-by: David Jander --- rules/host-python3-tz.in | 6 ++++++ rules/host-python3-tz.make | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 rules/host-python3-tz.in create mode 100644 rules/host-python3-tz.make diff --git a/rules/host-python3-tz.in b/rules/host-python3-tz.in new file mode 100644 index 000000000..fc0cba845 --- /dev/null +++ b/rules/host-python3-tz.in @@ -0,0 +1,6 @@ +## SECTION=hosttools_noprompt + +config HOST_PYTHON3_TZ + tristate + default y if ALLYES + select HOST_PYTHON3 diff --git a/rules/host-python3-tz.make b/rules/host-python3-tz.make new file mode 100644 index 000000000..bad3a0a53 --- /dev/null +++ b/rules/host-python3-tz.make @@ -0,0 +1,34 @@ +# -*-makefile-*- +# +# Copyright (C) 2019 by Robin van der Gracht +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_TZ) += host-python3-tz + +# +# Paths and names +# +HOST_PYTHON3_TZ_VERSION := 2018.9 +HOST_PYTHON3_TZ_MD5 := 0f57d76c64d0965e7429c9b871f6b711 +HOST_PYTHON3_TZ := python3-tz-$(HOST_PYTHON3_TZ_VERSION) +HOST_PYTHON3_TZ_SUFFIX := tar.gz +HOST_PYTHON3_TZ_URL := https://files.pythonhosted.org/packages/af/be/6c59e30e208a5f28da85751b93ec7b97e4612268bb054d0dff396e758a90/pytz-$(HOST_PYTHON3_TZ_VERSION).$(HOST_PYTHON3_TZ_SUFFIX) +HOST_PYTHON3_TZ_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_TZ).$(HOST_PYTHON3_TZ_SUFFIX) +HOST_PYTHON3_TZ_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_TZ) +HOST_PYTHON3_TZ_LICENSE := MIT + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +HOST_PYTHON3_TZ_CONF_TOOL := python3 + +# vim: syntax=make -- 2.32.0