diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb new file mode 100644 index 0000000000..8291281cab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python style guide checker" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c" | ||
| 8 | SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | ||
| 13 | ${PYTHON_PN}-cmd2 \ | ||
| 14 | ${PYTHON_PN}-pyparsing" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c" | ||
| 17 | SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374" | ||
