changeset 43:0d5d90291ce2

another attempt at getting dependencies right
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 20 May 2014 14:56:10 +0200
parents 1d49bce1e4bb
children 7d3f399d0d98
files blast2html.xml tool_dependencies.xml
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast2html.xml	Mon May 19 18:34:25 2014 +0200
+++ b/blast2html.xml	Tue May 20 14:56:10 2014 +0200
@@ -1,4 +1,4 @@
-<tool id="blast2html" name="blast2html" version="0.0.5">
+<tool id="blast2html" name="blast2html" version="0.0.6">
     
     <description>Convert BLAST XML to HTML</description>
     
--- a/tool_dependencies.xml	Mon May 19 18:34:25 2014 +0200
+++ b/tool_dependencies.xml	Tue May 20 14:56:10 2014 +0200
@@ -14,6 +14,16 @@
   <package name="lxml" version="2.2.3">
     <install version="1.0">
       <actions>
+	<action type="set_environment_for_install">
+	  <repository name="package_libxml2_2_9_1" owner="devteam"
+		      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb">
+	    <package name="package_libxml2_2_9_1" version="2.9.1" />
+	  </repository>
+	  <repository name="package_libxslt_1_1_28" owner="devteam"
+		      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee">
+	    <package name="package_libxslt_1_1_28" version="1.1.28" />
+	  </repository>
+	</action>
 	<action type="setup_virtualenv">
 	  lxml == 2.2.3
 	</action>