[oe-commits] [meta-openembedded] 26/30: python-astroid: add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 11:08:27 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit f5a5a84d5c551a3b1daa2c8092279fbed9abe54f
Author: Daniela Plascencia <daniela.plascencia at linux.intel.com>
AuthorDate: Thu Dec 1 13:24:48 2016 +0000

    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 at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-astroid_1.4.8.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)

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 0000000..63401aa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb
@@ -0,0 +1,10 @@
+SUMMARY = "An abstract syntax tree for Python with inference support."
+HOMEPAGE = "https://pypi.python.org/pypi/astroid/1.4.8"
+SECTION = "devel/python"
+LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRC_URI[md5sum] = "3def6c80afcd38b4ca4aca6aea71cbde"
+SRC_URI[sha256sum] = "5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3" 
+
+inherit setuptools pypi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list