aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-16 17:51:07 -0700
committerAdam Vandenberg2012-03-16 17:51:07 -0700
commitbae98ae3cfe12a0c0d5108f97945f4fc46904ceb (patch)
treed6be4a8eebfd1d68cc640b35a3621d1994a4fc33 /Library/Formula
parentf010a06208cd306ffb0ef426f31d112806e2aab3 (diff)
downloadhomebrew-bae98ae3cfe12a0c0d5108f97945f4fc46904ceb.tar.bz2
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.
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