Mercurial > repos > cathywise > truststore_import
changeset 39:64e06297da39 default tip
Update version.
author | Catherine Wise <catherine.wise@csiro.au> |
---|---|
date | Mon, 24 Feb 2014 15:00:07 +1100 |
parents | f3143cb04928 |
children | |
files | TrustStoreGalaxyImport.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/TrustStoreGalaxyImport.xml Fri Jan 31 11:59:12 2014 +1100 +++ b/TrustStoreGalaxyImport.xml Mon Feb 24 15:00:07 2014 +1100 @@ -113,7 +113,7 @@ </tests> <requirements> - <requirement type="package" version="0.2.6">py_ts</requirement> + <requirement type="package" version="0.3">py_ts</requirement> <requirement type="python_module">py_ts</requirement> <requirement type="binary" version="1.0.0">openssl</requirement> </requirements>
--- a/tool_dependencies.xml Fri Jan 31 11:59:12 2014 +1100 +++ b/tool_dependencies.xml Mon Feb 24 15:00:07 2014 +1100 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="py_ts" version="0.2.6"> + <package name="py_ts" version="0.3"> <readme> I should write this. </readme> @@ -14,8 +14,8 @@ simplejson passlib </action> - <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.6.tar.gz</action> - <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> + <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>