Mercurial > repos > cathywise > truststore_import
comparison tool_dependencies.xml @ 36:8e8a88fe0f4f
GRRR.
| author | Catherine Wise <catherine.wise@csiro.au> |
|---|---|
| date | Thu, 23 Jan 2014 15:05:41 +1100 |
| parents | 3bed3ea2c474 |
| children | 64e06297da39 |
comparison
equal
deleted
inserted
replaced
| 35:3bed3ea2c474 | 36:8e8a88fe0f4f |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="py_ts" version="0.2.5"> | 3 <package name="py_ts" version="0.2.6"> |
| 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> |
| 9 <action type="setup_virtualenv"> | 9 <action type="setup_virtualenv"> |
| 10 requests==0.14.2 | 10 requests==0.14.2 |
| 11 requests_oauth2 | 11 requests_oauth2 |
| 12 xmltodict | 12 xmltodict |
| 13 boto==2.2.2 | 13 boto |
| 14 simplejson | 14 simplejson |
| 15 passlib | 15 passlib |
| 16 </action> | 16 </action> |
| 17 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.5.tar.gz</action> | 17 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.6.tar.gz</action> |
| 18 <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.5.tar.gz</action> | 18 <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.6.tar.gz</action> |
| 19 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 19 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 20 <action type="set_environment"> | 20 <action type="set_environment"> |
| 21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | 21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> |
| 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
| 23 </action> | 23 </action> |
