blob: 17cc540f00d7c99695cb7859c22df0da6e4ced35 [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
Brad Bishop2d39a062019-10-28 08:33:36 -04007SRC_URI = "git://github.com/berkerpeksag/astor.git \
8 file://f820f3ff7ad8818475b6e107e63aa9a54252d2a9.patch \
9 "
10SRCREV ?= "3a7607e31f0c17e747ded5cfe0b582d99f7caecf"
Brad Bishop19323692019-04-05 15:28:33 -040011
12inherit setuptools3
13
14S = "${WORKDIR}/git"
15
16BBCLASSEXTEND = "native"