pyenv 20140628

Changes:

* python-build: Add new Anaconda releases; anaconda-2.0.1, anaconda3-2.0.1
* python-build: Add new PyPy3 release; pypy3-2.3.1
* python-build: Add ancient CPython releases; 2.1.3, 2.2.3, 2.3.7
* python-build: Use `ez_setup.py` and `get-pip.py` instead of installing them from tarballs
* python-build: Add support for command-line options to `ez_setup.py` and `get-pip.py`

Closes Homebrew/homebrew#30511.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yamashita Yuu 2014-06-28 18:07:53 +09:00 committed by Adam Vandenberg
parent 66fa2ce417
commit f4d71f2d02

View file

@ -3,8 +3,8 @@ require "formula"
class Pyenv < Formula
homepage "https://github.com/yyuu/pyenv"
head "https://github.com/yyuu/pyenv.git"
url "https://github.com/yyuu/pyenv/archive/v20140615.tar.gz"
sha1 "e5caf58319a4ccc393ea8f20378e43989d03deae"
url "https://github.com/yyuu/pyenv/archive/v20140628.tar.gz"
sha1 "762659e66b454f8ef74f728ea9e1c4a0009a29ee"
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]