[RFC,05/10] python3-pep517: add new recipe

Message ID 20220526171001.4074388-6-ross.burton@arm.com
State New
Headers show
Series Change Python package building to use picobuild | expand

Commit Message

Ross Burton May 26, 2022, 5:09 p.m. UTC
This is a runtime dependency of most Python package build frontends.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pep517_0.12.0.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-pep517_0.12.0.bb

Patch

diff --git a/meta/recipes-devtools/python/python3-pep517_0.12.0.bb b/meta/recipes-devtools/python/python3-pep517_0.12.0.bb
new file mode 100644
index 00000000000..43ac35a3f79
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pep517_0.12.0.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Wrappers to build Python packages using PEP 517 hooks"
+HOMEPAGE = "https://github.com/pypa/pep517"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aad69c93f605003e3342b174d9b0708c"
+
+SRC_URI[sha256sum] = "931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0"
+
+inherit pypi python_flit_core
+
+BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file