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 | |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git \ |
| 8 | file://f820f3ff7ad8818475b6e107e63aa9a54252d2a9.patch \ |
| 9 | " |
| 10 | SRCREV ?= "3a7607e31f0c17e747ded5cfe0b582d99f7caecf" |
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" |