summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-pyflakes_3.1.0.bb
blob: 11f11b776d675d3b3904f2a9d417d49530447830 (plain)
1
2
3
4
5
6
7
8
9
10
SUMMARY = "passive checker of Python programs"
HOMEPAGE = "https://github.com/PyCQA/pyflakes"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f"

SRC_URI[sha256sum] = "a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"