blob: 9a8d1076fcb3636ba855e8a144e770c694951716 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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 Geissler5082cc72023-09-11 08:41:39 -04007SRC_URI[sha256sum] = "259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native nativesdk"