summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-sphinx_1.4.1.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-01-13 17:20:29 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-14 19:26:18 -0500
commit60ba6620761252f7ca0ef06712cb708059aa5589 (patch)
tree5e71400bcb356b3b2ee58a0f4c3e6f96e3d0e988 /recipes-devtools/python/python-sphinx_1.4.1.bb
parentcae119bc7ec674263f6d53f4db2eae1d897a0c8d (diff)
downloadmeta-virtualization-60ba6620761252f7ca0ef06712cb708059aa5589.tar.gz
python-sphinx: 1.3.1 -> 1.4.1
1) Upgrade python-sphinx from 1.3.1 to 1.4.1 2) License checksum changed,since the copyright years were updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-sphinx_1.4.1.bb')
-rw-r--r--recipes-devtools/python/python-sphinx_1.4.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-sphinx_1.4.1.bb b/recipes-devtools/python/python-sphinx_1.4.1.bb
new file mode 100644
index 00000000..835b369d
--- /dev/null
+++ b/recipes-devtools/python/python-sphinx_1.4.1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Python documentation generator"
2HOMEPAGE = "http://sphinx-doc.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=72f034adc6f7b05b09bc00d1a05bb065"
6
7PR = "r0"
8SRCNAME = "Sphinx"
9
10SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "4c4988e0306a04cef8dccc384281e585"
13SRC_URI[sha256sum] = "c6871a784d24aba9270b6b28541537a57e2fcf4d7c799410eba18236bc76d6bc"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools