diff options
| author | Derek Straka <derek@asterius.io> | 2017-06-16 12:32:03 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-19 19:30:41 +0200 |
| commit | 7b535d4d24753b370ac182acbed0ae7a0ba98378 (patch) | |
| tree | c7d897040f311f1a8d10c51d4912d2b19eefbfda /meta-python/recipes-devtools/python/python-astroid_1.5.3.bb | |
| parent | c2670c4b5c020bfff5900b8cc1c90e220a5263e1 (diff) | |
| download | meta-openembedded-7b535d4d24753b370ac182acbed0ae7a0ba98378.tar.gz | |
python-astroid: update to version 1.5.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-astroid_1.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-astroid_1.5.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb b/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb new file mode 100644 index 0000000000..9731e0bba7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "An abstract syntax tree for Python with inference support." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPL" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "6f65e4ea8290ec032320460905afb828" | ||
| 8 | SRC_URI[sha256sum] = "492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN}_class-target += "\ | ||
| 13 | ${PYTHON_PN}-distutils \ | ||
| 14 | ${PYTHON_PN}-lazy-object-proxy \ | ||
| 15 | ${PYTHON_PN}-six \ | ||
| 16 | ${PYTHON_PN}-wrapt \ | ||
| 17 | " | ||
