summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-06-21 14:10:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-22 22:40:28 +0100
commit06cbbf9494a92729d4d99b196143016839f93c18 (patch)
treebbc1acfa8f5a056b84e1424efa0dfaf9883bb1cb /meta/recipes-devtools
parent8ecf0849e5d9c2f4f9d82a2816f0426426b9f33a (diff)
downloadpoky-06cbbf9494a92729d4d99b196143016839f93c18.tar.gz
python3-hatch-vcs: add new recipe
This recipe (a VCS plugin for Hatch) is needed by the new python3-jsonschema to build. (From OE-Core rev: 62cb0c78e2ea4cfbb7bb961abd9b8faaa2100379) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
new file mode 100644
index 0000000000..100099c130
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Hatch plugin for versioning with your preferred VCS"
2HOMEPAGE = "https://pypi.org/project/hatch-vcs/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d"
5
6inherit pypi python_hatchling
7
8PYPI_PACKAGE = "hatch_vcs"
9
10SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff"
11
12BBCLASSEXTEND = "native nativesdk"