From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 14:38:23 +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 1nlrnL-000YRY-SD for lore@lore.pengutronix.de; Tue, 03 May 2022 14:38:23 +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 1nlrnK-00054u-Vu; Tue, 03 May 2022 14:38:23 +0200 Received: from smtp16.bhosted.nl ([2a02:9e0:8000::27]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nlrn6-0004uf-0P for ptxdist@pengutronix.de; Tue, 03 May 2022 14:38: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=C7kgNZJV8gMJmJ59ZrI3jL90uiF1WoMrZ/Gv5cAdviI=; b=lo7d0Cc7l5gbPSvemQf1VZaAqI9AatJr7fpOCTIcPBNQv/bdQdW0eIx/3ysE+7zEWlHf3RmS2tkui odZLLw5byJ5YSlpiQCAALiLvcRz2MFqH+dBTrgJNxuYRP2nJ9LnT4Or9lZDj3PXmXNZbu8SQ9hCsCw k7tMFgjHkz7/rDv1nZRaaGsvVqQ/mC55hXfnMEzYE+cJZzSsgq9+T4+BCH779fZEDTkyt8zgFEPdFd MTvJUCG+cwt01+vrUaHVVKmxNy2Q21Y9kqO+Fix1guNs/SRLmKuA8G3vPMI44ZJhnPP2RbFS57wok+ qYBEftYorcl0DRBnHP1jWJZXnj0tLwg== X-MSG-ID: e188fd53-cadd-11ec-9896-0050569d2c73 From: David Jander To: ptxdist@pengutronix.de, Robin van der Gracht Date: Tue, 3 May 2022 14:38:02 +0200 Message-Id: <20220503123803.1439644-2-david@protonic.nl> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220503123803.1439644-1-david@protonic.nl> References: <20220503123803.1439644-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 V2 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: Robin van der Gracht Signed-off-by: David Jander --- rules/host-python3-tz.in | 6 ++++++ rules/host-python3-tz.make | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 38 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..312cdd3e4 --- /dev/null +++ b/rules/host-python3-tz.make @@ -0,0 +1,32 @@ +# -*-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_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