summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-02-03 09:50:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-04 17:02:10 +0000
commitbe78ee165cda0aafff97c85b679ac5fe92e944ce (patch)
tree0b36f1f56ad47bb892e827512ab2e7596d58ac0b /meta/recipes-devtools
parentf82d12e5528afc3fc3388b8aaccedc7c72bcf55b (diff)
downloadpoky-be78ee165cda0aafff97c85b679ac5fe92e944ce.tar.gz
python3-sphinxcontrib-applehelp: 1.0.3 -> 1.0.4
* Tarball name changed so we can drop custom PYPI_PACKAGE * Switched back from flit to setuptools * inherit python_setuptools_build_meta instead of python3_flit_core https://github.com/sphinx-doc/sphinxcontrib-applehelp/commits/1.0.4 (From OE-Core rev: 9dfff4c89e75435cc08338059e89ee6e421d4513) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb (renamed from meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.3.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.3.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb
index c97d204c06..4d14216c52 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.3.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb
@@ -3,10 +3,8 @@ HOMEPAGE = "https://www.sphinx-doc.org"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5"
5 5
6SRC_URI[sha256sum] = "83749f09f6ac843b8cb685277dbc818a8bf2d76cc19602699094fe9a74db529e" 6SRC_URI[sha256sum] = "828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e"
7 7
8PYPI_PACKAGE = "sphinxcontrib.applehelp" 8inherit pypi python_setuptools_build_meta
9
10inherit pypi python_flit_core
11 9
12BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"