pypy 7.1.1
Closes #39841. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7d5403302f
commit
0d06b65e53
1 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
class Pypy < Formula
|
||||
desc "Highly performant implementation of Python 2 in Python"
|
||||
homepage "https://pypy.org/"
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.tar.bz2"
|
||||
sha256 "84ce5bc2867b224e2516ef431d78c6908d0182bc89444f7c1ef707443763754f"
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.1-src.tar.bz2"
|
||||
sha256 "5f06bede6d71dce8dfbfe797aab26c8e35cb990e16b826914652dc093ad74451"
|
||||
head "https://bitbucket.org/pypy/pypy", :using => :hg
|
||||
|
||||
bottle do
|
||||
|
@ -22,19 +22,19 @@ class Pypy < Formula
|
|||
depends_on "sqlite"
|
||||
|
||||
resource "bootstrap" do
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-osx64.tar.bz2"
|
||||
version "6.0.0"
|
||||
sha256 "d7dc443e6bb9a45212e8d8f5a63e9f6ce23f1d88c50709efea1c75b76c8bc186"
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.0.0-osx64.tar.bz2"
|
||||
version "7.0.0"
|
||||
sha256 "e7ecb029d9c7a59388838fc4820a50a2f5bee6536010031060e3dfa882730dc8"
|
||||
end
|
||||
|
||||
resource "setuptools" do
|
||||
url "https://files.pythonhosted.org/packages/1a/04/d6f1159feaccdfc508517dba1929eb93a2854de729fa68da9d5c6b48fa00/setuptools-39.2.0.zip"
|
||||
sha256 "f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2"
|
||||
url "https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-41.0.1.zip"
|
||||
sha256 "a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613"
|
||||
end
|
||||
|
||||
resource "pip" do
|
||||
url "https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz"
|
||||
sha256 "f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68"
|
||||
url "https://files.pythonhosted.org/packages/source/p/pip/pip-19.1.1.tar.gz"
|
||||
sha256 "44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue