Skip to content

Commit 2047554

Browse files
authored
python-pandas: bump to 2.2.3
1 parent 72bffc7 commit 2047554

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tur/python-pandas/build.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ TERMUX_PKG_HOMEPAGE=https://pandas.pydata.org/
33
TERMUX_PKG_DESCRIPTION="Powerful Python data analysis toolkit"
44
TERMUX_PKG_LICENSE="BSD 3-Clause"
55
TERMUX_PKG_MAINTAINER="@termux-user-repository"
6-
TERMUX_PKG_VERSION="2.2.2"
6+
TERMUX_PKG_VERSION="2.2.3"
77
TERMUX_PKG_SRCURL=git+https://github.com/pandas-dev/pandas
8-
TERMUX_PKG_SHA256=d8abf9c2bf33cac75b28f32c174c29778414eb249e5e2ccb69b1079b97a8fc66
98
TERMUX_PKG_AUTO_UPDATE=true
109
TERMUX_PKG_DEPENDS="libc++, python, python-numpy, python-pip"
11-
TERMUX_PKG_PYTHON_COMMON_DEPS="'Cython==3.0.5', numpy, wheel, 'setuptools==63.2.0', versioneer"
12-
TERMUX_PKG_PYTHON_TARGET_DEPS="'python-dateutil>=2.8.2', 'pytz>=2020.1', 'tzdata>=2022.1'"
10+
TERMUX_PKG_PYTHON_COMMON_DEPS="'Cython==3.0.5', 'numpy==1.26.4', wheel, 'setuptools==63.2.0', versioneer"
1311
TERMUX_PKG_BUILD_IN_SRC=true
1412
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
1513

@@ -36,6 +34,6 @@ termux_step_create_debscripts() {
3634
cat <<- EOF > ./postinst
3735
#!$TERMUX_PREFIX/bin/sh
3836
echo "Installing dependencies through pip..."
39-
pip3 install ${TERMUX_PKG_PYTHON_TARGET_DEPS//, / }
37+
pip3 install pandas
4038
EOF
4139
}

0 commit comments

Comments
 (0)