blob: 507087909ebe3451786bfc18d07adaf877cfef3a [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
9SRC_URI[md5sum] = "ee3592994bfc0d0843790544c1b2b702"
10SRC_URI[sha256sum] = "2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64"
11
12inherit setuptools3 pypi