Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" |
2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||||
3 | SECTION = "devel/python" | ||||
4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | ||||
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513" | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" | ||||
8 | |||||
9 | inherit pypi setuptools3 | ||||
10 | |||||
11 | BBCLASSEXTEND = "native" |