summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-installer_0.6.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-10 17:39:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 11:56:07 +0100
commit8d4149f232bd3eef5ec1983b459f8f53aad41a2a (patch)
treec97deff7f24f93d182348579fde6e5701afee98e /meta/recipes-devtools/python/python3-installer_0.6.0.bb
parent46e219de6301c5dc9919126aaf86bafa8f0ee524 (diff)
downloadpoky-8d4149f232bd3eef5ec1983b459f8f53aad41a2a.tar.gz
python3-installer: upgrade 0.6.0 -> 0.7.0
(From OE-Core rev: 18d511f1f03b5f33e791b1e9c97ef136df3ebf0c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-installer_0.6.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-installer_0.6.0.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.6.0.bb b/meta/recipes-devtools/python/python3-installer_0.6.0.bb
deleted file mode 100644
index a2130a4507..0000000000
--- a/meta/recipes-devtools/python/python3-installer_0.6.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "Library and tool for installing Python wheels"
2DESCRIPTION = "A low-level library for installing a Python package from a wheel distribution."
3HOMEPAGE = "https://installer.readthedocs.io/"
4BUGTRACKER = "https://github.com/pypa/installer/issues"
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00"
8
9SRC_URI += "file://interpreter.patch"
10
11SRC_URI[sha256sum] = "f3bd36cd261b440a88a1190b1becca0578fee90b4b62decc796932fdd5ae8839"
12
13inherit pypi python_flit_core
14
15# Bootstrap the native build
16DEPENDS:remove:class-native = "python3-build-native python3-installer-native"
17
18INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
19
20do_compile:class-native () {
21 python_flit_core_do_manual_build
22}
23
24do_install:prepend:class-native() {
25 export PYTHONPATH="${S}/src"
26}
27
28BBCLASSEXTEND = "native nativesdk"