jython stable port information

Package: jython
Version: 2.5.1
Revision: 1
Description: Implementation of Python in Java
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed

Depends: system-java (>= 1.5-1)
BuildDepends: system-java-dev (>= 1.5-1)

NoSourceDirectory: true
Source: mirror:sourceforge:%n/%n_installer-%v.jar
Source-MD5: 2ee978eff4306b23753b3fe9d7af5b37

UseMaxBuildJobs: true
CompileScript: echo "no compile script necessary"

InstallScript: <<
java -jar jython_installer-%v.jar -s -d %i/share/jython -t standard -v
install -d -m 755 %i/bin
ln -sf %p/share/jython/jython %i/bin/jython
perl -pi -e 's,%d,,g' %i/share/jython/jython
cd %i/share/jython; ln -sf jython.jar jython-complete.jar
<<

Homepage: http://www.jython.org/
DescDetail: <<
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.
<<