From 62cb0c78e2ea4cfbb7bb961abd9b8faaa2100379 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 21 Jun 2022 14:10:10 +0100 Subject: python3-hatch-vcs: add new recipe This recipe (a VCS plugin for Hatch) is needed by the new python3-jsonschema to build. Signed-off-by: Ross Burton Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb (limited to 'meta/recipes-devtools/python') 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 @@ +SUMMARY = "Hatch plugin for versioning with your preferred VCS" +HOMEPAGE = "https://pypi.org/project/hatch-vcs/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "hatch_vcs" + +SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg