diff options
| author | Xu Cheng | 2015-02-04 18:49:19 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-04 11:18:36 +0000 |
| commit | 7e4532f4a51beecc631179469f53cc3a58b4e5ea (patch) | |
| tree | f4303b0c7afe01f12f8f3a9d6eaeaab994a91d32 | |
| parent | 78881e091570a36cb7db9ca3ef9954f141b1fb55 (diff) | |
| download | homebrew-7e4532f4a51beecc631179469f53cc3a58b4e5ea.tar.bz2 | |
pyenv-pip-rehash: boneyarded
Since pyenv v20141211, it bundles built-in pip-rehash feature.
Closes #36524.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/pyenv-pip-rehash.rb | 18 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/pyenv-pip-rehash.rb b/Library/Formula/pyenv-pip-rehash.rb deleted file mode 100644 index c1c3ec280..000000000 --- a/Library/Formula/pyenv-pip-rehash.rb +++ /dev/null @@ -1,18 +0,0 @@ -class PyenvPipRehash < Formula - homepage "https://github.com/yyuu/pyenv-pip-rehash" - url "https://github.com/yyuu/pyenv-pip-rehash/archive/v0.0.4.tar.gz" - sha1 "afbce380b888c987138f28d33fe1ba5a38cdb41a" - - head "https://github.com/yyuu/pyenv-pip-rehash.git" - - depends_on "pyenv" - - def install - ENV["PREFIX"] = prefix - system "./install.sh" - end - - test do - %x(pyenv hooks exec).include?("pip.bash") - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 2710e679b..3d663fb59 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -123,6 +123,7 @@ TAP_MIGRATIONS = { "prooftree" => "homebrew/x11", "pulse" => "homebrew/boneyard", "py3cairo" => "homebrew/x11", + "pyenv-pip-rehash" => "homebrew/boneyard", "pyxplot" => "homebrew/x11", "qfits" => "homebrew/boneyard", "qrupdate" => "homebrew/science", |
