From 227ad36a5faed27ab6d90a5a5fac8fce68bc612b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 17 Oct 2009 16:06:17 +0200 Subject: Jython formula Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform. --- Library/Formula/jython.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Library/Formula/jython.rb (limited to 'Library/Formula') diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb new file mode 100644 index 000000000..e3844002f --- /dev/null +++ b/Library/Formula/jython.rb @@ -0,0 +1,22 @@ +require 'formula' + +# even though "file -b" reports this as a zip archive, it's just a binary +class JythonHttpDownloadStrategy