changeset 7:9e36759f2fa6 draft

Uploaded
author jbrayet
date Wed, 23 Sep 2015 05:44:45 -0400
parents 2d3de55390d0
children 1187e6592eea
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Sep 23 05:10:17 2015 -0400
+++ b/tool_dependencies.xml	Wed Sep 23 05:44:45 2015 -0400
@@ -1,33 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="python" version="2.7.10">
-        <repository changeset_revision="08162f8bc496" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
-    </package>
-      <package name="python_suds" version="0.4">
+    <package name="python" version="2.7">
+      <repository changeset_revision="17b9d79ae892" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+  </package>
+      <package name="suds" version="0.4">
         <install version="1.0">
             <actions>
-                <action type="setup_python_environment">
-                   <repository changeset_revision="08162f8bc496" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
-                       <package name="python" version="2.7.10" />
+                <action type="setup_virtual_env">suds==0.4
+                    <!--repository changeset_revision="17b9d79ae892" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" >
+                        <package name="python" version="2.7"/>
                     </repository>
-<!--  wget https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz
-tar -zxvf suds-0.4.tar.gz
-/ifb/tool_dependencies/python/2.7.10/iuc/package_python_2_7_10/08162f8bc496/bin/python suds-0.4/setup.py install
-
-
-                            -->
-                    <package>https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz</package>
-                </action>
-                <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</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>
-                    <environment_variable action="set_to" name="SUDS_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                    <package md5sum="b7502de662341ed7275b673e6bd73191">https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz</package-->
                 </action>
             </actions>
         </install>
         <readme>
             Lightweight SOAP client
+
             https://pypi.python.org/pypi/suds/0.4
         </readme>
     </package>