Andrew Geissler | c926e17 | 2021-05-07 16:11:35 -0500 | [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=836a1950177996968a49ff477a4a61c4" | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" | ||||
8 | |||||
9 | inherit pypi setuptools3 | ||||
10 | |||||
11 | BBCLASSEXTEND = "native" |