https://github.com/virtuald/python-sip-cookbook
Chef cookbook that installs the SIP module for python
https://github.com/virtuald/python-sip-cookbook
Last synced: 2 months ago
JSON representation
Chef cookbook that installs the SIP module for python
- Host: GitHub
- URL: https://github.com/virtuald/python-sip-cookbook
- Owner: virtuald
- License: mit
- Created: 2014-01-06T05:16:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T05:17:01.000Z (over 12 years ago)
- Last Synced: 2025-01-26T11:08:48.842Z (over 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
python-sip
==========
This cookbook installs the SIP package for python from a source distribution.
Requirements
============
Tested on chef 10.14.2.
Attributes
==========
* `node['python-sip']['python_version']` - Specify the python version to
use to configure & install SIP for. Defaults to `2`.
* `node['python-sip']['python_cmd']` - Use this to specify the python command
to use to configure & install SIP for. Defaults to `python2`.
* `node['python-sip']['version']` - Version of SIP to install
* `node['python-sip']['uri']` - URI of SIP tarball
Recipes
=======
default
-------
Calls the `install_source` recipe
install_source
--------------
Downloads the sip tarball, extracts, and installs it.
Contribute
==========
1. Fork the repository
2. Make changes
3. Submit a pull request
Authors
=======
Author:: Dustin Spicuzza (dustin@virtualroadside.com)