forked from poise/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python v1.0.0, pip install script is now downloaded with remote_file …
…instead of curl
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "python", | ||
"description": "Installs python packages", | ||
"description": "Installs python packages. Includes LWRPs for managing `pip` packages and `virtualenv` isolated Python environments.", | ||
"long_description": "", | ||
"maintainer": "Opscode, Inc.", | ||
"maintainer_email": "[email protected]", | ||
|
@@ -41,5 +41,5 @@ | |
"recipes": { | ||
"python": "Installs python, pip, and virtualenv" | ||
}, | ||
"version": "0.99.0" | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
maintainer "Opscode, Inc." | ||
maintainer_email "[email protected]" | ||
license "Apache 2.0" | ||
description "Installs python packages" | ||
version "0.99" | ||
description "Installs python packages. Includes LWRPs for managing `pip` packages and `virtualenv` isolated Python environments." | ||
version "1.0.0" | ||
|
||
recipe "python", "Installs python, pip, and virtualenv" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters