changeset 29:ceee3cb8ca79 draft

Uploaded
author jbrayet
date Thu, 24 Sep 2015 04:58:20 -0400
parents ebde498e8acf
children 4c746d050181
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 24 04:54:56 2015 -0400
+++ b/tool_dependencies.xml	Thu Sep 24 04:58:20 2015 -0400
@@ -7,23 +7,20 @@
         <install version="1.0">
             <actions>
 		<action type="setup_python_environment">
-
                    <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 -P $INSTALL_DIR/lib/python</action>
 		<action type="shell_command">tar xjf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2 -C $INSTALL_DIR/lib/python</action>
+		<action type="shell_command">rm -rf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
 		    PYTHON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f1);
                     cd $INSTALL_DIR/lib/python/suds-jurko-0.6;
-		    $PYTHON_2_7_GALAXY/python setup.py install <!--install-lib $INSTALL_DIR/lib/python install-scripts $INSTALL_DIR/bin-->
+		    $PYTHON_2_7_GALAXY/python setup.py install
                 </action>
-                   <!--package>https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-0.6.tar.bz2</package-->
-
                 <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>