diff options
| author | Kashif Rasul | 2012-11-23 14:01:53 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 08:41:42 -0800 |
| commit | d77bf34794c781c51e3234c19377e0f670b1cf4a (patch) | |
| tree | b8b5625e3d3d32396df3c0168406dce6c3e3bb05 /Library | |
| parent | c844327b6788188e9f0f561ddac2e18929e6e0e5 (diff) | |
| download | homebrew-d77bf34794c781c51e3234c19377e0f670b1cf4a.tar.bz2 | |
pypy: 2.0-beta1 devel and distribute 0.6.30
Closes #16202.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 411e92bce..76deb32cc 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -1,8 +1,8 @@ require 'formula' class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' - sha1 '709bd97d46050d69865d4b588c7707768dfe6711' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz' + sha1 '40dfce237883d1c02817f726128f61614dc686ff' end class Pypy < Formula @@ -18,6 +18,12 @@ class Pypy < Formula sha1 '961470e7510c47b8f56e6cc6da180605ba058cb6' end + devel do + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-beta1-osx64.tar.bz2' + version '2.0-beta1' + sha1 'e4938fdf33072e457fee6cb22798ec08b5a01978' + end + def install rmtree 'site-packages' |
