Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 41ec3aa

Browse files
author
Matthias Koeppe
committed
tox.ini: Reindent
1 parent 1fcdc91 commit 41ec3aa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tox.ini

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -481,26 +481,26 @@ setenv =
481481
#
482482
# Setting "--with-system-python3=yes" explicitly in case we change the configure default
483483
# to "--with-system-python3=force" as originally proposed in #32060
484-
PYTHON_MAJOR=3
485-
PYTHON_MINOR=9
486-
python3.7: PYTHON_MINOR=7
487-
python3.8: PYTHON_MINOR=8
488-
python3.9: PYTHON_MINOR=9
489-
python3.10: PYTHON_MINOR=10
490-
python3.11: PYTHON_MINOR=11
491-
CONFIG_CONFIGURE_ARGS_1=--with-system-python3=yes
492-
python3_spkg: CONFIG_CONFIGURE_ARGS_1=--without-system-python3
493-
macos-python3_xcode: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/usr/bin/python3
484+
PYTHON_MAJOR=3
485+
PYTHON_MINOR=9
486+
python3.7: PYTHON_MINOR=7
487+
python3.8: PYTHON_MINOR=8
488+
python3.9: PYTHON_MINOR=9
489+
python3.10: PYTHON_MINOR=10
490+
python3.11: PYTHON_MINOR=11
491+
CONFIG_CONFIGURE_ARGS_1=--with-system-python3=yes
492+
python3_spkg: CONFIG_CONFIGURE_ARGS_1=--without-system-python3
493+
macos-python3_xcode: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/usr/bin/python3
494494
macos-{python3_xcode,nohomebrew}-{python3.7,python3.8}: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/{env:PYTHON_MAJOR}.{env:PYTHON_MINOR}/bin/python3
495495
# Homebrew keg installs
496496
homebrew-{python3.7,python3.8,python3.9,python3.10,python3.11}: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python={env:HOMEBREW}/opt/python@{env:PYTHON_MAJOR}.{env:PYTHON_MINOR}/bin/python3
497497
# Installers from https://www.python.org/downloads/macos/ (must manually download and install)
498498
macos-python3_pythonorg: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/Library/Frameworks/Python.framework/Versions/{env:PYTHON_MAJOR}.{env:PYTHON_MINOR}/bin/python3
499499
# https://github.com/pypa/manylinux
500-
manylinux-standard: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/opt/python/cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}-cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}/bin/python3
501-
manylinux-python3.7: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/opt/python/cp37-cp37m/bin/python3
502-
manylinux-{python3.7,python3.8,python3.9,python3.10,python3.11}: EXTRA_SAGE_PACKAGES=_bootstrap xz bzip2 libffi libpng
503-
conda: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=python3
500+
manylinux-standard: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/opt/python/cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}-cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}/bin/python3
501+
manylinux-python3.7: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/opt/python/cp37-cp37m/bin/python3
502+
manylinux-{python3.7,python3.8,python3.9,python3.10,python3.11}: EXTRA_SAGE_PACKAGES=_bootstrap xz bzip2 libffi libpng
503+
conda: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=python3
504504
#
505505
# - toolchain
506506
#

0 commit comments

Comments
 (0)