annotate tool_dependencies.xml @ 27:901b359bb74a

We are getting closer.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 14 May 2015 15:36:42 +1000
parents f4585bf75a8a
children a325622e2277
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
1 <?xml version="1.0"?>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
2 <tool_dependency>
9
0f2a5664c9eb Actually update downloader (probably not working).
Catherine Wise <catherine.wise@csiro.au>
parents: 4
diff changeset
3 <package name="py_ts" version="0.5.1">
0
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
4 <readme>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
5 I should write this.
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
6 </readme>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
7 <install version="1.0">
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
8 <actions>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
9 <action type="setup_virtualenv">
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
10 requests
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
11 requests-oauthlib
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
12 boto
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
13 simplejson
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
14 passlib
4
9cc341926a80 Activate virtualenv.
Catherine Wise <catherine.wise@csiro.au>
parents: 3
diff changeset
15 pycrypto
0
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
16 psycopg2
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
17 </action>
9
0f2a5664c9eb Actually update downloader (probably not working).
Catherine Wise <catherine.wise@csiro.au>
parents: 4
diff changeset
18 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.1.tar.gz</action>
4
9cc341926a80 Activate virtualenv.
Catherine Wise <catherine.wise@csiro.au>
parents: 3
diff changeset
19 <action type="shell_command">. $INSTALL_DIR/venv/bin/activate;
11
406690068ab6 Fix deps.
Catherine Wise <catherine.wise@csiro.au>
parents: 9
diff changeset
20 $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.1.tar.gz</action>
0
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
22 <action type="set_environment">
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
23 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
25 </action>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
26 </actions>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
27 </install>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
28 </package>
2a996fea49a3 Initial.
Catherine Wise <catherine.wise@csiro.au>
parents:
diff changeset
29 </tool_dependency>