comparison tool_dependencies.xml @ 12:b61ec0fd0039

Playing with dependency file WOOOOORK PLEASE.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 13 Dec 2013 11:08:36 +1100
parents 54e92c72bab9
children 29bbe3cf4b8c
comparison
equal deleted inserted replaced
11:54e92c72bab9 12:b61ec0fd0039
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="py_ts" version="0.2"> 3 <package name="py_ts" version="0.2">
4 <readme>
5 I should write this.
6 </readme>
4 <install version="1.0"> 7 <install version="1.0">
5 <actions> 8 <actions>
6 <action type="setup_virtualenv"> 9 <action type="setup_virtualenv">
7 requests <= 0.14.2 10 requests==0.14.2
8 requests_oauth2 11 requests_oauth2
9 xmltodict 12 xmltodict
10 boto >= 2.5.0 13 boto==2.19.0
11 simplejson 14 simplejson
12 passlib 15 passlib
13 PythonTrustStore-0.2.0.tar.gz 16 PythonTrustStore-0.2.0.tar.gz
14 </action> 17 </action>
15 <!-- <action type="shell_command">echo `ls -lt` &amp;&amp; echo `pwd`</action>
16 <action type="make_directory">$INSTALL_DIR/lib/python</action> -->
17 <!-- <action type="shell_command">pip install PythonTrustStore-0.1.0.tar.gz</action> -->
18 </actions> 18 </actions>
19 </install> 19 </install>
20 <readme>
21 I should write this.
22 </readme>
23 </package> 20 </package>
24 </tool_dependency> 21 </tool_dependency>