From patchwork Thu May 20 01:47:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Voss, Samuel M Collins via buildroot" X-Patchwork-Id: 1481336 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Flt0Q4Fglz9sWc for ; Thu, 20 May 2021 11:47:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id B451160AE9; Thu, 20 May 2021 01:47:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQRLsgYVHdtv; Thu, 20 May 2021 01:47:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 060C660893; Thu, 20 May 2021 01:47:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 853DD1BF2BC for ; Thu, 20 May 2021 01:47:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 74D7082F84 for ; Thu, 20 May 2021 01:47:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6QJC65y5kvu1 for ; Thu, 20 May 2021 01:47:28 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp-fw-9103.amazon.com (smtp-fw-9103.amazon.com [207.171.188.200]) by smtp1.osuosl.org (Postfix) with ESMTPS id 8820B82CD4 for ; Thu, 20 May 2021 01:47:28 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.82,313,1613433600"; d="scan'208";a="934017370" Received: from pdx4-co-svc-p1-lb2-vlan3.amazon.com (HELO email-inbound-relay-1e-28209b7b.us-east-1.amazon.com) ([10.25.36.214]) by smtp-border-fw-9103.sea19.amazon.com with ESMTP; 20 May 2021 01:47:27 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-1e-28209b7b.us-east-1.amazon.com (Postfix) with ESMTPS id 50C2A100D5B for ; Thu, 20 May 2021 01:47:27 +0000 (UTC) Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:47:26 +0000 Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13D12UWA001.ant.amazon.com (10.43.160.163) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:47:26 +0000 Received: from EX13D12UWA001.ant.amazon.com ([10.43.160.163]) by EX13D12UWA001.ant.amazon.com ([10.43.160.163]) with mapi id 15.00.1497.018; Thu, 20 May 2021 01:47:26 +0000 To: "buildroot@busybox.net" Thread-Topic: [PATCH 1/5] package/python3-six: add python3 host variant Thread-Index: AQHXTRn8WsuBWCOUVU2gXVfxGq42xQ== Date: Thu, 20 May 2021 01:47:26 +0000 Message-ID: <1621475246377.74620@lab126.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.63] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/5] package/python3-six: add python3 host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Chan, Donald via buildroot" Reply-To: "Chan, Donald" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by: Donald Chan --- package/python3-six/python3-six.hash | 1 + package/python3-six/python3-six.mk | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 120000 package/python3-six/python3-six.hash create mode 100644 package/python3-six/python3-six.mk diff --git a/package/python3-six/python3-six.hash b/package/python3-six/python3-six.hash new file mode 120000 index 0000000..ed8cb89 --- /dev/null +++ b/package/python3-six/python3-six.hash @@ -0,0 +1 @@ +../python-six/python-six.hash \ No newline at end of file diff --git a/package/python3-six/python3-six.mk b/package/python3-six/python3-six.mk new file mode 100644 index 0000000..debd338 --- /dev/null +++ b/package/python3-six/python3-six.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# python3-six +# +################################################################################ + +# Please keep in sync with package/python-six/python-six.mk +PYTHON3_SIX_VERSION = 1.15.0 +PYTHON3_SIX_SOURCE = six-$(PYTHON3_SIX_VERSION).tar.gz +PYTHON3_SIX_SITE = https://files.pythonhosted.org/packages/6b/34/415834bfdafca3c5f451532e8a8d9ba89a21c9743a0c59fbd0205c7f9426 +PYTHON3_SIX_SETUP_TYPE = setuptools +PYTHON3_SIX_LICENSE = MIT +PYTHON3_SIX_LICENSE_FILES = LICENSE +HOST_PYTHON3_SIX_DL_SUBDIR = python-six +HOST_PYTHON3_SIX_NEEDS_HOST_PYTHON = python3 + +$(eval $(host-python-package)) From patchwork Thu May 20 01:48:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Voss, Samuel M Collins via buildroot" X-Patchwork-Id: 1481337 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Flt1532gpz9sWX for ; Thu, 20 May 2021 11:48:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 45BF460B98; Thu, 20 May 2021 01:48:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MOdcOTUXMWuw; Thu, 20 May 2021 01:48:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 9618D60AEE; Thu, 20 May 2021 01:48:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 09B461BF2BC for ; Thu, 20 May 2021 01:48:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 06C7883112 for ; Thu, 20 May 2021 01:48:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0f0vFZ6Y0mu1 for ; Thu, 20 May 2021 01:48:03 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp-fw-6002.amazon.com (smtp-fw-6002.amazon.com [52.95.49.90]) by smtp1.osuosl.org (Postfix) with ESMTPS id 04B3C82F84 for ; Thu, 20 May 2021 01:48:02 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.82,313,1613433600"; d="scan'208";a="113316048" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-1d-474bcd9f.us-east-1.amazon.com) ([10.43.8.2]) by smtp-border-fw-6002.iad6.amazon.com with ESMTP; 20 May 2021 01:48:02 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-1d-474bcd9f.us-east-1.amazon.com (Postfix) with ESMTPS id 447C8A06C3 for ; Thu, 20 May 2021 01:48:00 +0000 (UTC) Received: from EX13D12UWA004.ant.amazon.com (10.43.160.168) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:48:00 +0000 Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13D12UWA004.ant.amazon.com (10.43.160.168) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:47:59 +0000 Received: from EX13D12UWA001.ant.amazon.com ([10.43.160.163]) by EX13D12UWA001.ant.amazon.com ([10.43.160.163]) with mapi id 15.00.1497.018; Thu, 20 May 2021 01:48:00 +0000 To: "buildroot@busybox.net" Thread-Topic: [PATCH 2/5] package/python3-pip: add python3 host variant Thread-Index: AQHXTRohBBNVkUNC90aQw+WxS75pMQ== Date: Thu, 20 May 2021 01:48:00 +0000 Message-ID: <1621475279766.55779@lab126.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.63] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 2/5] package/python3-pip: add python3 host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Chan, Donald via buildroot" Reply-To: "Chan, Donald" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by: Donald Chan --- package/python3-pip/python3-pip.hash | 1 + package/python3-pip/python3-pip.mk | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 120000 package/python3-pip/python3-pip.hash create mode 100644 package/python3-pip/python3-pip.mk diff --git a/package/python3-pip/python3-pip.hash b/package/python3-pip/python3-pip.hash new file mode 120000 index 0000000..d90fb3d --- /dev/null +++ b/package/python3-pip/python3-pip.hash @@ -0,0 +1 @@ +../python-pip/python-pip.hash \ No newline at end of file diff --git a/package/python3-pip/python3-pip.mk b/package/python3-pip/python3-pip.mk new file mode 100644 index 0000000..098e502 --- /dev/null +++ b/package/python3-pip/python3-pip.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# python3-pip +# +################################################################################ + +# Please keep in sync with package/python-pip/python-pip.mk +PYTHON3_PIP_VERSION = 20.0.2 +PYTHON3_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz +PYTHON3_PIP_SITE = https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f +PYTHON3_PIP_SETUP_TYPE = setuptools +PYTHON3_PIP_LICENSE = MIT +PYTHON3_PIP_LICENSE_FILES = LICENSE.txt +HOST_PYTHON3_PIP_DL_SUBDIR = python-pip +HOST_PYTHON3_PIP_NEEDS_HOST_PYTHON = python3 + +$(eval $(host-python-package)) From patchwork Thu May 20 01:48:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Voss, Samuel M Collins via buildroot" X-Patchwork-Id: 1481338 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Flt1h4trSz9sWF for ; Thu, 20 May 2021 11:48:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 21E5983BB0; Thu, 20 May 2021 01:48:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cSHEtTg6ExWq; Thu, 20 May 2021 01:48:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 2990982F84; Thu, 20 May 2021 01:48:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B3DAA1BF2BC for ; Thu, 20 May 2021 01:48:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A3A5A82F84 for ; Thu, 20 May 2021 01:48:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZVyHxdr2SyN6 for ; Thu, 20 May 2021 01:48:32 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp-fw-80006.amazon.com (smtp-fw-80006.amazon.com [99.78.197.217]) by smtp1.osuosl.org (Postfix) with ESMTPS id EDB8482CD4 for ; Thu, 20 May 2021 01:48:31 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.82,313,1613433600"; d="scan'208";a="2249636" Received: from pdx4-co-svc-p1-lb2-vlan2.amazon.com (HELO email-inbound-relay-1e-a70de69e.us-east-1.amazon.com) ([10.25.36.210]) by smtp-border-fw-80006.pdx80.corp.amazon.com with ESMTP; 20 May 2021 01:48:32 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-1e-a70de69e.us-east-1.amazon.com (Postfix) with ESMTPS id BE32DA1D13 for ; Thu, 20 May 2021 01:48:30 +0000 (UTC) Received: from EX13D12UWA004.ant.amazon.com (10.43.160.168) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:48:29 +0000 Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13D12UWA004.ant.amazon.com (10.43.160.168) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:48:29 +0000 Received: from EX13D12UWA001.ant.amazon.com ([10.43.160.163]) by EX13D12UWA001.ant.amazon.com ([10.43.160.163]) with mapi id 15.00.1497.018; Thu, 20 May 2021 01:48:29 +0000 To: "buildroot@busybox.net" Thread-Topic: [PATCH 3/5] package/python3-pycparser: add python3 host variant Thread-Index: AQHXTRoz4GKZ4LW3pEa5GYr59Aj17w== Date: Thu, 20 May 2021 01:48:29 +0000 Message-ID: <1621475308301.45348@lab126.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.63] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 3/5] package/python3-pycparser: add python3 host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Chan, Donald via buildroot" Reply-To: "Chan, Donald" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by: Donald Chan --- .../python3-pycparser/python3-pycparser.hash | 1 + package/python3-pycparser/python3-pycparser.mk | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 120000 package/python3-pycparser/python3-pycparser.hash create mode 100644 package/python3-pycparser/python3-pycparser.mk diff --git a/package/python3-pycparser/python3-pycparser.hash b/package/python3-pycparser/python3-pycparser.hash new file mode 120000 index 0000000..7a1912c --- /dev/null +++ b/package/python3-pycparser/python3-pycparser.hash @@ -0,0 +1 @@ +../python-pycparser/python-pycparser.hash \ No newline at end of file diff --git a/package/python3-pycparser/python3-pycparser.mk b/package/python3-pycparser/python3-pycparser.mk new file mode 100644 index 0000000..68769ce --- /dev/null +++ b/package/python3-pycparser/python3-pycparser.mk @@ -0,0 +1,17 @@ +################################################################################ +# +# python3-pycparser +# +################################################################################ + +# Please keep in sync with package/python-pycparser/python-pycparser.mk +PYTHON3_PYCPARSER_VERSION = 2.20 +PYTHON3_PYCPARSER_SOURCE = pycparser-$(PYTHON3_PYCPARSER_VERSION).tar.gz +PYTHON3_PYCPARSER_SITE = https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd +PYTHON3_PYCPARSER_SETUP_TYPE = setuptools +PYTHON3_PYCPARSER_LICENSE = BSD-3-Clause +PYTHON3_PYCPARSER_LICENSE_FILES = LICENSE +HOST_PYTHON3_PYCPARSER_DL_SUBDIR = python-pycparser +HOST_PYTHON3_PYCPARSER_NEEDS_HOST_PYTHON = python3 + +$(eval $(host-python-package)) From patchwork Thu May 20 01:48:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Voss, Samuel M Collins via buildroot" X-Patchwork-Id: 1481339 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Flt2D21V9z9sWF for ; Thu, 20 May 2021 11:49:08 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5844C83BB0; Thu, 20 May 2021 01:49:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xlv2E3qReqgX; Thu, 20 May 2021 01:49:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id A6E1183C63; Thu, 20 May 2021 01:49:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 030261BF2BC for ; Thu, 20 May 2021 01:49:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id E684383BFB for ; Thu, 20 May 2021 01:49:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vCwHeu6e6jtA for ; Thu, 20 May 2021 01:49:01 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp-fw-4101.amazon.com (smtp-fw-4101.amazon.com [72.21.198.25]) by smtp1.osuosl.org (Postfix) with ESMTPS id B194983BD5 for ; Thu, 20 May 2021 01:49:01 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.82,313,1613433600"; d="scan'208";a="108863931" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-1e-27fb8269.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-4101.iad4.amazon.com with ESMTP; 20 May 2021 01:49:00 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-1e-27fb8269.us-east-1.amazon.com (Postfix) with ESMTPS id 364F9A1B53 for ; Thu, 20 May 2021 01:48:59 +0000 (UTC) Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:48:59 +0000 Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13D12UWA001.ant.amazon.com (10.43.160.163) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:48:59 +0000 Received: from EX13D12UWA001.ant.amazon.com ([10.43.160.163]) by EX13D12UWA001.ant.amazon.com ([10.43.160.163]) with mapi id 15.00.1497.018; Thu, 20 May 2021 01:48:59 +0000 To: "buildroot@busybox.net" Thread-Topic: [PATCH 4/5] package/python3-cffi: add python3 host variant Thread-Index: AQHXTRpF61/TUxZx6E6HWxdvbmfPxw== Date: Thu, 20 May 2021 01:48:58 +0000 Message-ID: <1621475338676.25915@lab126.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.63] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 4/5] package/python3-cffi: add python3 host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Chan, Donald via buildroot" Reply-To: "Chan, Donald" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a python3 host variant since we are adding a python3 host variant of python-cryptography and it is dependent on this. Signed-off-by: Donald Chan --- package/python3-cffi/python3-cffi.hash | 1 + package/python3-cffi/python3-cffi.mk | 30 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 120000 package/python3-cffi/python3-cffi.hash create mode 100644 package/python3-cffi/python3-cffi.mk diff --git a/package/python3-cffi/python3-cffi.hash b/package/python3-cffi/python3-cffi.hash new file mode 120000 index 0000000..1f98d8d --- /dev/null +++ b/package/python3-cffi/python3-cffi.hash @@ -0,0 +1 @@ +../python-cffi/python-cffi.hash \ No newline at end of file diff --git a/package/python3-cffi/python3-cffi.mk b/package/python3-cffi/python3-cffi.mk new file mode 100644 index 0000000..c6f6391 --- /dev/null +++ b/package/python3-cffi/python3-cffi.mk @@ -0,0 +1,30 @@ +################################################################################ +# +# python3-cffi +# +################################################################################ + +# Please keep in sync with package/python-cffi/python-cffi.mk +PYTHON3_CFFI_VERSION = 1.14.2 +PYTHON3_CFFI_SOURCE = cffi-$(PYTHON3_CFFI_VERSION).tar.gz +PYTHON3_CFFI_SITE = https://files.pythonhosted.org/packages/f7/09/88bbe20b76ca76be052c366fe77aa5e3cd6e5f932766e5597fecdd95b2a8 +PYTHON3_CFFI_SETUP_TYPE = setuptools +PYTHON3_CFFI_DEPENDENCIES = host-pkgconf libffi +PYTHON3_CFFI_LICENSE = MIT +PYTHON3_CFFI_LICENSE_FILES = LICENSE + +# This host package uses pkg-config to find libffi, so we have to +# provide the proper hints for pkg-config to behave properly for host +# packages. +HOST_PYTHON3_CFFI_ENV = \ + PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 \ + PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \ + PKG_CONFIG="$(PKG_CONFIG_HOST_BINARY)" \ + PKG_CONFIG_SYSROOT_DIR="/" \ + PKG_CONFIG_LIBDIR="$(HOST_DIR)/lib/pkgconfig:$(HOST_DIR)/share/pkgconfig" +HOST_PYTHON3_CFFI_DEPENDENCIES = host-pkgconf host-python3-pycparser host-libffi + +HOST_PYTHON3_CFFI_DL_SUBDIR = python-cffi +HOST_PYTHON3_CFFI_NEEDS_HOST_PYTHON = python3 + +$(eval $(host-python-package)) From patchwork Thu May 20 01:49:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Voss, Samuel M Collins via buildroot" X-Patchwork-Id: 1481340 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Flt3663fJz9sWF for ; Thu, 20 May 2021 11:49:54 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A5C8B40480; Thu, 20 May 2021 01:49:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ncpEquAp3pSu; Thu, 20 May 2021 01:49:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 56AEE40491; Thu, 20 May 2021 01:49:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 5019B1BF2BC for ; Thu, 20 May 2021 01:49:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 3FA298243B for ; Thu, 20 May 2021 01:49:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15ZeBjYlCfxW for ; Thu, 20 May 2021 01:49:46 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp-fw-6002.amazon.com (smtp-fw-6002.amazon.com [52.95.49.90]) by smtp1.osuosl.org (Postfix) with ESMTPS id 4133082F84 for ; Thu, 20 May 2021 01:49:46 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.82,313,1613433600"; d="scan'208";a="113316208" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-1a-af6a10df.us-east-1.amazon.com) ([10.43.8.2]) by smtp-border-fw-6002.iad6.amazon.com with ESMTP; 20 May 2021 01:49:46 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-1a-af6a10df.us-east-1.amazon.com (Postfix) with ESMTPS id 44BEAA175F for ; Thu, 20 May 2021 01:49:44 +0000 (UTC) Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:49:44 +0000 Received: from EX13D12UWA001.ant.amazon.com (10.43.160.163) by EX13D12UWA001.ant.amazon.com (10.43.160.163) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 20 May 2021 01:49:44 +0000 Received: from EX13D12UWA001.ant.amazon.com ([10.43.160.163]) by EX13D12UWA001.ant.amazon.com ([10.43.160.163]) with mapi id 15.00.1497.018; Thu, 20 May 2021 01:49:44 +0000 To: "buildroot@busybox.net" Thread-Topic: [PATCH 5/5] package/python3-cryptography: add python3 host variant Thread-Index: AQHXTRpaxRmPcA5sn0anjt3QqG7GIw== Date: Thu, 20 May 2021 01:49:43 +0000 Message-ID: <1621475383746.46545@lab126.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.63] MIME-Version: 1.0 Subject: [Buildroot] [PATCH 5/5] package/python3-cryptography: add python3 host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Chan, Donald via buildroot" Reply-To: "Chan, Donald" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a python3 host variant since another downstream OSS component (OP-TEE) uses buildroot and it will depend on a python3 host variant of python-cryptography. Signed-off-by: Donald Chan --- .../python3-cryptography.hash | 1 + .../python3-cryptography.mk | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 120000 package/python3-cryptography/python3-cryptography.hash create mode 100644 package/python3-cryptography/python3-cryptography.mk diff --git a/package/python3-cryptography/python3-cryptography.hash b/package/python3-cryptography/python3-cryptography.hash new file mode 120000 index 0000000..73fa25f --- /dev/null +++ b/package/python3-cryptography/python3-cryptography.hash @@ -0,0 +1 @@ +../python-cryptography/python-cryptography.hash \ No newline at end of file diff --git a/package/python3-cryptography/python3-cryptography.mk b/package/python3-cryptography/python3-cryptography.mk new file mode 100644 index 0000000..ce8e9e6 --- /dev/null +++ b/package/python3-cryptography/python3-cryptography.mk @@ -0,0 +1,19 @@ +################################################################################ +# +# python3-cryptography +# +################################################################################ + +# Please keep in sync with package/python-cryptography/python-cryptography.mk +PYTHON3_CRYPTOGRAPHY_VERSION = 3.0 +PYTHON3_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON3_CRYPTOGRAPHY_VERSION).tar.gz +PYTHON3_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/bf/ac/552fc8729d90393845cc3a2062facf4a89dcbe206fa78771d60ddaae7554 +PYTHON3_CRYPTOGRAPHY_SETUP_TYPE = setuptools +PYTHON3_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause +PYTHON3_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD +PYTHON3_CRYPTOGRAPHY_DEPENDENCIES = openssl +HOST_PYTHON3_CRYPTOGRAPHY_DEPENDENCIES = host-python3-cffi host-python3-pip host-python3-six +HOST_PYTHON3_CRYPTOGRAPHY_DL_SUBDIR = python-cryptography +HOST_PYTHON3_CRYPTOGRAPHY_NEEDS_HOST_PYTHON = python3 + +$(eval $(host-python-package))