diff --git a/package/python-pandas/0001-remove-optional-dep.patch b/package/python-pandas/0001-remove-optional-dep.patch deleted file mode 100644 index 1401d77101..0000000000 --- a/package/python-pandas/0001-remove-optional-dep.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/pyproject.toml b/pyproject.toml -index 477c9be627..0a14b17e0c 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -34,7 +34,6 @@ dependencies = [ - "numpy>=1.26.0; python_version>='3.12'", - "python-dateutil>=2.8.2", - "pytz>=2020.1", -- "tzdata>=2022.1" - ] - classifiers = [ - 'Development Status :: 5 - Production/Stable', diff --git a/package/python-pandas/python-pandas.hash b/package/python-pandas/python-pandas.hash index efe07bd8a3..a7f1d58e41 100644 --- a/package/python-pandas/python-pandas.hash +++ b/package/python-pandas/python-pandas.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pandas/json -md5 922757466055068bddebd57bf443f2ed pandas-2.1.1.tar.gz -sha256 fecb198dc389429be557cde50a2d46da8434a17fe37d7d41ff102e3987fd947b pandas-2.1.1.tar.gz +md5 5183db713194e6fbc96c45f30a0d1311 pandas-1.0.5.tar.gz +sha256 69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8 pandas-1.0.5.tar.gz # Locally computed sha256 checksums sha256 79e4e818a662c6c02b052499bd6ededa18e780d3c026339834cc09455fea6ced LICENSE diff --git a/package/python-pandas/python-pandas.mk b/package/python-pandas/python-pandas.mk index fe9f53b6a5..e145e6c942 100644 --- a/package/python-pandas/python-pandas.mk +++ b/package/python-pandas/python-pandas.mk @@ -4,10 +4,10 @@ # ################################################################################ -PYTHON_PANDAS_VERSION = 2.1.1 +PYTHON_PANDAS_VERSION = 1.0.5 PYTHON_PANDAS_SOURCE = pandas-$(PYTHON_PANDAS_VERSION).tar.gz -PYTHON_PANDAS_SITE = https://files.pythonhosted.org/packages/3d/0e/2c225d7a5de6ca0ec7d729aff6ef560544596f3a9bfed77f6dbc1713dbb5 -PYTHON_PANDAS_DEPENDENCIES = host-python-numpy host-python-cython host-python-versioneer +PYTHON_PANDAS_SITE = https://files.pythonhosted.org/packages/31/29/ede692aa6547dfc1f07a4d69e8411b35225218bcfbe9787e78b67a35d103 +PYTHON_PANDAS_DEPENDENCIES = python-numpy host-python-numpy host-python-cython host-python-versioneer host-python-numpy PYTHON_PANDAS_SETUP_TYPE = setuptools PYTHON_PANDAS_LICENSE = BSD PYTHON_PANDAS_LICENSE_FILES = LICENSE @@ -19,4 +19,6 @@ endef PYTHON_PANDAS_POST_INSTALL_TARGET_HOOKS += PYTHON_PANDAS_REMOVE_TESTS endif -$(eval $(meson-package)) +PYTHON_PANDAS_ENV=SETUPTOOLS_BUILD_ARGS="--plat-name=linux-armv7l" + +$(eval $(python-package))