From ea7ff13eb46d7e63fafab4694f3829310479462b Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 13 Aug 2024 11:25:17 -0400 Subject: python3-bokeh: add and update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add (move) the python3-bokeh recipe to here from meta-jupyter while updating from 2.4.2 → 3.5.1. Bokeh is not a requirement or dependency for jupyter, therefore it does not need to be stored in that layer. Bokeh is used by: - meta-kria/recipes-utils/kria-dashboard/kria-dashboard.bb - meta-system-controller/recipes-utils/pmtool/pmtool.bb Both of those layers have dependencies on meta-xilinx-core, so moving the recipe here will still make it available to both. Signed-off-by: Trevor Woerner Signed-off-by: Mark Hatle --- .../python3-setuptools-git-versioning_2.0.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-xilinx-core/recipes-devtools/python/python3-setuptools-git-versioning_2.0.0.bb (limited to 'meta-xilinx-core/recipes-devtools/python/python3-setuptools-git-versioning_2.0.0.bb') diff --git a/meta-xilinx-core/recipes-devtools/python/python3-setuptools-git-versioning_2.0.0.bb b/meta-xilinx-core/recipes-devtools/python/python3-setuptools-git-versioning_2.0.0.bb new file mode 100644 index 00000000..53f04b77 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-setuptools-git-versioning_2.0.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "Use git repo data for building a version number according PEP-440" +HOMEPAGE = "https://setuptools-git-versioning.readthedocs.io" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=92e79e3a844e66731724600f3ac9c0d8" + +SRC_URI[sha256sum] = "85b5fbe7bda8e9c24bbd9e587a9d4b91129417f4dd3e11e3c0d5f3f835fc4d4d" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-core \ + python3-datetime \ + python3-logging \ + python3-packaging \ + python3-pprint \ + python3-setuptools \ + python3-tomllib \ + " + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf