blob: 4f60b050484b988351b1b3985c4b4741a712e4f0 [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"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
6
7SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
8
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native"