blob: 611abca6bc6b786062e60dc15999c1ee3d885bee [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "Python style guide checker (formly called pep8)"
2HOMEPAGE = "https://pypi.org/project/pycodestyle"
3LICENSE = "MIT"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a8546d0e77f416fb05a26acd89c8b3bd"
6
Andrew Geissler32b11992021-03-31 13:37:05 -05007SRC_URI[sha256sum] = "c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"
Andrew Geissler89770b02020-06-13 10:40:47 -05008
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native nativesdk"