DRAFT {crystal} Add python3-sphinx_1.6.7.bb

This commit is contained in:
Herb Kuta 2019-04-30 15:42:48 -07:00
parent 40c511b653
commit 80b857505f
2 changed files with 20 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,5 @@
# Copyright (c) 2019 LG Electronics, Inc.
require python-sphinx.inc
inherit setuptools3