Skip to content

Commit 84ead70

Browse files
committed
python3.11-*: adapt to python3.11
[skip ci]
1 parent 06f3c58 commit 84ead70

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

tur-pypi-311/python3.11-cmake/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION="3.28.4"
66
TERMUX_PKG_SRCURL=https://github.com/scikit-build/cmake-python-distributions/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=33f277c8ba3cd12b6a7e6c2d05c2a4ee113fc1c752c71e60d3782a1352a22602
8-
TERMUX_PKG_DEPENDS="libarchive, libc++, libcurl, libexpat, jsoncpp, libuv, python, rhash, zlib"
8+
TERMUX_PKG_DEPENDS="libarchive, libc++, libcurl, libexpat, jsoncpp, libuv, python3.11, rhash, zlib"
99
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'setuptools==65.4.1', 'setuptools-scm[toml]', scikit-build"
1010
TERMUX_PKG_BUILD_IN_SRC=true
1111
TERMUX_PKG_AUTO_UPDATE=true

tur-pypi-311/python3.11-grpcio/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc
66
TERMUX_PKG_VERSION="1.66.2"
7-
TERMUX_PKG_DEPENDS="ca-certificates, libc++, openssl, python, zlib"
7+
TERMUX_PKG_DEPENDS="ca-certificates, libc++, openssl, python3.11, zlib"
88
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, setuptools, 'Cython>=3.0.0'"
99
TERMUX_PKG_BUILD_IN_SRC=true
1010
TERMUX_PKG_AUTO_UPDATE=true

tur-pypi-311/python3.11-lxml/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION="5.3.0"
66
TERMUX_PKG_SRCURL=https://github.com/lxml/lxml/releases/download/lxml-$TERMUX_PKG_VERSION/lxml-$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f
8-
TERMUX_PKG_DEPENDS="python, python-pip"
8+
TERMUX_PKG_DEPENDS="python3.11"
99
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
1010
TERMUX_PKG_BUILD_IN_SRC=true
1111
TERMUX_PKG_AUTO_UPDATE=true

tur-pypi-311/python3.11-ninja/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION="1.11.1.1"
66
TERMUX_PKG_SRCURL=git+https://github.com/scikit-build/ninja-python-distributions
77
TERMUX_PKG_GIT_BRANCH="$TERMUX_PKG_VERSION"
8-
TERMUX_PKG_DEPENDS="libc++, python"
8+
TERMUX_PKG_DEPENDS="libc++, python3.11"
99
TERMUX_PKG_BUILD_DEPENDS="libandroid-spawn-static"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'setuptools==65.4.1', 'setuptools-scm[toml]', scikit-build"
1111
TERMUX_PKG_BUILD_IN_SRC=true

tur-pypi-311/python3.11-numpy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="BSD 3-Clause"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION="1.26.4"
66
TERMUX_PKG_SRCURL=git+https://github.com/numpy/numpy
7-
TERMUX_PKG_DEPENDS="libc++, libopenblas, python"
7+
TERMUX_PKG_DEPENDS="libc++, libopenblas, python3.11"
88
TERMUX_PKG_BUILD_IN_SRC=true
99
TERMUX_PKG_PYTHON_COMMON_DEPS="'setuptools==59.2.0', 'wheel==0.38.1', 'Cython>=0.29.34,<3.1'"
1010
TERMUX_PKG_AUTO_UPDATE=true

tur-pypi-311/python3.11-pandas/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="2.2.3"
66
TERMUX_PKG_SRCURL=git+https://github.com/pandas-dev/pandas
77
TERMUX_PKG_SHA256=d8abf9c2bf33cac75b28f32c174c29778414eb249e5e2ccb69b1079b97a8fc66
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="libc++, python, python-numpy, python-pip"
9+
TERMUX_PKG_DEPENDS="libc++, python3.11, python3.11-numpy"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="'Cython==3.0.5', 'numpy==1.26.4', wheel, 'setuptools==63.2.0', versioneer"
1111
TERMUX_PKG_PYTHON_TARGET_DEPS="'python-dateutil>=2.8.2', 'pytz>=2020.1', 'tzdata>=2022.1'"
1212
TERMUX_PKG_BUILD_IN_SRC=true

tur-pypi-311/python3.11-pillow/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="10.4.0"
66
TERMUX_PKG_SRCURL=https://github.com/python-pillow/Pillow/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
77
TERMUX_PKG_SHA256=e70284e8605a5b7ccb37e5bfd4634598ca2c43c7f2c353572351ccf72c031004
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="freetype, libimagequant, libjpeg-turbo, libraqm, libtiff, libwebp, libxcb, littlecms, openjpeg, python, zlib"
9+
TERMUX_PKG_DEPENDS="freetype, libimagequant, libjpeg-turbo, libraqm, libtiff, libwebp, libxcb, littlecms, openjpeg, python3.11, zlib"
1010
TERMUX_PKG_LICENSE_FILE="LICENSE"
1111
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'setuptools==67.8'"
1212
TERMUX_PKG_BUILD_IN_SRC=true

tur-pypi-311/python3.11-polars/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="1.9.0"
66
TERMUX_PKG_SRCURL=https://github.com/pola-rs/polars/releases/download/py-$TERMUX_PKG_VERSION/polars-$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=8e1206ef876f61c1d50a81e102611ea92ee34631cb135b46ad314bfefd3cb122
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="libc++, python"
9+
TERMUX_PKG_DEPENDS="libc++, python3.11"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
1111
TERMUX_PKG_PYTHON_BUILD_DEPS="maturin"
1212
TERMUX_PKG_BUILD_IN_SRC=true

tur-pypi-311/python3.11-pycryptodomex/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION="3.20.0"
66
TERMUX_PKG_SRCURL="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${TERMUX_PKG_VERSION}x.tar.gz"
77
TERMUX_PKG_SHA256=6bc506460da0952593c4de095f7cffe926a541336afb6dffcc2ab2cb315cc35b
8-
TERMUX_PKG_DEPENDS="python, python-pip"
8+
TERMUX_PKG_DEPENDS="python3.11"
99
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'setuptools==67.8.0'"
1010
TERMUX_PKG_BUILD_IN_SRC=true
1111
TERMUX_PKG_AUTO_UPDATE=true

tur-pypi-311/python3.11-pydantic-core/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="2.24.0"
66
TERMUX_PKG_SRCURL=https://github.com/pydantic/pydantic-core/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
77
TERMUX_PKG_SHA256=b6bea059508b5b2d692b556774fb936fca380d1a8e5afde9a1cefb31d0de8aec
88
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="libc++, python"
9+
TERMUX_PKG_DEPENDS="libc++, python3.10"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel, 'typing-extensions==4.6.0'"
1111
TERMUX_PKG_PYTHON_BUILD_DEPS="maturin"
1212
TERMUX_PKG_BUILD_IN_SRC=true

0 commit comments

Comments
 (0)