Remove pyp

pyp is now available on pypi:
http://pypi.python.org/pypi/pyp/2.11

It can be installed with pip or easy_install.

Closes Homebrew/homebrew#10986.
master
Adam Vandenberg 2012-03-16 17:51:07 -07:00
parent 990c33e2a0
commit efc62756c2
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
require 'formula'
class Pyp < Formula
homepage 'http://code.google.com/p/pyp/'
url 'http://pyp.googlecode.com/svn/trunk', :revision => "216"
version '2.10'
def install
bin.install 'pyp'
end
def test
system "whoami | #{bin}/pyp 'p.upper()'"
end
end