From 80b857505fab739941430174bba4e0491feca9f6 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 30 Apr 2019 15:42:48 -0700 Subject: [PATCH] DRAFT {crystal} Add python3-sphinx_1.6.7.bb --- recipes-devtools/python/python-sphinx.inc | 15 +++++++++++++++ recipes-devtools/python/python3-sphinx_1.6.7.bb | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 recipes-devtools/python/python-sphinx.inc create mode 100644 recipes-devtools/python/python3-sphinx_1.6.7.bb diff --git a/recipes-devtools/python/python-sphinx.inc b/recipes-devtools/python/python-sphinx.inc new file mode 100644 index 0000000..c73d9a3 --- /dev/null +++ b/recipes-devtools/python/python-sphinx.inc @@ -0,0 +1,15 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +DESCRIPTION = "Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects" +HOMEPAGE = "http://www.sphinx-doc.org" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause & Python-2 & BSD-3-Clause & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d5575c977f2e4659ece47f731f2b8319" + +SRC_URI[md5sum] = "753731d5751991d9cc0c02b8994f21f6" +SRC_URI[sha256sum] = "832bed0dc6099c2abca957d90ff55bc1a6ec4425c13fc144adbae68a970e3775" + +PYPI_PACKAGE = "Sphinx" +inherit pypi + +BBCLASSEXTEND = "native" diff --git a/recipes-devtools/python/python3-sphinx_1.6.7.bb b/recipes-devtools/python/python3-sphinx_1.6.7.bb new file mode 100644 index 0000000..53801e6 --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_1.6.7.bb @@ -0,0 +1,5 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +require python-sphinx.inc + +inherit setuptools3