From 82f8a454a37bff32b98eab004e20b9c25a818165 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 24 Mar 2022 08:10:59 -0400 Subject: python3-sphinx: make a 4.2.0 specific recipe OEcore has pulled in python3-sphinx, and bumped the version. Our recipe is causing failures. We still have a version dependency on 4.2.x, so we create a specific recipe to keep things working. Hopefully this can be deleted shortly, and this is only being created as a transition project. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-sphinx-420.bb | 15 +++++++++++++++ recipes-devtools/python/python3-sphinx_4.2.0.bb | 11 ----------- 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 recipes-devtools/python/python3-sphinx-420.bb delete mode 100644 recipes-devtools/python/python3-sphinx_4.2.0.bb diff --git a/recipes-devtools/python/python3-sphinx-420.bb b/recipes-devtools/python/python3-sphinx-420.bb new file mode 100644 index 00000000..67ecf416 --- /dev/null +++ b/recipes-devtools/python/python3-sphinx-420.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" + +PYPI_PACKAGE = "Sphinx" + +PV = "4.2.0" + +RCONFLICTS:${PN} = "python3-sphinx" + +SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" + +inherit setuptools3 pypi diff --git a/recipes-devtools/python/python3-sphinx_4.2.0.bb b/recipes-devtools/python/python3-sphinx_4.2.0.bb deleted file mode 100644 index 01f36ea0..00000000 --- a/recipes-devtools/python/python3-sphinx_4.2.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" - -PYPI_PACKAGE = "Sphinx" - -SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" - -inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf