diff options
| author | Yamashita Yuu | 2014-07-05 17:30:31 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-05 15:47:53 -0500 | 
| commit | 672054050a1ea537f0887b780a520e5c91e8fefb (patch) | |
| tree | 19c531f61464c477d60c0d63a735f39a31c4e2c9 /Library/Formula/pyenv-virtualenv.rb | |
| parent | 6c651045cce55d3be46015648b5da45d5cae9077 (diff) | |
| download | homebrew-672054050a1ea537f0887b780a520e5c91e8fefb.tar.bz2 | |
pyenv-virtualenv 20140705
Changes:
* Display information on auto-(de)?activation
* Support manual (de)?activation with auto-activation enabled
* Exit as error when (de)?activation failed
* Use https://bootstrap.pypa.io/ to install setuptools and pip
* Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade`
Closes #30669.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pyenv-virtualenv.rb')
| -rw-r--r-- | Library/Formula/pyenv-virtualenv.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb index 421126d0f..68b1b57ec 100644 --- a/Library/Formula/pyenv-virtualenv.rb +++ b/Library/Formula/pyenv-virtualenv.rb @@ -2,8 +2,8 @@ require "formula"  class PyenvVirtualenv < Formula    homepage "https://github.com/yyuu/pyenv-virtualenv" -  url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140615.tar.gz" -  sha1 "ba753592f2dcb4d2ef0d65b1622672d5defc50c0" +  url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140705.tar.gz" +  sha1 "78e90aee72a783dfd9722c55e2271b08688fb408"    head "https://github.com/yyuu/pyenv-virtualenv.git" | 
