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