From 48671c3e8c324f4a5fd6a1e7b396d2f05080ed1c Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Mon, 3 Aug 2015 17:58:00 +0800 Subject: python-sphinx: upgrade 1.2b1 -> 1.3.1 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-sphinx_1.2b1.bb | 17 ----------------- recipes-devtools/python/python-sphinx_1.3.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 recipes-devtools/python/python-sphinx_1.2b1.bb create mode 100644 recipes-devtools/python/python-sphinx_1.3.1.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-sphinx_1.2b1.bb b/recipes-devtools/python/python-sphinx_1.2b1.bb deleted file mode 100644 index acdba560..00000000 --- a/recipes-devtools/python/python-sphinx_1.2b1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=da9cf9fa4e0d0076dd4d116777ad401e" - -PR = "r0" -SRCNAME = "Sphinx" - -SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "67bea6df63be8e2a76ebedc76d8f71a3" -SRC_URI[sha256sum] = "16102b69e939d9ee60b05d694a804a83e3ce047c283f6b981a83573a75ea718d" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/recipes-devtools/python/python-sphinx_1.3.1.bb b/recipes-devtools/python/python-sphinx_1.3.1.bb new file mode 100644 index 00000000..fe8ad94a --- /dev/null +++ b/recipes-devtools/python/python-sphinx_1.3.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6dd095eaa1e7a662b279daf80ecad7e6" + +PR = "r0" +SRCNAME = "Sphinx" + +SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332" +SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf