diff options
author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-08-03 17:58:00 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-05 22:34:54 -0400 |
commit | 48671c3e8c324f4a5fd6a1e7b396d2f05080ed1c (patch) | |
tree | 3fe90cfa1f46f3d4a9ebb002d302aa937462e4ac /recipes-devtools/python/python-sphinx_1.3.1.bb | |
parent | 13a8ca539f8f5b0fd702696f3b15fc24f64aae89 (diff) | |
download | meta-virtualization-48671c3e8c324f4a5fd6a1e7b396d2f05080ed1c.tar.gz |
python-sphinx: upgrade 1.2b1 -> 1.3.1
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-sphinx_1.3.1.bb')
-rw-r--r-- | recipes-devtools/python/python-sphinx_1.3.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "Python documentation generator" | ||
2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6dd095eaa1e7a662b279daf80ecad7e6" | ||
6 | |||
7 | PR = "r0" | ||
8 | SRCNAME = "Sphinx" | ||
9 | |||
10 | SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332" | ||
13 | SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||