xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-installer_0.5.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Library and tool for installing Python wheels"
2*4882a593SmuzhiyunDESCRIPTION = "A low-level library for installing a Python package from a wheel distribution."
3*4882a593SmuzhiyunHOMEPAGE = "https://installer.readthedocs.io/"
4*4882a593SmuzhiyunBUGTRACKER = "https://github.com/pypa/installer/issues"
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunLICENSE = "MIT"
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=5038641aec7a77451e31da828ebfae00"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRC_URI += "file://interpreter.patch"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRC_URI[sha256sum] = "f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445"
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuninherit pypi python_flit_core
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunDEPENDS:remove:class-native = "python3-installer-native"
16*4882a593SmuzhiyunDEPENDS:append:class-native = " unzip-native"
17*4882a593Smuzhiyun
18*4882a593Smuzhiyundo_install:class-native () {
19*4882a593Smuzhiyun    python_pep517_do_bootstrap_install
20*4882a593Smuzhiyun}
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
23