diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-18 09:57:18 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-19 15:06:30 -0700 |
| commit | 02c52ce66f3845f6d2fbdc74bd3c291a4c4eb902 (patch) | |
| tree | 006063bc84c8c9039f5800c9de39acc6e637ff60 /meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb | |
| parent | ecca54d9307a523d6f644e70294a37d6f89548ee (diff) | |
| download | meta-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.bb | 39 |
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 @@ | |||
| 1 | SUMMARY = "pandas library for high-performance data analysis tools" | ||
| 2 | DESCRIPTION = "pandas is an open source, BSD-licensed library providing \ | ||
| 3 | high-performance, easy-to-use data structures and data analysis tools for \ | ||
| 4 | the Python programming language." | ||
| 5 | HOMEPAGE = "https://pandas.pydata.org/" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a" | ||
| 8 | |||
| 9 | SRC_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 | |||
| 14 | SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-header-location.patch " | ||
| 15 | |||
| 16 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" | ||
| 17 | |||
| 18 | inherit pkgconfig pypi python_mesonpy cython | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python3-numpy \ | ||
| 22 | python3-versioneer-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations" | ||
| 26 | |||
| 27 | RDEPENDS:${PN} += " \ | ||
| 28 | python3-json \ | ||
| 29 | python3-numpy \ | ||
| 30 | python3-dateutil \ | ||
| 31 | python3-dateutil-zoneinfo \ | ||
| 32 | python3-pytz \ | ||
| 33 | python3-profile \ | ||
| 34 | " | ||
| 35 | |||
| 36 | PYTHONPATH:prepend:class-target = "${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}:" | ||
| 37 | export PYTHONPATH | ||
| 38 | |||
| 39 | EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include " | ||
