From mboxrd@z Thu Jan 1 00:00:00 1970 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, 09 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5256108486609652573==" List-Id: --===============5256108486609652573== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 reposito= ry 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_l= inks.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 @@ =20 include Config =20 -VER =3D 0.12.0 +VER =3D 0.13.0 =20 THISAPP =3D pep517-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 41d9ed4d0c7012d6d9cbea68251d33ad418bf083fc17400071bd0e= b0650b585979d3e2b2ea531b123913063e788c230c5994657edd4e44f63aa568ed2e313117 +$(DL_FILE)_BLAKE2 =3D a61fb94645b2eeaab228b47dbb5b249454eafe5f0db3eac46af059= aa9c6ffc323dd8dd9104bb0a97e07ec7e13c03a7968e0aa8faf85dd0773bfb55e392f8d825 =20 install : $(TARGET) =20 @@ -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=3D/ + cd $(DIR_APP) && python3 -m pyproject2setuppy.main build + cd $(DIR_APP) && python3 -m pyproject2setuppy.main install --root=3D/ @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.38.1 --===============5256108486609652573==--