aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-01-13 09:09:37 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-13 18:34:32 -0800
commit106c94d08688644a619f3231c924cd383054255d (patch)
tree05cb573adef238c7a9cf43fd5da2f132da69685f /meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
parentace72cb043184e2b4dd3811eb80e1a461309de64 (diff)
downloadmeta-openembedded-106c94d08688644a619f3231c924cd383054255d.tar.gz
python3-astor: 0.8 -> 0.8.1
f820f3ff7ad8818475b6e107e63aa9a54252d2a9.patch Removed since it is included in 0.8.1. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astor_0.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astor_0.8.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
new file mode 100644
index 0000000000..125a0236ec
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
@@ -0,0 +1,14 @@
+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 "
+SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
+
+inherit setuptools3
+
+S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native"