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))