diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-29 16:25:07 +0900 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:29:58 -0400 |
commit | 5b8630da22a30bfbfd2990e5d6dc4b192794b33a (patch) | |
tree | 3a471a7bf90eabdabbe8af155cfa13a835b99725 | |
parent | dd68c2e44c091768fad194d421a1f81e92bb6f8a (diff) | |
download | meta-virtualization-5b8630da22a30bfbfd2990e5d6dc4b192794b33a.tar.gz |
python3-sphinx: Add python3 version
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-sphinx_2.2.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-sphinx_2.2.0.bb b/recipes-devtools/python/python3-sphinx_2.2.0.bb new file mode 100644 index 00000000..5ea408fa --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_2.2.0.bb | |||
@@ -0,0 +1,11 @@ | |||
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=cc3ed00294f08c93200bc064c73c9d40" | ||
6 | |||
7 | PYPI_PACKAGE = "Sphinx" | ||
8 | |||
9 | SRC_URI[md5sum] = "ca64efdbb4d3a0a78398dbcf9f78971d" | ||
10 | SRC_URI[sha256sum] = "0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845" | ||
11 | inherit setuptools3 pypi | ||