Blame SOURCES/macros.additional.rh-python38

81856c
# override __os_install_post for this collection
81856c
# the @scl@* macros are defined in macros.python3.python38 in python38-python-devel
81856c
# the name is intentionally hardcoded to always provide the same name
81856c
%scl_package_override() %{expand:%{?@scl@_os_install_post:%global __os_install_post %@scl@_os_install_post}
81856c
%global __python_requires %@scl@_python_requires
81856c
%global __python_provides %@scl@_python_provides
81856c
# macros commonly used in specfiles
81856c
%global __python3 %@scl@__python3
81856c
%global __python %@scl@__python3
81856c
%global python3_sitelib %@scl@python3_sitelib
81856c
%global python3_sitearch %@scl@python3_sitearch
81856c
%global python3_version %@scl@python3_version
81856c
%global python3_version_nodots %@scl@python3_version_nodots
81856c
%global python3_platform %@scl@python3_platform
81856c
%global py3dir %@scl@py3dir
81856c
%global py3_build %@scl@py3_build
81856c
%global py3_build_egg %@scl@py3_build_egg
81856c
%global py3_build_wheel %@scl@py3_build_wheel
81856c
%global py3_install %@scl@py3_install
81856c
%global py3_install_egg %@scl@py3_install_egg
81856c
%global py3_install_wheel() %%{expand:%{@scl@py3_install_wheel_start}%%{1}%{@scl@py3_install_wheel_end}}
81856c
%global scl_no_vendor @scl@
81856c
}