summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb
blob: a946a008c2a794f4b478e6f90f39878f6cf392ec (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] = "b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"