diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-13 17:20:29 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-14 19:26:18 -0500 |
| commit | 60ba6620761252f7ca0ef06712cb708059aa5589 (patch) | |
| tree | 5e71400bcb356b3b2ee58a0f4c3e6f96e3d0e988 /recipes-devtools/python/python-sphinx_1.3.1.bb | |
| parent | cae119bc7ec674263f6d53f4db2eae1d897a0c8d (diff) | |
| download | meta-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.3.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-sphinx_1.3.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/python/python-sphinx_1.3.1.bb b/recipes-devtools/python/python-sphinx_1.3.1.bb deleted file mode 100644 index fe8ad94a..00000000 --- a/recipes-devtools/python/python-sphinx_1.3.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | ||
