diff options
| author | Tim D. Smith | 2014-12-22 23:46:34 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-31 17:53:06 -0800 |
| commit | 218db980f5acd18cb1d519c93cb548210923416c (patch) | |
| tree | 3baa05ab399c324297293a99a75207699a9cf1a7 | |
| parent | d9a69a40cd5c9980285ec9032bf711aacd90d313 (diff) | |
| download | homebrew-218db980f5acd18cb1d519c93cb548210923416c.tar.bz2 | |
python: pip 6.0.3
| -rw-r--r-- | Library/Formula/python.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index c7a4149aa..9fa30d85e 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -37,8 +37,8 @@ class Python < Formula end resource "pip" do - url "https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz" - sha1 "e6cd9e6f2fd8d28c9976313632ef8aa8ac31249e" + url "https://pypi.python.org/packages/source/p/pip/pip-6.0.3.tar.gz" + sha1 "67d4affd83ee2f3514ac1386bee59f10f672517c" end # Patch for pyport.h macro issue @@ -330,6 +330,7 @@ class Python < Formula system "#{bin}/python", "-c", "import sqlite3" # Check if some other modules import. Then the linked libs are working. system "#{bin}/python", "-c", "import Tkinter; root = Tkinter.Tk()" + system bin/"pip", "list" end end |
