diff options
author | Daniela Plascencia <daniela.plascencia@linux.intel.com> | 2016-12-01 13:24:48 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:18 +0100 |
commit | f5a5a84d5c551a3b1daa2c8092279fbed9abe54f (patch) | |
tree | 6ac46e2b428c75aeaa5afd881feb8f2174fa5c0d /meta-python | |
parent | 1b73d2c713938f10931749ece3a703ad9004376a (diff) | |
download | meta-openembedded-f5a5a84d5c551a3b1daa2c8092279fbed9abe54f.tar.gz |
python-astroid: add new recipe
The recipe defines the astroid python module. This module
provides a common base representation of python source
code for projects such as pylint.
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid_1.4.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb b/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb new file mode 100644 index 000000000..63401aa7f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "An abstract syntax tree for Python with inference support." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid/1.4.8" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "LGPL" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | SRC_URI[md5sum] = "3def6c80afcd38b4ca4aca6aea71cbde" | ||
8 | SRC_URI[sha256sum] = "5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3" | ||
9 | |||
10 | inherit setuptools pypi | ||