comparison tool_dependencies.xml @ 46:518580263e96

change tool_dependencies.xml
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 20 May 2014 15:22:28 +0200
parents 4497ce4127b4
children 2015f1af96b4
comparison
equal deleted inserted replaced
45:4497ce4127b4 46:518580263e96
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cython" version="0.20.1">
4 <repository name="package_cython_0_20_1" owner="iuc"
5 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="c3a8c46fcb97" />
6 </package>
7
8 <package name="libxml2" version="2.9.1">
9 <repository name="package_libxml2_2_9_1" owner="devteam"
10 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb" />
11 </package>
12
13 <package name="libxslt" version="1.1.28">
14 <repository name="package_libxslt_1_1_28" owner="devteam"
15 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee" />
16 </package>
17
3 <package name="argparse" version="1.2.1"> 18 <package name="argparse" version="1.2.1">
4 <install version="1.0"> 19 <install version="1.0">
5 <actions> 20 <actions>
6 <action type="setup_virtualenv"> 21 <action type="setup_virtualenv">
7 argparse == 1.2.1 22 argparse == 1.2.1
8 </action> 23 </action>
9 </actions> 24 </actions>
10 </install> 25 </install>
11 <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme> 26 <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme>
12 </package> 27 </package>
13 28
14 <package name="lxml" version="2.2.3"> 29 <package name="lxml" version="2.2.3">
15 <install version="1.0"> 30 <install version="1.0">
16 <actions> 31 <actions>
17 <action type="set_environment_for_install"> 32 <action type="set_environment_for_install">
18 <repository name="package_cython_0_20_1" owner="iuc" 33 <repository name="package_cython_0_20_1" owner="iuc"
19 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="c3a8c46fcb97"> 34 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="c3a8c46fcb97">
20 <package name="package_libxml2_2_9_1" version="0.20.1" /> 35 <package name="cython" version="0.20.1" />
21 </repository> 36 </repository>
22 <repository name="package_libxml2_2_9_1" owner="devteam" 37 <repository name="package_libxml2_2_9_1" owner="devteam"
23 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb"> 38 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb">
24 <package name="package_libxml2_2_9_1" version="2.9.1" /> 39 <package name="libxml2" version="2.9.1" />
25 </repository> 40 </repository>
26 <repository name="package_libxslt_1_1_28" owner="devteam" 41 <repository name="package_libxslt_1_1_28" owner="devteam"
27 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee"> 42 toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee">
28 <package name="package_libxslt_1_1_28" version="1.1.28" /> 43 <package name="libxslt" version="1.1.28" />
29 </repository> 44 </repository>
30 </action> 45 </action>
31 <action type="setup_virtualenv"> 46 <action type="setup_virtualenv">
32 lxml == 2.2.3 47 lxml == 2.2.3
33 </action> 48 </action>
34 </actions> 49 </actions>
35 </install> 50 </install>
36 <readme>The Python lxml library</readme> 51 <readme>The Python lxml library</readme>
37 </package> 52 </package>
38 53
39 <package name="jinja2" version="2.7.2"> 54 <package name="jinja2" version="2.7.2">
40 <install version="1.0"> 55 <install version="1.0">
41 <actions> 56 <actions>
42 <action type="setup_virtualenv"> 57 <action type="setup_virtualenv">
43 jinja2 == 2.7.2 58 jinja2 == 2.7.2
44 </action> 59 </action>
45 </actions> 60 </actions>
46 </install> 61 </install>
47 <readme>The Jinja 2 template engine for Python</readme> 62 <readme>The Jinja 2 template engine for Python</readme>
48 </package> 63 </package>
49 64