mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
meta-python: add python-pycodestyle recipe
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
de01491364
commit
98382d5c77
12
meta-python/recipes-devtools/python/python-pycodestyle.inc
Normal file
12
meta-python/recipes-devtools/python/python-pycodestyle.inc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SUMMARY = "Python style guide checker (formly called pep8)"
|
||||
HOMEPAGE = "https://pypi.org/project/pycodestyle"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=01831ddbaf398471da3cc87f5037e822"
|
||||
|
||||
SRC_URI[md5sum] = "85bbebd2c90d2f833c1db467d4d0e9a3"
|
||||
SRC_URI[sha256sum] = "cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a"
|
||||
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
inherit setuptools
|
||||
require python-pycodestyle.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-lang"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools3
|
||||
require python-pycodestyle.inc
|
||||
Loading…
Reference in New Issue
Block a user