mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8ecf0849e5
commit
06cbbf9494
12
meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
Normal file
12
meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user