blob: 2d8742545dae9f402cea170b6d8d368ddcdfc1a9 [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
Patrick Williams2a254922023-08-11 09:48:11 -05007SRC_URI[sha256sum] = "55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d"
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"