From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 May 2022 14:38: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 1nlrnH-000YR4-TD for lore@lore.pengutronix.de; Tue, 03 May 2022 14:38: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 1nlrnH-0004vG-5p; Tue, 03 May 2022 14:38:19 +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 1nlrn4-0004uL-Qy for ptxdist@pengutronix.de; Tue, 03 May 2022 14:38:07 +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=8ZTu+8k5muawO3IyONV+8OIBIobr5k+XvKlQQsDi9h4=; b=VsMZ0otI0nxwoiuumeu1F7S6mKmnbkbRQtG7bSQUfZ4VigKsWRYVFlExVoCUJmjn+IBrA8nuPZtqh D7bEUx+eaMJg785SL05Bl7zK/nkmy+S7hyPBgermQbqFVzg9YlHKFt+DBv3+SEO0DFNcir80s4Syhm ryYcXr0o4jglkUNM/CpNT5lYQd1OR1ptuEUIkoaci1fri9k2WFszn+J6NdexrRX8l79RjCG7tZ6rKf f2maUpoT9gB94lMZzcXMZlu60JrMIXyAuNSM3bLQ+zoxXbFk15txE4UP2tej3CkNcIEIgPN3rax0Wl h5AFoFbyAIZO3GJ7GdiL5UjkzAUa86w== X-MSG-ID: e100d855-cadd-11ec-a2aa-0050569d11ae From: David Jander To: ptxdist@pengutronix.de, Robin van der Gracht Date: Tue, 3 May 2022 14:38:01 +0200 Message-Id: <20220503123803.1439644-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 V2 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. Changes since V1: - Removed reference to CREDITS file in comment - Added SoB of original patch author David Jander (2): host-python3-tz: new package host-python3-babel: new package rules/host-python3-babel.in | 8 ++++ rules/host-python3-babel.make | 72 +++++++++++++++++++++++++++++++++++ rules/host-python3-tz.in | 6 +++ rules/host-python3-tz.make | 32 ++++++++++++++++ 4 files changed, 118 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