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:
parent
66fa2ce417
commit
f4d71f2d02
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue