blob: 5048e5bec9fef7a748ad06b1c95ac10273a69fc5 [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
Andrew Geissler72956ed2021-01-08 16:11:14 -06007SRC_URI = "git://github.com/berkerpeksag/astor.git \
8 file://0001-rtrip.py-convert-to-python3.patch \
9"
Brad Bishope42b3e32020-01-15 22:08:42 -050010SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
Brad Bishop19323692019-04-05 15:28:33 -040011
12inherit setuptools3
13
14S = "${WORKDIR}/git"
15
16BBCLASSEXTEND = "native"