annotate tool_dependencies.xml @ 17:44eef6ccd875

FLKHWTLK
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 13 Dec 2013 12:45:54 +1100
parents a3f63a4ca3b2
children f479dc64ac7d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
1 <?xml version="1.0"?>
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
2 <tool_dependency>
8
e23cceced276 More version fiddle.
Catherine Wise <catherine.wise@csiro.au>
parents: 7
diff changeset
3 <package name="py_ts" version="0.2">
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>
16
a3f63a4ca3b2 Argh, work damnit.
Catherine Wise <catherine.wise@csiro.au>
parents: 15
diff changeset
7 <set_environment version="1.0">
a3f63a4ca3b2 Argh, work damnit.
Catherine Wise <catherine.wise@csiro.au>
parents: 15
diff changeset
8 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
a3f63a4ca3b2 Argh, work damnit.
Catherine Wise <catherine.wise@csiro.au>
parents: 15
diff changeset
9 </set_environment>
9
9d68b1a965fd Too much version fiddle.
Catherine Wise <catherine.wise@csiro.au>
parents: 8
diff changeset
10 <install version="1.0">
0
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
11 <actions>
11
54e92c72bab9 Arg pip, work dammit.
Catherine Wise <catherine.wise@csiro.au>
parents: 10
diff changeset
12 <action type="setup_virtualenv">
12
b61ec0fd0039 Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents: 11
diff changeset
13 requests==0.14.2
10
458fa1403a64 Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents: 9
diff changeset
14 requests_oauth2
458fa1403a64 Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents: 9
diff changeset
15 xmltodict
12
b61ec0fd0039 Playing with dependency file WOOOOORK PLEASE.
Catherine Wise <catherine.wise@csiro.au>
parents: 11
diff changeset
16 boto==2.19.0
10
458fa1403a64 Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents: 9
diff changeset
17 simplejson
458fa1403a64 Arg, Galaxy is screwing up pip install! D:
Catherine Wise <catherine.wise@csiro.au>
parents: 9
diff changeset
18 passlib
11
54e92c72bab9 Arg pip, work dammit.
Catherine Wise <catherine.wise@csiro.au>
parents: 10
diff changeset
19 </action>
17
44eef6ccd875 FLKHWTLK
Catherine Wise <catherine.wise@csiro.au>
parents: 16
diff changeset
20 <action type="shell_command">ls $SCRIPT_PATH</action>
16
a3f63a4ca3b2 Argh, work damnit.
Catherine Wise <catherine.wise@csiro.au>
parents: 15
diff changeset
21 <action type="shell_command">pip install $SCRIPT_PATH/PythonTrustStore-0.2.0.tar.gz</action>
0
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
22 </actions>
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
23 </install>
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
24 </package>
22cc897d85c5 Uploaded
cathywise
parents:
diff changeset
25 </tool_dependency>