From 6fed58d8cb55d4dad7c79adbe0b109e0670e64f3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Sep 2021 13:53:56 -0400 Subject: python3-sphinx: update to 4.2.0 Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-sphinx_3.5.4.bb | 11 ----------- recipes-devtools/python/python3-sphinx_4.2.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 recipes-devtools/python/python3-sphinx_3.5.4.bb create mode 100644 recipes-devtools/python/python3-sphinx_4.2.0.bb diff --git a/recipes-devtools/python/python3-sphinx_3.5.4.bb b/recipes-devtools/python/python3-sphinx_3.5.4.bb deleted file mode 100644 index 3f541c7a..00000000 --- a/recipes-devtools/python/python3-sphinx_3.5.4.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" - -PYPI_PACKAGE = "Sphinx" - -SRC_URI[sha256sum] = "19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1" - -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 new file mode 100644 index 00000000..dbb60009 --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_4.2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" + +PYPI_PACKAGE = "Sphinx" + +SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf