summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-27 16:03:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-27 09:43:08 -0800
commit8baf471be1e5466b3e439d610b74f8645b1bfa35 (patch)
treef0f8ab3c79cf1e2b9c3b252ab81e7499a0e81e66 /meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
parent7769269d43102c89334d2edf3bbb86a519e3d1a7 (diff)
downloadmeta-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.bb39
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 @@
1SUMMARY = "An abstract syntax tree for Python with inference support."
2HOMEPAGE = "https://pypi.python.org/pypi/astroid"
3SECTION = "devel/python"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
6
7SRC_URI[sha256sum] = "bd1aa4f9915c98e8aaebcd4e71930154d4e8c9aaf05d35ac0a63d1956091ae3f"
8
9SRC_URI += " \
10 file://0001-pyproject.toml-Replace-with.patch \
11"
12
13inherit pypi python_setuptools_build_meta
14
15DEPENDS += "\
16 ${PYTHON_PN}-pytest-runner-native \
17 ${PYTHON_PN}-wheel-native \
18"
19
20PACKAGES =+ "${PN}-tests"
21
22FILES:${PN}-tests += " \
23 ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \
24 ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \
25"
26
27RDEPENDS:${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
36RDEPENDS:${PN}-tests:class-target += "\
37 ${PYTHON_PN}-unittest \
38 ${PYTHON_PN}-xml \
39"