blob: f1190c36fbe0ad956afadba1ca6b32206adb1fc5 [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001DESCRIPTION = "McCabe checker, plugin for flake8"
Andrew Geissler32b11992021-03-31 13:37:05 -05002HOMEPAGE = "https://github.com/PyCQA/mccabe"
Andrew Geisslerd688a012020-09-18 13:36:00 -05003SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f"
6
7SRC_URI[md5sum] = "723df2f7b1737b8887475bac4c763e1e"
8SRC_URI[sha256sum] = "dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"
9
10inherit pypi setuptools3
11
12DEPENDS += "${PYTHON_PN}-pytest-runner-native"
13
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \
Andrew Geisslerd688a012020-09-18 13:36:00 -050015 ${PYTHON_PN}-cmd2 \
16 ${PYTHON_PN}-pyparsing \
17 "