diff options
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-uv-dynamic-versioning_0.14.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uv-dynamic-versioning_0.14.0.bb b/meta-python/recipes-devtools/python/python3-uv-dynamic-versioning_0.14.0.bb new file mode 100644 index 0000000000..0abe25ce70 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uv-dynamic-versioning_0.14.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Dynamic versioning based on VCS tags for uv/hatch project" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14d953809f6381e54162e13c2c846fbc" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "574fbc07e87ace45c01d55967ad3b864871257b98ff5b8ac87c261227ac8db5b" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "uv_dynamic_versioning" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
