ansible-role-python_venv_build/tasks
Dmitriy Rabotyagov 7fd75008cf Allow to set ENV vars for wheels build and venv install
It's not always enough to provide extra arguments for pip installation.
For usescases, like isolated installations, and some specific packages
that still utilize deprecated setuptools.installer instead of
PEP 517 installer,
you might find impossible to provide some easyisntall options without
having a configuration file that should be created by deployer as
pre-step. However, these options might be covered with ENV variables.

Change-Id: I9a060cbcdf9f5c54efd423a4b4fe32b418377f86
2023-01-23 14:17:47 +01:00
..
main.yml Remove redundant vars line 2022-09-15 14:41:30 +02:00
python_venv_install.yml Allow to set ENV vars for wheels build and venv install 2023-01-23 14:17:47 +01:00
python_venv_install_symlink.yml Improve python version detection when symlinking libraries 2022-04-21 07:52:16 +01:00
python_venv_set_facts.yml Only create local facts folder when necessary 2020-07-29 08:31:08 +00:00
python_venv_wheel_build.yml Allow to set ENV vars for wheels build and venv install 2023-01-23 14:17:47 +01:00