diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-08-08 13:43:22 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-10 12:51:21 -0700 |
commit | 98382d5c77900b504360e48ebdf4a4ef0082b9e1 (patch) | |
tree | c0c0c774aea70f259d17d3c510204dd3ee7ef9f5 /meta-python/recipes-devtools/python/python-pycodestyle.inc | |
parent | de0149136450188c3c866478f843d484301d3c62 (diff) | |
download | meta-openembedded-98382d5c77900b504360e48ebdf4a4ef0082b9e1.tar.gz |
meta-python: add python-pycodestyle recipe
Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycodestyle.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycodestyle.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycodestyle.inc b/meta-python/recipes-devtools/python/python-pycodestyle.inc new file mode 100644 index 000000000..c0e46b7ea --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycodestyle.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Python style guide checker (formly called pep8)" | ||
2 | HOMEPAGE = "https://pypi.org/project/pycodestyle" | ||
3 | LICENSE = "MIT" | ||
4 | SECTION = "devel/python" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=01831ddbaf398471da3cc87f5037e822" | ||
6 | |||
7 | SRC_URI[md5sum] = "85bbebd2c90d2f833c1db467d4d0e9a3" | ||
8 | SRC_URI[sha256sum] = "cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||