Picobuild is a pico-scale Python PEP517 build frontend, designed to have
minimal dependencies (via vendoring) to be well suited for building
source-based distributions, such as OpenEmbedded.

Signed-off-by: Ross Burton <[email protected]>
---
 meta/conf/distro/include/maintainers.inc      |  1 +
 .../python/python3-picobuild_0.1.bb           | 21 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-picobuild_0.1.bb

diff --git a/meta/conf/distro/include/maintainers.inc 
b/meta/conf/distro/include/maintainers.inc
index a69af3d7805..ac1a1ea1a79 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -638,6 +638,7 @@ RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling 
<[email protected]>"
 RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <[email protected]>"
 RECIPE_MAINTAINER:pn-python3-pathspec = "Ross Burton <[email protected]>"
 RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <[email protected]>"
+RECIPE_MAINTAINER:pn-python3-picobuild = "Ross Burton <[email protected]>"
 RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <[email protected]>"
 RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <[email protected]>"
 RECIPE_MAINTAINER:pn-python3-ply = "Tim Orling <[email protected]>"
diff --git a/meta/recipes-devtools/python/python3-picobuild_0.1.bb 
b/meta/recipes-devtools/python/python3-picobuild_0.1.bb
new file mode 100644
index 00000000000..7555d97f91a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-picobuild_0.1.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Library and tool for installing Python wheels"
+HOMEPAGE = "https://gitlab.com/rossburton/picobuild";
+LICENSE = "MIT & ( Apache-2.0 | BSD-2-Clause)"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
+                    
file://picobuild/vendored/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93
 \
+                    
file://picobuild/vendored/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8
 \
+                    
file://picobuild/vendored/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
+                    
file://picobuild/vendored/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1
 \
+                    
file://picobuild/vendored/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
+                    "
+
+SRC_URI = 
"git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
+SRCREV = "3441d5500a5ad23a44027576cf5261c3b7c1d6b0"
+PV .= "+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit python_flit_core
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#167969): 
https://lists.openembedded.org/g/openembedded-core/message/167969
Mute This Topic: https://lists.openembedded.org/mt/92361396/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to