diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 22:56:11 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 09:15:28 -0800 |
| commit | aef7c2bb5a868c2cbc59487b08b0e776589127f7 (patch) | |
| tree | 59dca334781a21f05417254af49ace2e99584d74 /meta-python/recipes-devtools/python/python3-astroid_2.5.bb | |
| parent | a27a95077ca5b56c7936801f8c8b19a43d91264f (diff) | |
| download | meta-openembedded-aef7c2bb5a868c2cbc59487b08b0e776589127f7.tar.gz | |
python3-astroid: update to 2.5
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_2.5.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.bb new file mode 100644 index 0000000000..f69d85015c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.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] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d" | ||
| 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 | " | ||
