mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
python3-build: add 0.10.0
This is the PEP517 build frontend blessed by the Python Packaging Authority, and now that Python 3.11 has been released and enough packages have ported to flit, it can be used without a huge bootstraping problem. (From OE-Core rev: 00254501b9b024032032c9fb068d957de4ef7dde) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6725ff75da
commit
1faf47e9e6
14
meta/recipes-devtools/python/python3-build_0.10.0.bb
Normal file
14
meta/recipes-devtools/python/python3-build_0.10.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "A simple, correct PEP517 package builder"
|
||||
HOMEPAGE = "https://github.com/pypa/build"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
|
||||
|
||||
SRC_URI[sha256sum] = "d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
DEPENDS += "python3-packaging-native python3-pyproject-hooks-native"
|
||||
|
||||
RDEPENDS:${PN} += "python3-packaging python3-pyproject-hooks"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user