changeset 16:1fa5b9315505 draft

Uploaded
author jbrayet
date Wed, 23 Sep 2015 11:03:29 -0400
parents b5cf563d5810
children 67fc756dd84d
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Sep 23 10:45:55 2015 -0400
+++ b/tool_dependencies.xml	Wed Sep 23 11:03:29 2015 -0400
@@ -11,15 +11,19 @@
                    <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="python" version="2.7" />
                    </repository>
+		</action>
+		<action type="make_directory">$INSTALL_DIR/lib/python</action>
+
 		<action type="shell_command">wget https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-0.6.tar.bz2</action>
-		
-                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+		<action type="shell_command">tar xjf suds-jurko-0.6</action>
+
+
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 
                     python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
                 </action>
                    <!--package>https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-0.6.tar.bz2</package-->
-                </action>
+
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>