diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-21 22:16:24 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-22 22:40:28 +0100 |
| commit | 1f5c35c84479bc32afd78dbd3708d4378f85f99d (patch) | |
| tree | fc1dd50c1bb35c761e74003c26ad8c7ac02c5b54 /meta/recipes-devtools/python | |
| parent | 32e2e1b41163ee473494a6fd3f74cb9e891e0ed2 (diff) | |
| download | poky-1f5c35c84479bc32afd78dbd3708d4378f85f99d.tar.gz | |
python3-setuptools: update 62.3.2 -> 62.5.0
(From OE-Core rev: 5057ffe70cb1fc114b3143a9e7ce3d15964c68c8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 35 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_62.5.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools_62.3.2.bb) | 2 |
3 files changed, 19 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index b28865291c..6d4a9ff0a2 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d03595e69cc532e27c0d3d535f08107349669d3d Mon Sep 17 00:00:00 2001 | 1 | From 5dfa8a8e0b1ad4712a8b8309c8663b7b598ba2a8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 | 3 | Date: Tue, 17 Jul 2018 10:13:38 +0800 |
| 4 | Subject: [PATCH] conditionally do not fetch code by easy_install | 4 | Subject: [PATCH] conditionally do not fetch code by easy_install |
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch index c1b3dd6a30..e1960b8d9f 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 41f78746cbe88d263400ee948abef5b3f89cce29 Mon Sep 17 00:00:00 2001 | 1 | From 3fd8fcd33d2b0f3ac2fc043eac8641ab4432967d Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Wed, 11 May 2022 21:41:14 +0200 | 3 | Date: Wed, 11 May 2022 21:41:14 +0200 |
| 4 | Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the | 4 | Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the |
| @@ -15,26 +15,25 @@ would happen to this module in light of distutils deprecation. | |||
| 15 | 15 | ||
| 16 | Upstream-Status: Inappropriate [oe-core specific] | 16 | Upstream-Status: Inappropriate [oe-core specific] |
| 17 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | 17 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> |
| 18 | |||
| 18 | --- | 19 | --- |
| 19 | setuptools/_distutils/sysconfig.py | 14 +++++++++++--- | 20 | setuptools/_distutils/sysconfig.py | 12 ++++++++++-- |
| 20 | 1 file changed, 11 insertions(+), 3 deletions(-) | 21 | 1 file changed, 10 insertions(+), 2 deletions(-) |
| 21 | 22 | ||
| 22 | diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py | 23 | diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py |
| 23 | index 55a42e1..ead63b9 100644 | 24 | index e41d51e..c17a79a 100644 |
| 24 | --- a/setuptools/_distutils/sysconfig.py | 25 | --- a/setuptools/_distutils/sysconfig.py |
| 25 | +++ b/setuptools/_distutils/sysconfig.py | 26 | +++ b/setuptools/_distutils/sysconfig.py |
| 26 | @@ -102,7 +102,9 @@ def get_python_inc(plat_specific=0, prefix=None): | 27 | @@ -119,6 +119,8 @@ def get_python_inc(plat_specific=0, prefix=None): |
| 27 | If 'prefix' is supplied, use it instead of sys.base_prefix or | ||
| 28 | sys.base_exec_prefix -- i.e., ignore 'plat_specific'. | 28 | sys.base_exec_prefix -- i.e., ignore 'plat_specific'. |
| 29 | """ | 29 | """ |
| 30 | - if prefix is None: | 30 | default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX |
| 31 | + if prefix is None and os.environ.get('STAGING_INCDIR', ""): | 31 | + if os.environ.get('STAGING_INCDIR', ""): |
| 32 | + prefix = os.environ['STAGING_INCDIR'].rstrip('include') | 32 | + default_prefix = os.environ['STAGING_INCDIR'].rstrip('include') |
| 33 | + elif prefix is None: | 33 | resolved_prefix = prefix if prefix is not None else default_prefix |
| 34 | prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX | 34 | try: |
| 35 | if os.name == "posix": | 35 | getter = globals()[f'_get_python_inc_{os.name}'] |
| 36 | if IS_PYPY and sys.version_info < (3, 8): | 36 | @@ -221,7 +223,13 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): |
| 37 | @@ -167,7 +169,13 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): | ||
| 38 | 37 | ||
| 39 | early_prefix = prefix | 38 | early_prefix = prefix |
| 40 | 39 | ||
| @@ -49,12 +48,12 @@ index 55a42e1..ead63b9 100644 | |||
| 49 | if standard_lib: | 48 | if standard_lib: |
| 50 | prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX | 49 | prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX |
| 51 | else: | 50 | else: |
| 52 | @@ -182,7 +190,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): | 51 | @@ -236,7 +244,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): |
| 53 | # Pure Python | 52 | # Pure Python |
| 54 | libdir = "lib" | 53 | libdir = "lib" |
| 55 | implementation = 'pypy' if IS_PYPY else 'python' | 54 | implementation = 'pypy' if IS_PYPY else 'python' |
| 56 | - libpython = os.path.join(prefix, libdir, | 55 | - libpython = os.path.join(prefix, libdir, implementation + get_python_version()) |
| 57 | + libpython = os.path.join(prefix, lib_basename, | 56 | + libpython = os.path.join(prefix, lib_basename, implementation + get_python_version()) |
| 58 | implementation + get_python_version()) | ||
| 59 | return _posix_lib(standard_lib, libpython, early_prefix, prefix) | 57 | return _posix_lib(standard_lib, libpython, early_prefix, prefix) |
| 60 | elif os.name == "nt": | 58 | elif os.name == "nt": |
| 59 | if standard_lib: | ||
diff --git a/meta/recipes-devtools/python/python3-setuptools_62.3.2.bb b/meta/recipes-devtools/python/python3-setuptools_62.5.0.bb index 406a4bd4e7..b3286d5dab 100644 --- a/meta/recipes-devtools/python/python3-setuptools_62.3.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools_62.5.0.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e | |||
| 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch \ | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch \ |
| 12 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" | 12 | file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "a43bdedf853c670e5fed28e5623403bad2f73cf02f9a2774e91def6bda8265a7" | 14 | SRC_URI[sha256sum] = "a4c782ac58fcc9e3a86e5e1a4c74cf9d24bf21e4f1562043309022e1bb76951c" |
| 15 | 15 | ||
| 16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
| 17 | 17 | ||
