From patchwork Wed Nov 9 18:56:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6079 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPG6Hjpz3wgZ for ; Wed, 9 Nov 2022 18:58:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4N6vP93kdgz2gB; Wed, 9 Nov 2022 18:58:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vP91zNGz30B1; Wed, 9 Nov 2022 18:58:05 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4N6vP72L9wz2xKs for ; Wed, 9 Nov 2022 18:58:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4N6vP645ktz2HW; Wed, 9 Nov 2022 18:58:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0T4i6fnMgqBylMOcSxuCpPvJqYPAMKGAUuIn8QU83RU=; b=uVi7RL1ptfRsXYYvLG6BzROUOq9IjjnWwoCC3e9VpnOcwPLJJW0Qv0GNeHkTZs7U0MYH/8 Z2XVDTRM+3TjPsBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0T4i6fnMgqBylMOcSxuCpPvJqYPAMKGAUuIn8QU83RU=; b=FtdE2Z4zjlDVrz9syBQ1boblGjUEHS6oNxbJj0AGZZtdomlTIq8OstAr6T3jl0tD7Brmeg mT8eer9i5Pj5VE+X0MsMg5b8n7NbksI6H0a70pq04quSx6wKDvBWVhi3Em+imZDf9ewNZ1 YBFWz8L9/yE3H4gys2woBoqX5XRTHkmtkUW/v3G0PyGFeNayEovIbb32qI1b+8Pe0iFnlH 1GmWu7fumFU9iuMliEc2JAEa5YRbcHYcK9ezEvD+qiwMkR1CqO4++sz+Bsv0NYBak0aiMs tBGGuKJlfgAFE+eUFQUGWmtoDJLbhaFjp2/GNc3hiXEHCxzU/XyetLwziCtCbg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/48] make.sh: Addition, deletion and re-orderiong of packages for Python-3.10.8 Date: Wed, 9 Nov 2022 19:56:48 +0100 Message-Id: <20221109185734.3920-2-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Addition of rust-iana-time-zone and removal of python3-Cython as updated python3-pyfuse can be built now without Cython. - python3-toml and python3-pyproject2setuppy moved earlier as updated python3-pyparsing no longer has setup.py file Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make.sh b/make.sh index 58220d046..8bd5a1b90 100755 --- a/make.sh +++ b/make.sh @@ -1293,6 +1293,7 @@ buildipfire() { lfsmake2 rust-num-integer lfsmake2 rust-num_threads lfsmake2 rust-time + lfsmake2 rust-iana-time-zone lfsmake2 rust-chrono lfsmake2 rust-asn1_derive lfsmake2 rust-asn1 @@ -1525,6 +1526,8 @@ buildipfire() { lfsmake2 elinks lfsmake2 igmpproxy lfsmake2 opus + lfsmake2 python3-toml + lfsmake2 python3-pyproject2setuppy lfsmake2 python3-pyparsing lfsmake2 spice-protocol lfsmake2 spice @@ -1605,8 +1608,6 @@ buildipfire() { lfsmake2 python3-certifi lfsmake2 python3-idna lfsmake2 python3-requests - lfsmake2 python3-toml - lfsmake2 python3-pyproject2setuppy lfsmake2 python3-tomli lfsmake2 python3-pep517 lfsmake2 python3-build @@ -1642,7 +1643,6 @@ buildipfire() { lfsmake2 python3-sortedcontainers lfsmake2 python3-outcome lfsmake2 python3-async_generator - lfsmake2 python3-Cython lfsmake2 python3-trio lfsmake2 python3-pyfuse3 lfsmake2 aws-cli