This cookbook installs the SIP package for python from a source distribution.
Tested on chef 10.14.2.
node['python-sip']['python_version']
- Specify the python version to use to configure & install SIP for. Defaults to2
.node['python-sip']['python_cmd']
- Use this to specify the python command to use to configure & install SIP for. Defaults topython2
.node['python-sip']['version']
- Version of SIP to installnode['python-sip']['uri']
- URI of SIP tarball
Calls the install_source
recipe
Downloads the sip tarball, extracts, and installs it.
- Fork the repository
- Make changes
- Submit a pull request
Author:: Dustin Spicuzza (dustin@virtualroadside.com)