blob: 65ca55e07bf34666fe624af424e5655dc7e1fa2f [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 Williams520786c2023-06-25 16:20:36 -05005LIC_FILES_CHKSUM = "file://COPYING.txt;md5=08f5f8aa6a1db2500c08a2bb558e45af"
Andrew Geissler595f6302022-01-24 19:11:47 +00006
Patrick Williams520786c2023-06-25 16:20:36 -05007SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
Andrew Geissler595f6302022-01-24 19:11:47 +00008
9inherit pypi setuptools3
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011BBCLASSEXTEND = "native nativesdk"