Mercurial > repos > cathywise > truststore_import
annotate tool_dependencies.xml @ 28:d880375991ff
no message
| author | Catherine Wise <catherine.wise@csiro.au> |
|---|---|
| date | Thu, 16 Jan 2014 16:09:31 +1100 |
| parents | 905f1ae04e46 |
| children | 4c25b2ce827e |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 28 | 3 <package name="py_ts" version="0.2.1"> |
|
12
b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents:
11
diff
changeset
|
4 <readme> |
|
b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents:
11
diff
changeset
|
5 I should write this. |
|
b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents:
11
diff
changeset
|
6 </readme> |
|
9
9d68b1a965fd
Too much version fiddle.
Catherine Wise <catherine.wise@csiro.au>
parents:
8
diff
changeset
|
7 <install version="1.0"> |
| 0 | 8 <actions> |
|
11
54e92c72bab9
Arg pip, work dammit.
Catherine Wise <catherine.wise@csiro.au>
parents:
10
diff
changeset
|
9 <action type="setup_virtualenv"> |
|
12
b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents:
11
diff
changeset
|
10 requests==0.14.2 |
|
10
458fa1403a64
Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents:
9
diff
changeset
|
11 requests_oauth2 |
|
458fa1403a64
Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents:
9
diff
changeset
|
12 xmltodict |
|
12
b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents:
11
diff
changeset
|
13 boto==2.19.0 |
|
10
458fa1403a64
Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents:
9
diff
changeset
|
14 simplejson |
|
458fa1403a64
Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents:
9
diff
changeset
|
15 passlib |
|
11
54e92c72bab9
Arg pip, work dammit.
Catherine Wise <catherine.wise@csiro.au>
parents:
10
diff
changeset
|
16 </action> |
|
26
6cb02d1f793a
Tell user if their username doesn’t exist.
Catherine Wise <catherine.wise@csiro.au>
parents:
19
diff
changeset
|
17 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.1.tar.gz</action> |
| 27 | 18 <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.1.tar.gz</action> |
| 19 | 19 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 20 <action type="set_environment"> | |
| 21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 23 </action> | |
| 0 | 24 </actions> |
| 25 </install> | |
| 26 </package> | |
| 27 </tool_dependency> |
