blob: 7ae93ab557b9042a3a7320e5f2f21ca6cc9a5b5e [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
2HOMEPAGE = "http://docutils.sourceforge.net"
3SECTION = "devel/python"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00004LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05005LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee"
Andrew Geissler595f6302022-01-24 19:11:47 +00006
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05007SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
Andrew Geissler595f6302022-01-24 19:11:47 +00008
9inherit pypi setuptools3
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011BBCLASSEXTEND = "native nativesdk"