diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:27 -0700 |
| commit | d4f00affff59224e43b35d9bcb8de0c950127b54 (patch) | |
| tree | f6826c2f31b119b3f6ce5913e4292488c4e7cff4 /meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb | |
| parent | ae4b7358b6a62475dfcc82af889ad748ec57b46f (diff) | |
| download | meta-openembedded-d4f00affff59224e43b35d9bcb8de0c950127b54.tar.gz | |
python3-distlib: upgrade 0.3.8 -> 0.3.9
Changelog
=========
- preload script wrappers on Windows to assist with a pip issue
- Remove duplicated newline in shebang of windows launcher
- Add handling for cross-compilation environments
- Do not use the absolute path to cache wheel extensions
- Support mounting wheels that use extensions without an EXTENSIONS file
- Add support for wheel compatibility with the limited API
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb b/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb new file mode 100644 index 0000000000..33e79d53e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # SPDX-License-Identifier: MIT | ||
| 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | ||
| 3 | |||
| 4 | SUMMARY = "A library which implements low-level functions that relate to packaging and distribution of Python software." | ||
| 5 | HOMEPAGE = "https://github.com/pypa/distlib" | ||
| 6 | LICENSE = "PSF-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | inherit pypi python_setuptools_build_meta | ||
