Mercurial > repos > boris > package_dendropy_3_12
changeset 3:508ace5aae07 draft
updated readme section
| author | boris |
|---|---|
| date | Wed, 05 Jun 2013 15:25:03 -0400 |
| parents | 7cd423803c7e |
| children | 9da46fa994e6 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jun 04 00:07:28 2013 -0400 +++ b/tool_dependencies.xml Wed Jun 05 15:25:03 2013 -0400 @@ -6,11 +6,13 @@ <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> - <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> - <readme>DendroPy is a pure-Python library with no dependencies, and runs under any version of Python 2 from 2.4 upwards (i.e., Python 2.4, 2.5, 2.6, 2.7, etc.). At present, it does not run under Python 3.</readme> + <readme>DendroPy is a Python library for phylogenetic computing. + DendroPy is a pure-Python library with no dependencies, and runs under any version of Python 2 from 2.4 upwards + (i.e., Python 2.4, 2.5, 2.6, 2.7, etc.). At present, it does not run under Python 3.</readme> </package> </tool_dependency> \ No newline at end of file
