blob: c2dc9245c2f25ded0b063042ec4798d31a235d0b [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Easy manipulation of Python source via the AST."
2HOMEPAGE = "https://github.com/berkerpeksag/astor"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7"
6
7SRC_URI = "git://github.com/berkerpeksag/astor.git"
8SRCREV ?= "4ca3a26e52f08678854c2841cd0fdf223461e47d"
9
10inherit setuptools3
11
12S = "${WORKDIR}/git"
13
14BBCLASSEXTEND = "native"