There are a handful of Python related dotfiles, which don't seem to have a global option in /etc (or if they do, it's not documented)
In our very old fork of this module, we have a defined type python::dotfiles, which manages:
- .pypirc
- .pydistutils.cfg
- .pip
- .pip/pip.conf
The main reason why we need this is because so we can direct our jenkins builds against our internal PyPy repository.
Is there any interest for such an extension to this module?
There are a handful of Python related dotfiles, which don't seem to have a global option in /etc (or if they do, it's not documented)
In our very old fork of this module, we have a defined type python::dotfiles, which manages:
The main reason why we need this is because so we can direct our jenkins builds against our internal PyPy repository.
Is there any interest for such an extension to this module?