annotate tool_dependencies.xml @ 23:194cf7e7e936 default tip

Format hacks yo.
author Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
date Thu, 25 Jun 2015 14:06:10 +1000
parents 278e80313c7f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
1 <?xml version="1.0"?>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
2 <tool_dependency>
7
0aa918dc17eb Update client.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents: 6
diff changeset
3 <package name="py_ts" version="0.5.8">
0
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
4 <readme>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
5 I should write this.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
6 </readme>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
7 <install version="1.0">
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
8 <actions>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
9 <action type="setup_virtualenv">
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
10 requests
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
11 requests-oauthlib
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
12 boto
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
13 passlib
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
14 pycrypto
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
15 </action>
7
0aa918dc17eb Update client.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents: 6
diff changeset
16 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.8.tar.gz</action>
0
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
17 <action type="shell_command">. $INSTALL_DIR/venv/bin/activate;
8
278e80313c7f Missed version number here.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents: 7
diff changeset
18 $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.8.tar.gz</action>
0
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
19 <action type="make_directory">$INSTALL_DIR/lib/python</action>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
20 <action type="set_environment">
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
23 </action>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
24 </actions>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
25 </install>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
26 </package>
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
27 </tool_dependency>