diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb new file mode 100644 index 0000000000..93027754b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb | |||
@@ -0,0 +1,32 @@ | |||
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-2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | SRC_URI[sha256sum] = "6b0ed1af831570e500e2437625979eaa3b36011f66ddfc4ce930128610258ca9" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
12 | |||
13 | PACKAGES =+ "${PN}-tests" | ||
14 | |||
15 | FILES_${PN}-tests += " \ | ||
16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS_${PN}_class-target += "\ | ||
21 | ${PYTHON_PN}-distutils \ | ||
22 | ${PYTHON_PN}-lazy-object-proxy \ | ||
23 | ${PYTHON_PN}-logging \ | ||
24 | ${PYTHON_PN}-six \ | ||
25 | ${PYTHON_PN}-wrapt \ | ||
26 | ${PYTHON_PN}-setuptools \ | ||
27 | " | ||
28 | |||
29 | RDEPENDS_${PN}-tests_class-target += "\ | ||
30 | ${PYTHON_PN}-unittest \ | ||
31 | ${PYTHON_PN}-xml \ | ||
32 | " | ||