From 7bcbf0350d7a4495043e5918ae62f03b0fb1eb01 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 10 Aug 2025 12:18:49 -0700 Subject: [PATCH] python3-coherent-licensed: add at 0.5.2 License management tooling for Coherent System and skeleton projects https://pypi.org/project/coherent.licensed/ https://github.com/coherent-oss/coherent.licensed *Dependency for latest python3-zipp *Add self as maintainer Signed-off-by: Tim Orling Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-coherent-licensed_0.5.2.bb | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 96d5a0819c..4a86c759ed 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -632,6 +632,7 @@ RECIPE_MAINTAINER:pn-python3-certifi = "Tim Orling " RECIPE_MAINTAINER:pn-python3-cffi = "Tim Orling " RECIPE_MAINTAINER:pn-python3-chardet = "Tim Orling " RECIPE_MAINTAINER:pn-python3-click = "Wang Mingyu " +RECIPE_MAINTAINER:pn-python3-coherent-licensed = "Tim Orling " RECIPE_MAINTAINER:pn-python3-colorama = "Trevor Gamblin " RECIPE_MAINTAINER:pn-python3-cryptography = "Tim Orling " RECIPE_MAINTAINER:pn-python3-cryptography-vectors = "Tim Orling " diff --git a/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb new file mode 100644 index 0000000000..9148fe4e36 --- /dev/null +++ b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "License management tooling for Coherent System and skeleton projects" +DESCRIPTION = "This library was built for coherent.build and skeleton projects \ +to inject a license file at build time to reflect the license declared in the \ +License Expression." +HOMEPAGE = "https://github.com/coherent-oss/coherent.licensed" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" + +SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f208416d" + +inherit pypi python_flit_core + +PYPI_PACKAGE = "coherent_licensed" + +BBCLASSEXTEND = "native nativesdk" -- 2.47.3