blob: 2b8111d544b9a532b0ccbbdfc3cf09901d60c601 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "The official binary distribution format for Python "
2HOMEPAGE = "https://github.com/pypa/wheel"
3SECTION = "devel/python"
4LICENSE = "MIT"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05005LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05007SRC_URI[sha256sum] = "cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008
Andrew Geissler9aee5002022-03-30 16:27:02 +00009inherit python_flit_core pypi
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000010
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011BBCLASSEXTEND = "native nativesdk"
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013# This used to use the bootstrap install which didn't compile. Until we bump the
14# tmpdir version we can't compile the native otherwise the sysroot unpack fails
15INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"