Mercurial > repos > cathywise > truststore_import
view tool_dependencies.xml @ 39:64e06297da39 default tip
Update version.
| author | Catherine Wise <catherine.wise@csiro.au> |
|---|---|
| date | Mon, 24 Feb 2014 15:00:07 +1100 |
| parents | 8e8a88fe0f4f |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="py_ts" version="0.3"> <readme> I should write this. </readme> <install version="1.0"> <actions> <action type="setup_virtualenv"> requests==0.14.2 requests_oauth2 xmltodict boto simplejson passlib </action> <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.3.tar.gz</action> <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.3.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="set_environment"> <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> </package> </tool_dependency>
