blob: 54e43e3754838cc334954a9cad621e66bbadf61b [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 Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https \
Andrew Geissler72956ed2021-01-08 16:11:14 -06008 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
Andrew Geissler9aee5002022-03-30 16:27:02 +000013PIP_INSTALL_PACKAGE = "astor"
Brad Bishop19323692019-04-05 15:28:33 -040014
15S = "${WORKDIR}/git"
16
17BBCLASSEXTEND = "native"