4f0eba1efd
EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
106 lines
4.2 KiB
Plaintext
106 lines
4.2 KiB
Plaintext
bin/distcc
|
|
%%GTK%%bin/distccmon-gnome
|
|
bin/distccmon-text
|
|
bin/lsdistcc
|
|
%%PUMP%%bin/pump
|
|
%%ETCDIR%%/default/distcc
|
|
%%ETCDIR%%/distcc/clients.allow
|
|
%%ETCDIR%%/distcc/commands.allow.sh
|
|
%%ETCDIR%%/distcc/hosts
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server-3.4-py%%PYTHON_VER%%.egg-info/PKG-INFO
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server-3.4-py%%PYTHON_VER%%.egg-info/SOURCES.txt
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server-3.4-py%%PYTHON_VER%%.egg-info/dependency_links.txt
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server-3.4-py%%PYTHON_VER%%.egg-info/top_level.txt
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/basics.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/basics_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/c_extensions_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/cache_basics.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/compiler_defaults.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/compress_files.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/distcc_pump_c_extensions%%PYTHON_TAG%%.so
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_analyzer.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_analyzer_memoizing_node.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_analyzer_memoizing_node_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_analyzer_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_server.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/include_server_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/macro_eval.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/macro_eval_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/mirror_path.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/mirror_path_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/parse_command.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/parse_command_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/parse_file.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/parse_file_test.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/run.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/setup.py
|
|
%%PUMP%%%%PYTHON_SITELIBDIR%%/include_server/statistics.py
|
|
libexec/distcc/CC
|
|
libexec/distcc/c++
|
|
libexec/distcc/cc
|
|
%%CLANGLINK%%libexec/distcc/clang
|
|
%%CLANGLINK%%libexec/distcc/clang++
|
|
%%CLANGLINK%%libexec/distcc/clang++-devel
|
|
%%CLANGLINK%%libexec/distcc/clang++11
|
|
%%CLANGLINK%%libexec/distcc/clang++12
|
|
%%CLANGLINK%%libexec/distcc/clang++13
|
|
%%CLANGLINK%%libexec/distcc/clang++14
|
|
%%CLANGLINK%%libexec/distcc/clang++15
|
|
%%CLANGLINK%%libexec/distcc/clang++16
|
|
%%CLANGLINK%%libexec/distcc/clang++17
|
|
%%CLANGLINK%%libexec/distcc/clang++18
|
|
%%CLANGLINK%%libexec/distcc/clang++19
|
|
%%CLANGLINK%%libexec/distcc/clang-devel
|
|
%%CLANGLINK%%libexec/distcc/clang11
|
|
%%CLANGLINK%%libexec/distcc/clang12
|
|
%%CLANGLINK%%libexec/distcc/clang13
|
|
%%CLANGLINK%%libexec/distcc/clang14
|
|
%%CLANGLINK%%libexec/distcc/clang15
|
|
%%CLANGLINK%%libexec/distcc/clang16
|
|
%%CLANGLINK%%libexec/distcc/clang17
|
|
%%CLANGLINK%%libexec/distcc/clang18
|
|
%%CLANGLINK%%libexec/distcc/clang19
|
|
libexec/distcc/g++
|
|
libexec/distcc/g++10
|
|
libexec/distcc/g++11
|
|
libexec/distcc/g++12
|
|
libexec/distcc/g++13
|
|
libexec/distcc/g++14
|
|
libexec/distcc/g++15
|
|
libexec/distcc/g++6
|
|
libexec/distcc/gcc
|
|
libexec/distcc/gcc10
|
|
libexec/distcc/gcc11
|
|
libexec/distcc/gcc12
|
|
libexec/distcc/gcc13
|
|
libexec/distcc/gcc14
|
|
libexec/distcc/gcc15
|
|
libexec/distcc/gcc6
|
|
%%LLVMLINK%%libexec/distcc/llvm-c++
|
|
%%LLVMLINK%%libexec/distcc/llvm-g++
|
|
%%LLVMLINK%%libexec/distcc/llvm-gcc
|
|
sbin/distccd
|
|
%%GTK%%share/applications/distccmon-gnome.desktop
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.pump
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/protocol-1.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/protocol-2.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/protocol-3-impl.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/protocol-3.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/protocol-gssapi.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/reporting-bugs.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/status-1.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/survey.txt
|
|
share/man/man1/distcc.1.gz
|
|
share/man/man1/distccd.1.gz
|
|
share/man/man1/distccmon-text.1.gz
|
|
share/man/man1/include_server.1.gz
|
|
share/man/man1/lsdistcc.1.gz
|
|
share/man/man1/pump.1.gz
|
|
%%GTK%%share/pixmaps/distccmon-gnome.png
|