Skip to content

Commit dc78140

Browse files
committed
tree-wide: replace BLACKLISTED to EXCLUDED
[skip ci]
1 parent a743ad3 commit dc78140

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
1515

1616
# Polars doesn't officially support 32-bit Python.
1717
# See https://github.com/pola-rs/polars/issues/10460
18-
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
18+
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
1919

2020
TERMUX_PYTHON_VERSION=3.11
2121
TERMUX_PYTHON_HOME=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
2222
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
2323
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2424
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
25-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
25+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2626

2727
TERMUX_PKG_RM_AFTER_INSTALL="
2828
bin/

tur-pypi-312/python3.12-polars/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
1515

1616
# Polars doesn't officially support 32-bit Python.
1717
# See https://github.com/pola-rs/polars/issues/10460
18-
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
18+
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
1919

2020
TERMUX_PYTHON_VERSION=3.12
2121
TERMUX_PYTHON_HOME=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}

tur-pypi-312/python3.12-scipy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
2222
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
2323
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2424
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
25-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
25+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2626

2727
TERMUX_PKG_RM_AFTER_INSTALL="
2828
bin/

tur-pypi-38/python3.8-scipy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
1818
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
1919
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2020
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
21-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
21+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2222

2323
TERMUX_PKG_RM_AFTER_INSTALL="
2424
bin/

tur-pypi-b/python3.10-scipy-1.9.3/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
1818
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
1919
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2020
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
21-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
21+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2222

2323
TERMUX_PKG_RM_AFTER_INSTALL="
2424
bin/

tur-pypi-b/python3.11-scipy-1.9.3/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
1818
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
1919
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2020
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
21-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
21+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2222

2323
TERMUX_PKG_RM_AFTER_INSTALL="
2424
bin/

tur-pypi-generic/python3.8-playwright/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TERMUX_PKG_SRCURL=git+https://github.com/microsoft/playwright-python
77
TERMUX_PKG_DEPENDS="python3.8"
88
TERMUX_PKG_BUILD_IN_SRC=true
99
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
10-
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
10+
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
1111

1212
TERMUX_PYTHON_VERSION=3.8
1313
TERMUX_PYTHON_HOME=$TERMUX_PREFIX/lib/python${TERMUX_PYTHON_VERSION}

tur/python-scipy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
2222
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/_basic.py", line 1227 in lstsq
2323
# File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/scipy-1.8.0-py3.10-linux-i686.egg/scipy/linalg/tests/test_basic.py", line 1047 in test_simple_overdet_complex
2424
# XXX: Although it doesn't seem to work fine, I'd like to enable this package as it happens only on some functions.
25-
# TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
25+
# TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2626

2727
TERMUX_MESON_WHEEL_CROSSFILE="$TERMUX_PKG_TMPDIR/wheel-cross-file.txt"
2828
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

0 commit comments

Comments
 (0)