PyPy 2.4.0 with setuptools 5.8
Closes Homebrew/homebrew#32479. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3063b5f2fc
commit
963990ef36
1 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@ require 'formula'
|
||||||
|
|
||||||
class Pypy < Formula
|
class Pypy < Formula
|
||||||
homepage 'http://pypy.org/'
|
homepage 'http://pypy.org/'
|
||||||
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3.1-osx64.tar.bz2'
|
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-osx64.tar.bz2'
|
||||||
version '2.3.1'
|
version '2.4.0'
|
||||||
sha1 '4d9cdf801e4c8fb432b17be0edf76eb3d9360f40'
|
sha1 'b9f87df364617c1a8c43303a467d698e4a3e1935'
|
||||||
|
|
||||||
depends_on :arch => :x86_64
|
depends_on :arch => :x86_64
|
||||||
|
|
||||||
resource 'setuptools' do
|
resource 'setuptools' do
|
||||||
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-5.4.2.tar.gz'
|
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-5.8.tar.gz'
|
||||||
sha1 'a681ba56c30c0eb66528215842d3e3fcb5157614'
|
sha1 '21e2ee6a61c4f71711956fa99803283f0168041a'
|
||||||
end
|
end
|
||||||
|
|
||||||
resource 'pip' do
|
resource 'pip' do
|
||||||
|
|
Loading…
Reference in a new issue