diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:03:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:08 -0800 |
| commit | 8baf471be1e5466b3e439d610b74f8645b1bfa35 (patch) | |
| tree | f0f8ab3c79cf1e2b9c3b252ab81e7499a0e81e66 /meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb | |
| parent | 7769269d43102c89334d2edf3bbb86a519e3d1a7 (diff) | |
| download | meta-openembedded-8baf471be1e5466b3e439d610b74f8645b1bfa35.tar.gz | |
python3-astroid: upgrade 2.14.1 -> 2.14.2
Changelog:
==========
'_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.
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.14.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb b/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb deleted file mode 100644 index e59d1d9991..0000000000 --- a/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 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] = "bd1aa4f9915c98e8aaebcd4e71930154d4e8c9aaf05d35ac0a63d1956091ae3f" | ||
| 8 | |||
| 9 | SRC_URI += " \ | ||
| 10 | file://0001-pyproject.toml-Replace-with.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | DEPENDS += "\ | ||
| 16 | ${PYTHON_PN}-pytest-runner-native \ | ||
| 17 | ${PYTHON_PN}-wheel-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | PACKAGES =+ "${PN}-tests" | ||
| 21 | |||
| 22 | FILES:${PN}-tests += " \ | ||
| 23 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
| 24 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS:${PN}:class-target += "\ | ||
| 28 | ${PYTHON_PN}-distutils \ | ||
| 29 | ${PYTHON_PN}-lazy-object-proxy \ | ||
| 30 | ${PYTHON_PN}-logging \ | ||
| 31 | ${PYTHON_PN}-six \ | ||
| 32 | ${PYTHON_PN}-wrapt \ | ||
| 33 | ${PYTHON_PN}-setuptools \ | ||
| 34 | " | ||
| 35 | |||
| 36 | RDEPENDS:${PN}-tests:class-target += "\ | ||
| 37 | ${PYTHON_PN}-unittest \ | ||
| 38 | ${PYTHON_PN}-xml \ | ||
| 39 | " | ||
