Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Easy manipulation of Python source via the AST." |
| 2 | HOMEPAGE = "https://github.com/berkerpeksag/astor" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" |
| 6 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git \ |
| 8 | file://0001-rtrip.py-convert-to-python3.patch \ |
| 9 | " |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
| 12 | inherit setuptools3 |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | BBCLASSEXTEND = "native" |