summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
diff options
context:
space:
mode:
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, 39 insertions, 0 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
new file mode 100644
index 0000000000..e59d1d9991
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.14.1.bb
@@ -0,0 +1,39 @@
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"