From bae98ae3cfe12a0c0d5108f97945f4fc46904ceb Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 16 Mar 2012 17:51:07 -0700 Subject: 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 #10986. --- Library/Formula/pyp.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Library/Formula/pyp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/pyp.rb b/Library/Formula/pyp.rb deleted file mode 100644 index 98dc5d941..000000000 --- a/Library/Formula/pyp.rb +++ /dev/null @@ -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 -- cgit v1.2.3