Skip to content

Commit

Permalink
pyenv 0.4.0-20140602
Browse files Browse the repository at this point in the history
Changes:

* python-build: Add new Anaconda/Anaconda3 releases; anaconda-2.0.0, anaconda3-2.0.0
* python-build: Add new CPython release; 2.7.7
* python-build: Update default setuptools version (3.6 -> 4.0)
* python-build: Respect environment variables of `CPPFLAGS` and `LDFLAGS`
* python-build: Support for xz-compressed Python tarballs

Closes Homebrew/legacy-homebrew#29768.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Yamashita Yuu authored and MikeMcQuaid committed Jun 2, 2014
1 parent 2eaa1ab commit ddb3297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pyenv.rb
Expand Up @@ -3,8 +3,8 @@
class Pyenv < Formula
homepage "https://github.com/yyuu/pyenv"
head "https://github.com/yyuu/pyenv.git"
url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140520.tar.gz"
sha1 "92586a9ed9a224872f9b0498dac16ead338fbbbc"
url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140602.tar.gz"
sha1 "615c425a70c1979908c9a6be81f8b68ec57b7ea0"

depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]
Expand Down

0 comments on commit ddb3297

Please sign in to comment.