blob: eda18602fbbca9afbdb1b585c4ef2d2f3078913f [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST)."
2HOMEPAGE = "https://github.com/serge-sans-paille/gast"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90"
6
Patrick Williams213cb262021-08-07 19:21:33 -05007SRC_URI[sha256sum] = "b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46"
Brad Bishop19323692019-04-05 15:28:33 -04008
Andrew Geissler89770b02020-06-13 10:40:47 -05009inherit pypi setuptools3
Brad Bishop19323692019-04-05 15:28:33 -040010
11BBCLASSEXTEND = "native"