Mercurial > repos > biopython > package_biopython_1_61
comparison tool_dependencies.xml @ 2:54e5c64b0460 draft
Uploaded
| author | biopython |
|---|---|
| date | Mon, 19 Aug 2013 17:09:02 -0400 |
| parents | d2600888fad4 |
| children | 2f6c871cfa35 |
comparison
equal
deleted
inserted
replaced
| 1:d2600888fad4 | 2:54e5c64b0460 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="numpy" version="1.7.1"> | 3 <package name="numpy" version="1.7.1"> |
| 4 <repository changeset_revision="793c48909d53" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="793c48909d53" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | 5 </package> |
| 6 <package name="matplotlib" version="1.2.1"> | |
| 7 <repository changeset_revision="a476c1177222" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <!-- TODO reportlab -> Python Imaging Library | |
| 10 <package name="reportlab" version="1.2.1"> | |
| 11 <repository name="package_reportlab_1_2" owner="bgruening" prior_installation_required="True" /> | |
| 12 </package> | |
| 13 --> | |
| 14 <package name="biopython" version="1.61"> | 6 <package name="biopython" version="1.61"> |
| 15 <install version="1.0"> | 7 <install version="1.0"> |
| 16 <actions> | 8 <actions> |
| 17 <action type="download_by_url">https://pypi.python.org/packages/source/b/biopython/biopython-1.61.tar.gz</action> | 9 <action type="download_by_url">https://pypi.python.org/packages/source/b/biopython/biopython-1.61.tar.gz</action> |
| 18 <action type="set_environment_for_install"> | 10 <action type="set_environment_for_install"> |
| 19 <repository changeset_revision="a476c1177222" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 20 <package name="matplotlib" version="1.2.1" /> | |
| 21 </repository> | |
| 22 <repository changeset_revision="793c48909d53" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 11 <repository changeset_revision="793c48909d53" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> |
| 23 <package name="numpy" version="1.7.1" /> | 12 <package name="numpy" version="1.7.1" /> |
| 24 </repository> | 13 </repository> |
| 25 </action> | 14 </action> |
| 26 | |
| 27 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 15 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 28 <action type="shell_command"> | 16 <action type="shell_command"> |
| 29 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 30 export PATH=$PATH:$PATH_NUMPY && | 18 export PATH=$PATH:$PATH_NUMPY && |
| 31 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY:$PYTHONPATH_MATPLOTLIB && | 19 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY:$PYTHONPATH_MATPLOTLIB && |
