From b7345cdd84c761ffc681a0c281eab78233ad4044 Mon Sep 17 00:00:00 2001 From: Chuancong Gao Date: Sat, 12 Nov 2016 14:54:05 -0800 Subject: [PATCH] pypy 5.6.0 Closes #6871. Signed-off-by: Mike McQuaid --- Formula/pypy.rb | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/Formula/pypy.rb b/Formula/pypy.rb index 1759b6fae6..e3cd105d99 100644 --- a/Formula/pypy.rb +++ b/Formula/pypy.rb @@ -4,17 +4,8 @@ class Pypy < Formula head "https://bitbucket.org/pypy/pypy", :using => :hg stable do - url "https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.4.1-src.tar.bz2" - sha256 "45dbc50c81498f6f1067201b8fc887074b43b84ee32cc47f15e7db17571e9352" - - patch do - # patch for Xcode 8 clock_gettime issue - # remove when next release is out - # https://bitbucket.org/pypy/pypy/issues/2407/#comment-31210382 - # https://bitbucket.org/pypy/pypy/commits/91b44e61f628 - url "https://raw.githubusercontent.com/Homebrew/formula-patches/05b5cf6/pypy/patch-clock_gettime.diff" - sha256 "f9ae7918620740238e404e73007da06cb9bf16c21ed698f91e02432086ec4432" - end + url "https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-src.tar.bz2" + sha256 "7411448045f77eb9e087afdce66fe7eafda1876c9e17aad88cf891f762b608b0" end bottle do @@ -42,13 +33,13 @@ class Pypy < Formula end resource "setuptools" do - url "https://pypi.python.org/packages/32/3c/e853a68b703f347f5ed86585c2dd2828a83252e1216c1201fa6f81270578/setuptools-26.1.1.tar.gz" - sha256 "475ce28993d7cb75335942525b9fac79f7431a7f6e8a0079c0f2680641379481" + url "https://pypi.python.org/packages/25/4e/1b16cfe90856235a13872a6641278c862e4143887d11a12ac4905081197f/setuptools-28.8.0.tar.gz" + sha256 "432a1ad4044338c34c2d09b0ff75d509b9849df8cf329f4c1c7706d9c2ba3c61" end resource "pip" do - url "https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz" - sha256 "4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732" + url "https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz" + sha256 "09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d" end # https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/187391