mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 02:17:36 +00:00
python3-uv-dynamic-versioning: Add recipe
Add recipe for release 0.14.0: - Improve Version Source Docs - ci: update actions - docs: update README - feat: support highest-tag option - docs: update tips Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Dynamic versioning based on VCS tags for uv/hatch project"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=14d953809f6381e54162e13c2c846fbc"
|
||||
|
||||
SRC_URI[sha256sum] = "574fbc07e87ace45c01d55967ad3b864871257b98ff5b8ac87c261227ac8db5b"
|
||||
|
||||
PYPI_PACKAGE = "uv_dynamic_versioning"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user