Mercurial > repos > boris > package_dendropy_3_12
comparison tool_dependencies.xml @ 5:26281f3b5674 draft default tip
Uploaded
| author | boris |
|---|---|
| date | Thu, 06 Jun 2013 16:27:09 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 4:9da46fa994e6 | 5:26281f3b5674 |
|---|---|
| 1 <tool_dependency> | |
| 2 <package name="dendropy" version="3.12.0"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">http://pypi.python.org/packages/source/D/DendroPy/DendroPy-3.12.0.tar.gz</action> | |
| 6 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 11 </action> | |
| 12 </actions> | |
| 13 </install> | |
| 14 <readme>DendroPy is a Python library for phylogenetic computing. | |
| 15 DendroPy is a pure-Python library with no dependencies, and runs under any version of Python 2 from 2.4 upwards | |
| 16 (i.e., Python 2.4, 2.5, 2.6, 2.7, etc.). At present, it does not run under Python 3.</readme> | |
| 17 </package> | |
| 18 </tool_dependency> |
