- Build dependency of python3-spdx-python-model. - Part of the dependency chain for sbom-cve-check
Signed-off-by: Benjamin Robin <[email protected]> --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-shacl2code_0.0.24.bb | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 1a3490d6d625..b3913a04140c 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -718,6 +718,7 @@ RECIPE_MAINTAINER:pn-python3-semantic-version = "Tim Orling <tim.orling@konsulko RECIPE_MAINTAINER:pn-python3-setuptools = "Trevor Gamblin <[email protected]>" RECIPE_MAINTAINER:pn-python3-setuptools-rust = "Tim Orling <[email protected]>" RECIPE_MAINTAINER:pn-python3-setuptools-scm = "Trevor Gamblin <[email protected]>" +RECIPE_MAINTAINER:pn-python3-shacl2code = "Benjamin Robin <[email protected]>" RECIPE_MAINTAINER:pn-python3-six = "Trevor Gamblin <[email protected]>" RECIPE_MAINTAINER:pn-python3-smartypants = "Trevor Gamblin <[email protected]>" RECIPE_MAINTAINER:pn-python3-smmap = "Trevor Gamblin <[email protected]>" diff --git a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb b/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb new file mode 100644 index 000000000000..93ed9a253040 --- /dev/null +++ b/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb @@ -0,0 +1,17 @@ +SUMMARY = "Convert SHACL model to code bindings" +HOMEPAGE = "https://pypi.org/project/shacl2code/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" + +PYPI_PACKAGE = "shacl2code" +SRC_URI[sha256sum] = "d8b511054ca564b4514b9186ece7f5eb8048cfc5daa6625def1a3adba13c4f66" + +inherit pypi python_hatchling + +RDEPENDS:${PN} += " \ + python3-jinja2 \ + python3-rdflib \ +" + +BBCLASSEXTEND = "native nativesdk" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231958): https://lists.openembedded.org/g/openembedded-core/message/231958 Mute This Topic: https://lists.openembedded.org/mt/117993339/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
