diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 16:29:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-10 09:39:38 -0700 |
| commit | 1d58644dcdae2d0dd063797ba01043f77f14a327 (patch) | |
| tree | 6896b7287f7292ef85ec45c64400af6aee3dc932 /meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb | |
| parent | 68ee3ed5fbc7d3d7818916d98e87f3ccaf673a38 (diff) | |
| download | meta-openembedded-1d58644dcdae2d0dd063797ba01043f77f14a327.tar.gz | |
python3-astroid: upgrade 2.15.1 -> 2.15.2
Changelog:
=========
* Support more possible usages of "attrs" decorators.
Closes pylint-dev/pylint#7884
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb new file mode 100644 index 0000000000..3b8a7f103c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-astroid_2.15.2.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 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-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6e61b85c891ec53b07471aec5878f4ac6446a41e590ede0f2ce095f39f7d49dd" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += "\ | ||
| 12 | ${PYTHON_PN}-pytest-runner-native \ | ||
| 13 | ${PYTHON_PN}-wheel-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | PACKAGES =+ "${PN}-tests" | ||
| 17 | |||
| 18 | FILES:${PN}-tests += " \ | ||
| 19 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS:${PN}:class-target += "\ | ||
| 24 | ${PYTHON_PN}-distutils \ | ||
| 25 | ${PYTHON_PN}-lazy-object-proxy \ | ||
| 26 | ${PYTHON_PN}-logging \ | ||
| 27 | ${PYTHON_PN}-six \ | ||
| 28 | ${PYTHON_PN}-wrapt \ | ||
| 29 | ${PYTHON_PN}-setuptools \ | ||
| 30 | " | ||
| 31 | |||
| 32 | RDEPENDS:${PN}-tests:class-target += "\ | ||
| 33 | ${PYTHON_PN}-unittest \ | ||
| 34 | ${PYTHON_PN}-xml \ | ||
| 35 | " | ||
