comparison tool_dependencies.xml @ 28:a325622e2277

Bug fix the client.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 14 May 2015 15:43:08 +1000
parents f4585bf75a8a
children 0a6dd98baf53
comparison
equal deleted inserted replaced
27:901b359bb74a 28:a325622e2277
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="py_ts" version="0.5.1"> 3 <package name="py_ts" version="0.5.2">
4 <readme> 4 <readme>
5 I should write this. 5 I should write this.
6 </readme> 6 </readme>
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
13 simplejson 13 simplejson
14 passlib 14 passlib
15 pycrypto 15 pycrypto
16 psycopg2 16 psycopg2
17 </action> 17 </action>
18 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.1.tar.gz</action> 18 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.2.tar.gz</action>
19 <action type="shell_command">. $INSTALL_DIR/venv/bin/activate; 19 <action type="shell_command">. $INSTALL_DIR/venv/bin/activate;
20 $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.1.tar.gz</action> 20 $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.2.tar.gz</action>
21 <action type="make_directory">$INSTALL_DIR/lib/python</action> 21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> 23 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
25 </action> 25 </action>