aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2023-03-17 08:25:46 +0100
committerKhem Raj <raj.khem@gmail.com>2023-03-18 09:22:33 -0700
commit880bd38370b76245d8cf63a6118bbc1bd6e535cf (patch)
tree39793cbc85570a3e0bc2928e5db16aad405838fe /meta-python
parent5135578cef0c3c8ce02447254649068e9cc7de2f (diff)
downloadmeta-openembedded-880bd38370b76245d8cf63a6118bbc1bd6e535cf.tar.gz
python3-pyproject-metadata: New recipe
Dependency of python3-meson-python. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb b/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb
new file mode 100644
index 0000000000..32938421d9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb
@@ -0,0 +1,10 @@
+SUMMARY = "PEP 621 metadata parsing"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
+
+PYPI_PACKAGE = "pyproject-metadata"
+
+inherit pypi python_setuptools_build_meta
+SRC_URI[sha256sum] = "0a94f18b108b9b21f3a26a3d541f056c34edcb17dc872a144a15618fed7aef67"
+
+BBCLASSEXTEND = "native nativesdk"