mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-packaging: upgrade 23.0 -> 23.1
Changelog: =========== Parse raw metadata Import underlying parser functions as an underscored variable Improve error for local version label with unsupported operators Add dedicated error for specifiers with incorrect .* suffix Replace spaces in platform names with underscores Relax typing of _key on _BaseVersion Handle prefix match with zeros at end of prefix correctly (From OE-Core rev: ecd541b4290932d2b547376e8dc04863634f11a7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
afa28c7e17
commit
5f2b568c89
18
meta/recipes-devtools/python/python3-packaging_23.1.bb
Normal file
18
meta/recipes-devtools/python/python3-packaging_23.1.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Core utilities for Python packages"
|
||||
HOMEPAGE = "https://github.com/pypa/packaging"
|
||||
LICENSE = "Apache-2.0 | BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
|
||||
|
||||
SRC_URI[sha256sum] = "a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# Bootstrap the native build
|
||||
DEPENDS:remove:class-native = "python3-build-native"
|
||||
RDEPENDS:${PN} += "python3-profile"
|
||||
|
||||
do_compile:class-native () {
|
||||
python_flit_core_do_manual_build
|
||||
}
|
||||
Reference in New Issue
Block a user