1SUMMARY = "Docutils is a modular system for processing documentation into useful formats" 2HOMEPAGE = "http://docutils.sourceforge.net" 3SECTION = "devel/python" 4LICENSE = "CC0-1.0 & ZPL-2.1 & BSD-2-Clause & GPL-3.0-only" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=382430a09a4453818aa6618f2090491b" 6 7SRC_URI[sha256sum] = "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f" 8 9inherit pypi python_setuptools_build_meta 10 11RDEPENDS:${PN} += " \ 12 python3-pprint \ 13" 14BBCLASSEXTEND = "native nativesdk" 15