From 7e4532f4a51beecc631179469f53cc3a58b4e5ea Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 4 Feb 2015 18:49:19 +0800 Subject: pyenv-pip-rehash: boneyarded Since pyenv v20141211, it bundles built-in pip-rehash feature. Closes #36524. Signed-off-by: Mike McQuaid --- Library/Formula/pyenv-pip-rehash.rb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Library/Formula/pyenv-pip-rehash.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3