Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Epydoc is a tool for generating API documentation for Python modules, based on their docstrings" |
| 2 | LICENSE = "MIT" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=011c0d78eb6054d731c879132d7313f0" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 4 | HOMEPAGE = "http://epydoc.sourceforge.net/" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 5 | |
| 6 | SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294" |
| 7 | SRC_URI[sha256sum] = "d4e5c8d90937d01b05170f592c1fa9b29e9ed0498dfe7f0eb2a3af61725b6ad1" |
| 8 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | inherit pypi distutils |
| 10 | |
| 11 | RDEPENDS_${PN} += "\ |
| 12 | ${PYTHON_PN}-codecs \ |
| 13 | ${PYTHON_PN}-pickle \ |
| 14 | ${PYTHON_PN}-stringold \ |
| 15 | ${PYTHON_PN}-re \ |
| 16 | ${PYTHON_PN}-xml \ |
| 17 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | |
| 19 | BBCLASSEXTEND = "native" |