Mercurial > repos > cathywise > truststore_import
changeset 33:5a995f380e1a
Update reps.
author | Catherine Wise <catherine.wise@csiro.au> |
---|---|
date | Thu, 23 Jan 2014 11:19:42 +1100 |
parents | 1299e901a0ea |
children | 97adadc6fab5 |
files | TrustStoreGalaxyImport.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/TrustStoreGalaxyImport.xml Thu Jan 23 11:10:13 2014 +1100 +++ b/TrustStoreGalaxyImport.xml Thu Jan 23 11:19:42 2014 +1100 @@ -113,7 +113,7 @@ </tests> <requirements> - <requirement type="package" version="0.2.2">py_ts</requirement> + <requirement type="package" version="0.2.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 Thu Jan 23 11:10:13 2014 +1100 +++ b/tool_dependencies.xml Thu Jan 23 11:19:42 2014 +1100 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="py_ts" version="0.2.2"> + <package name="py_ts" version="0.2.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.2.tar.gz</action> - <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.2.tar.gz</action> + <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.3.tar.gz</action> + <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.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>