xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-ply_3.11.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Python Lex and Yacc"
2*4882a593SmuzhiyunDESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
3*4882a593SmuzhiyunHOMEPAGE = "https://pypi.python.org/pypi/ply"
4*4882a593SmuzhiyunSECTION = "devel/python"
5*4882a593SmuzhiyunLICENSE = "BSD-3-Clause"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://README.md;beginline=5;endline=32;md5=f5ee5c355c0e6719c787a71b8f0fa96c"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRC_URI[md5sum] = "6465f602e656455affcd7c5734c638f8"
9*4882a593SmuzhiyunSRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3"
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuninherit pypi setuptools3
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunRDEPENDS:${PN}:class-target += "\
14*4882a593Smuzhiyun    ${PYTHON_PN}-netclient \
15*4882a593Smuzhiyun    ${PYTHON_PN}-shell \
16*4882a593Smuzhiyun"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunBBCLASSEXTEND = "native"
19