Mercurial > repos > pmac > iterativepca
comparison tool_dependencies.xml @ 0:64e75e21466e draft default tip
Uploaded
| author | pmac |
|---|---|
| date | Wed, 01 Jun 2016 03:38:39 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:64e75e21466e |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="Jinja2" version="2.8"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.8.tar.gz#md5=edb51693fe22c53cee5403775c71a99e</action> | |
| 7 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 8 <action type="shell_command"> | |
| 9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 11 </action> | |
| 12 <action type="set_environment"> | |
| 13 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 15 </action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 <readme> | |
| 19 Jinja2 python library for templating | |
| 20 </readme> | |
| 21 </package> | |
| 22 </tool_dependency> |
