From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 14:09:16 +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 1nlrLA-000XMn-4Y for lore@lore.pengutronix.de; Tue, 03 May 2022 14:09:16 +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 1nlrL9-0005gu-GK; Tue, 03 May 2022 14:09:15 +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 1nlrL2-0005g1-BG for ptxdist@pengutronix.de; Tue, 03 May 2022 14:09:08 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=8Vc69eBaZb6gfsdUuPkTk5Ahitl3dV7ibkUBouUlqzE=; b=kTUXesRqCH2GT1L/whj+9qrciuwzvoP6HNxpQh+0asyNGuAMId3F+Jpjwq0U+jDSDSN8CEknIVEsR kVASQ3EUarPIT0gCknfPKwcyqHjW3MqWc9uHBMMtnN8FTdrUmCQ0jwoEOUSpeUpa17kvnlB8JEkM9T Ug5nQBXAVSPvVYOraN827UJtqB58sqqlfYUsqjcMXUQzfxrGQ+YcZkVxzQauc0J0BeT/EenQjbFjOR 7TEBuG6jKjg5V5PWiDyRgMomLp7okgT89dxXrd5T4oHbL5FvTv0a3dwR/8XsO0+/WnBwqz+xuCPkwG mR3vdpgmsD9PV9JEHPXA6fljTahyCzA== X-MSG-ID: d51ac6e5-cad9-11ec-a2aa-0050569d11ae From: David Jander To: ptxdist@pengutronix.de, Robin van der Gracht Date: Tue, 3 May 2022 14:08:57 +0200 Message-Id: <20220503120859.1437885-1-david@protonic.nl> X-Mailer: git-send-email 2.32.0 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 0/2] Add host-python3-babel 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 host-python3-babel is needed for many python applications that require compile-time i18n/l10n. This also requires host-python3-tz. David Jander (2): host-python3-tz: new package host-python3-babel: new package rules/host-python3-babel.in | 8 ++++ rules/host-python3-babel.make | 74 +++++++++++++++++++++++++++++++++++ rules/host-python3-tz.in | 6 +++ rules/host-python3-tz.make | 34 ++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 rules/host-python3-babel.in create mode 100644 rules/host-python3-babel.make create mode 100644 rules/host-python3-tz.in create mode 100644 rules/host-python3-tz.make -- 2.32.0