python3-astor_0.8.1.bb 471 B

12345678910111213141516
  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. SRC_URI = "git://github.com/berkerpeksag/astor.git \
  7. file://0001-rtrip.py-convert-to-python3.patch \
  8. "
  9. SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
  10. inherit setuptools3
  11. S = "${WORKDIR}/git"
  12. BBCLASSEXTEND = "native"