changeset 15:b5cf563d5810 draft

Uploaded
author jbrayet
date Wed, 23 Sep 2015 10:45:55 -0400
parents 77e3b231d563
children 1fa5b9315505
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Sep 23 10:20:50 2015 -0400
+++ b/tool_dependencies.xml	Wed Sep 23 10:45:55 2015 -0400
@@ -11,10 +11,18 @@
                    <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>
-                   <package>https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-0.6.tar.bz2</package>
+		<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">
+                    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>
 		    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable action="set_to" name="PYTHONPATH_SUDS">$INSTALL_DIR</environment_variable>
                     <environment_variable action="set_to" name="PATH_SUDS">$INSTALL_DIR/bin</environment_variable>