aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyp.rb15
1 files changed, 0 insertions, 15 deletions
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