| SUMMARY = "Python documentation generator" |
| HOMEPAGE = "http://sphinx-doc.org/" |
| SECTION = "devel/python" |
| LICENSE = "BSD-2-Clause & MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=e30c37a2b7fb0afa3adc0d72b85e8b04" |
| |
| SRC_URI[sha256sum] = "7741722357dd75f8190766926071fed3bdc211c74dd2d7d4df5404da95930ddb" |
| |
| SRC_URI += "file://0001-Revert-singlehtml-deprecate-the-fix_refuris-helper-f.patch" |
| |
| inherit python_flit_core pypi |
| |
| do_install:append () { |
| # The cache format of "{None, 'en', 'ja'}" doesn't seem to be consistent (dict ordering?) |
| rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex* |
| } |
| |
| RDEPENDS:${PN} = "\ |
| python3-alabaster \ |
| python3-babel \ |
| python3-docutils \ |
| python3-imagesize \ |
| python3-jinja2 \ |
| python3-packaging \ |
| python3-pygments \ |
| python3-requests \ |
| python3-roman-numerals \ |
| python3-snowballstemmer \ |
| python3-sphinxcontrib-applehelp \ |
| python3-sphinxcontrib-devhelp \ |
| python3-sphinxcontrib-htmlhelp \ |
| python3-sphinxcontrib-jsmath \ |
| python3-sphinxcontrib-qthelp \ |
| python3-sphinxcontrib-serializinghtml \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |