Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/pypy-chef-cookbook
An OpsCode Chef cookbook for PyPy (stable releases)
https://github.com/michaelklishin/pypy-chef-cookbook
Last synced: about 1 month ago
JSON representation
An OpsCode Chef cookbook for PyPy (stable releases)
- Host: GitHub
- URL: https://github.com/michaelklishin/pypy-chef-cookbook
- Owner: michaelklishin
- Created: 2012-04-09T19:53:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T11:53:48.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T19:22:09.414Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 134 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyPy Chef Cookbook
This is an OpsCode Chef cookbook for [PyPy](http://pypy.org).
It uses official tarballs or [PyPy Team Ubuntu PPA](https://launchpad.net/~pypy/+archive/ppa) to provide stable PyPy releases (currently 1.9 from the tarball and 1.8 via the PPA).
## PyPy Version
`pypy::tarball` provides 2.0 by default with an option to change the version via node attributes.
For the PPA flavor, this cookbook currently provides PyPy 1.8.x but as new releases are pushed to the PPA, they will be used instead.
## Supported OS Distributions
Ubuntu 10.04, 11.04, 11.10 for `pypy::ppa`.
Ubuntu 10.04 to 13.04 and any recent Debian release for `pypy::tarball`.
## Recipes
Main recipe is `pypy::tarball`. There is also Main recipe is `pypy::ppa` that uses [PyPy Team Ubuntu PPA](https://launchpad.net/~pypy/+archive/ppa).
## Attributes
For `pypy::tarball`:
* `node[:pypy][:tarball][:version]` (default: `"2.0"`): PyPy version to install
* `node[:pypy][:tarball][:installation_dir]` (default: `"/usr/local/pypy"`): where to install PyPyThere are no attributes to tune at the moment for `pypy::ppa`.
## Dependencies
* `apt` cookbook from OpsCode
## Copyright & License
Michael S. Klishin, Travis CI Development Team, 2012.
Released under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/michaelklishin/pypy-chef-cookbook/trend.png)](https://bitdeli.com/free "Bitdeli Badge")