aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udns
AgeCommit message (Expand)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-03-15udns: New recipeMichael Lippautz
e/dunfell-nut2'>stable/dunfell-nut2 OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
blob: bc3315f7518e82a4daa4c6623d1a12d3b3ea5eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Easy manipulation of Python source via the AST."
HOMEPAGE = "https://github.com/berkerpeksag/astor"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7"

SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https \
           file://0001-rtrip.py-convert-to-python3.patch \
"
SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"

inherit setuptools3

S = "${WORKDIR}/git"

BBCLASSEXTEND = "native"