annotate tool_dependencies.xml @ 5:26281f3b5674 draft default tip

Uploaded
author boris
date Thu, 06 Jun 2013 16:27:09 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
26281f3b5674 Uploaded
boris
parents:
diff changeset
1 <tool_dependency>
26281f3b5674 Uploaded
boris
parents:
diff changeset
2 <package name="dendropy" version="3.12.0">
26281f3b5674 Uploaded
boris
parents:
diff changeset
3 <install version="1.0">
26281f3b5674 Uploaded
boris
parents:
diff changeset
4 <actions>
26281f3b5674 Uploaded
boris
parents:
diff changeset
5 <action type="download_by_url">http://pypi.python.org/packages/source/D/DendroPy/DendroPy-3.12.0.tar.gz</action>
26281f3b5674 Uploaded
boris
parents:
diff changeset
6 <action type="make_directory">$INSTALL_DIR/lib/python</action>
26281f3b5674 Uploaded
boris
parents:
diff changeset
7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
26281f3b5674 Uploaded
boris
parents:
diff changeset
8 <action type="set_environment">
26281f3b5674 Uploaded
boris
parents:
diff changeset
9 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
26281f3b5674 Uploaded
boris
parents:
diff changeset
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
26281f3b5674 Uploaded
boris
parents:
diff changeset
11 </action>
26281f3b5674 Uploaded
boris
parents:
diff changeset
12 </actions>
26281f3b5674 Uploaded
boris
parents:
diff changeset
13 </install>
26281f3b5674 Uploaded
boris
parents:
diff changeset
14 <readme>DendroPy is a Python library for phylogenetic computing.
26281f3b5674 Uploaded
boris
parents:
diff changeset
15 DendroPy is a pure-Python library with no dependencies, and runs under any version of Python 2 from 2.4 upwards
26281f3b5674 Uploaded
boris
parents:
diff changeset
16 (i.e., Python 2.4, 2.5, 2.6, 2.7, etc.). At present, it does not run under Python 3.</readme>
26281f3b5674 Uploaded
boris
parents:
diff changeset
17 </package>
26281f3b5674 Uploaded
boris
parents:
diff changeset
18 </tool_dependency>