From 3854ee74156f2061b2b9b6c02fd53258b0a72fdf Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 7 Aug 2024 11:43:29 -0400 Subject: python3-sphinxcontrib-devhelp: upgrade 1.0.6 -> 2.0.0 License-Update: Rename LICENSE to LICENCE.rst Changelog (https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst): Release 2.0.0 (2024-07-28) - Adopt Ruff - Tighten MyPy settings - Update GitHub actions versions - Avoid storing build time in gzip headers (From OE-Core rev: cacadc88ace0ae9fb89240493e73fa90cc87fdab) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- .../python/python3-sphinxcontrib-devhelp_2.0.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb (limited to 'meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb') diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb new file mode 100644 index 0000000000..9f53973708 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." +HOMEPAGE = "https://www.sphinx-doc.org" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=fd30d9972a142c857a80c9f312e92b93" + +SRC_URI[sha256sum] = "411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad" + +PYPI_PACKAGE = "sphinxcontrib_devhelp" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf