Skip to content

Commit

Permalink
pyenv-pip-migrate 20130527 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#37854.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
jawshooah authored and MikeMcQuaid committed Mar 19, 2015
1 parent 10fc8b2 commit f4bd5df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/pyenv-pip-migrate.rb
@@ -0,0 +1,17 @@
class PyenvPipMigrate < Formula
homepage "https://github.com/yyuu/pyenv-pip-migrate"
url "https://github.com/yyuu/pyenv-pip-migrate/archive/v20130527.tar.gz"
sha256 "1ec5a590a05792843d493a66825ede852b6afc6e95a6a2d2a813e73497c6637a"

head "https://github.com/yyuu/pyenv-pip-migrate.git"

depends_on "pyenv"

def install
prefix.install Dir["*"]
end

test do
shell_output("eval \"$(pyenv init -)\" && pyenv help migrate")
end
end

0 comments on commit f4bd5df

Please sign in to comment.