xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-tomli_2.0.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "A lil' TOML parser"
2*4882a593SmuzhiyunDESCRIPTION = "Tomli is a Python library for parsing TOML. Tomli is fully \
3*4882a593Smuzhiyuncompatible with TOML v1.0.0."
4*4882a593SmuzhiyunHOMEPAGE = "https://github.com/hukkin/tomli"
5*4882a593SmuzhiyunBUGTRACKER = "https://github.com/hukkin/tomli/issues"
6*4882a593SmuzhiyunLICENSE = "MIT"
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
8*4882a593Smuzhiyun
9*4882a593Smuzhiyuninherit pypi python_flit_core
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRC_URI[sha256sum] = "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
14