Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Python: pip 1.5.4, setuptools 2.2
Browse files Browse the repository at this point in the history
Fixes #26900.
Closes #26915.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
seedofjoy authored and adamv committed Feb 22, 2014
1 parent bb58d59 commit ddad99c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Library/Formula/pypy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ class Pypy < Formula
depends_on :arch => :x86_64

resource 'setuptools' do
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz'
sha1 '3e4a325d807eb0104e98985e7bd9f1ef86fc2efa'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz'
sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
end

resource 'pip' do
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz'
sha1 '4f43a6b04f83b8d83bee702750ff35be2a2b6af1'
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz'
sha1 '35ccb7430356186cf253615b70f8ee580610f734'
end

def install
Expand Down
8 changes: 4 additions & 4 deletions Library/Formula/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ class Python < Formula
skip_clean 'bin/easy_install', 'bin/easy_install-2.7'

resource 'setuptools' do
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz'
sha1 '3e4a325d807eb0104e98985e7bd9f1ef86fc2efa'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz'
sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
end

resource 'pip' do
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz'
sha1 '4f43a6b04f83b8d83bee702750ff35be2a2b6af1'
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz'
sha1 '35ccb7430356186cf253615b70f8ee580610f734'
end

def patches
Expand Down
8 changes: 4 additions & 4 deletions Library/Formula/python3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ class Python3 < Formula
skip_clean "bin/easy_install3", "bin/easy_install-#{VER}"

resource 'setuptools' do
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz'
sha1 '3e4a325d807eb0104e98985e7bd9f1ef86fc2efa'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz'
sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
end

resource 'pip' do
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz'
sha1 '4f43a6b04f83b8d83bee702750ff35be2a2b6af1'
url 'https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz'
sha1 '35ccb7430356186cf253615b70f8ee580610f734'
end

def patches
Expand Down

0 comments on commit ddad99c

Please sign in to comment.