blob: afcfabb95a85f18e4ff5e62a8766053861d38ed2 [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001SUMMARY = "A Python Parser"
2HOMEPAGE = "https://github.com/davidhalter/parso"
3AUTHOR = "David Halter <davidhalter88@gmail.com>"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
6
7PYPI_PACKAGE = "parso"
8
Andrew Geisslere34f8962021-04-15 15:53:51 -05009SRC_URI[sha256sum] = "12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010
11inherit setuptools3 pypi