blob: 6e08a199498175f71a1ab035961d42b99e7ffb8a [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
7SRC_URI = "git://github.com/serge-sans-paille/gast.git"
8SRCREV ?= "ed82e2a507505c6b18eb665d3738b6c0602da5e7"
9
10inherit setuptools3
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"