summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-18 09:57:18 -0700
committerKhem Raj <raj.khem@gmail.com>2025-05-19 15:06:30 -0700
commit02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902 (patch)
tree006063bc84c8c9039f5800c9de39acc6e637ff60 /meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
parentecca54d9307a523d6f644e70294a37d6f89548ee (diff)
downloadmeta-openembedded-02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902.tar.gz
python3-pandas: Upgrade to 2.2.3
Fixes build with cython >=3.1 Drop patch to pin numpy to 1.x Edit out absolute paths from cython generated C files Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
deleted file mode 100644
index b956f5ca2f..0000000000
--- a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1SUMMARY = "pandas library for high-performance data analysis tools"
2DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
3high-performance, easy-to-use data structures and data analysis tools for \
4the Python programming language."
5HOMEPAGE = "https://pandas.pydata.org/"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a"
8
9SRC_URI += " \
10 file://0001-pyproject.toml-don-t-pin-dependency-versions.patch \
11 file://0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch \
12 "
13
14SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-header-location.patch "
15
16SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54"
17
18inherit pkgconfig pypi python_mesonpy cython
19
20DEPENDS += " \
21 python3-numpy \
22 python3-versioneer-native \
23"
24
25CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations"
26
27RDEPENDS:${PN} += " \
28 python3-json \
29 python3-numpy \
30 python3-dateutil \
31 python3-dateutil-zoneinfo \
32 python3-pytz \
33 python3-profile \
34"
35
36PYTHONPATH:prepend:class-target = "${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}:"
37export PYTHONPATH
38
39EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include "