Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "passive checker of Python programs" |
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://README.rst;md5=029ce1beb023f2c4ca9f417e4984a865" |
| 5 | |
| 6 | SRC_URI[md5sum] = "b385b0e4cd40a522553e97cd2d83573e" |
| 7 | SRC_URI[sha256sum] = "8d616a382f243dbf19b54743f280b80198be0bca3a5396f1d2e1fca6223e8805" |
| 8 | |
| 9 | inherit pypi setuptools |
| 10 | |
| 11 | RDEPENDS_${PN} += " \ |
| 12 | ${PYTHON_PN}-prettytable \ |
| 13 | ${PYTHON_PN}-cmd2 \ |
| 14 | ${PYTHON_PN}-pyparsing" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |