From patchwork Wed Nov 9 18:56:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6085 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPQ1YqVz3xfS for ; Wed, 9 Nov 2022 18:58:18 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4N6vPB6tFvz2qk; Wed, 9 Nov 2022 18:58:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vP94L6fz309b; 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4N6vP770Wzz2yvw 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 4N6vP75K4Fz7C; Wed, 9 Nov 2022 18:58:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020283; 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=Xf0oV16WlOP2iYjBiiBb6ko9qfVAMnoEvL3+im0pooc=; b=abQ//DJyLiIjdmD+CUaKt54CjwEiwlLabuipzrojqQqh6Jy0/zM5soXnHvyLd6avy9/4n9 DOg/cHpjX4MKhUAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020283; 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=Xf0oV16WlOP2iYjBiiBb6ko9qfVAMnoEvL3+im0pooc=; b=i7rdymEazfAzSpTim9KMMUXdjXSDwQg/2cL89J04lLjKIdpfHcKvVuWoYLgB2SIq5DB3BQ mz+ZzhpFSE5FcFgRFZ3EMZ8+jikCqUvZ598Kz0ra3C3kHKgu3cjpjKEqEaGNifoljnD79c Rhwbrb1lgSS6SidcDJPqn2WDel1H8Bm07OM93ObZDtG5i/Bvb/STbisxPajJOYIq/feXIl +jUhLpeZnRctb86hmu6dJ4OCHFkCos7OH2sv3o04BOBHi4rWaDlH/2SL8ThXGtllRbGoHO XLR3EhB49GxMCIgxCYjR5GBucoFKp/DITHmdw3Sa4Rcv4g5QlPxHyRS4gx/g9A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/48] python3-pep517:Update to version 0.13.0 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:56:52 +0100 Message-Id: <20221109185734.3920-6-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" - Updated from version 0.12.0 to 0.13.0 - Update of rootfile - No Changelog available in the source tarball or pypi or the github repository Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/python3-pep517 | 8 ++++++-- lfs/python3-pep517 | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/python3-pep517 b/config/rootfiles/common/python3-pep517 index 4adfa7137..101368045 100644 --- a/config/rootfiles/common/python3-pep517 +++ b/config/rootfiles/common/python3-pep517 @@ -1,10 +1,14 @@ #usr/lib/python3.10/site-packages/pep517 -#usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/pep517-0.13.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/pep517-0.13.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/pep517-0.13.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/pep517-0.13.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/pep517-0.13.0-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/pep517/__init__.py +#usr/lib/python3.10/site-packages/pep517/_compat.py #usr/lib/python3.10/site-packages/pep517/build.py #usr/lib/python3.10/site-packages/pep517/check.py #usr/lib/python3.10/site-packages/pep517/colorlog.py -#usr/lib/python3.10/site-packages/pep517/compat.py #usr/lib/python3.10/site-packages/pep517/dirtools.py #usr/lib/python3.10/site-packages/pep517/envbuild.py #usr/lib/python3.10/site-packages/pep517/in_process diff --git a/lfs/python3-pep517 b/lfs/python3-pep517 index 34ad631f6..8c66d9b26 100644 --- a/lfs/python3-pep517 +++ b/lfs/python3-pep517 @@ -24,7 +24,7 @@ include Config -VER = 0.12.0 +VER = 0.13.0 THISAPP = pep517-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 41d9ed4d0c7012d6d9cbea68251d33ad418bf083fc17400071bd0eb0650b585979d3e2b2ea531b123913063e788c230c5994657edd4e44f63aa568ed2e313117 +$(DL_FILE)_BLAKE2 = a61fb94645b2eeaab228b47dbb5b249454eafe5f0db3eac46af059aa9c6ffc323dd8dd9104bb0a97e07ec7e13c03a7968e0aa8faf85dd0773bfb55e392f8d825 install : $(TARGET) @@ -73,7 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && python3 setup.py build - cd $(DIR_APP) && python3 setup.py install --root=/ + cd $(DIR_APP) && python3 -m pyproject2setuppy.main build + cd $(DIR_APP) && python3 -m pyproject2setuppy.main install --root=/ @rm -rf $(DIR_APP) @$(POSTBUILD)