view tool_dependencies.xml @ 31:fee1c7e4a376 draft default tip

Uploaded
author jbrayet
date Thu, 24 Sep 2015 08:43:22 -0400
parents 4c746d050181
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="python" version="2.7">
        <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
      <package name="python_suds" version="0.6">
        <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
                </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>
                    <environment_variable action="set_to" name="SUDS_ROOT_DIR">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
Lightweight SOAP client (Jurko's fork)

Based on the original 'suds' project by Jeff Ortel (jortel at redhat
dot com) hosted at 'http://fedorahosted.org/suds'

'Suds' is a lightweight SOAP-based web service client for Python
licensed under LGPL (see the LICENSE.txt file included in the
distribution).

This is hopefully just a temporary fork of the original suds Python
library project created because the original project development seems
to have stalled. Should be reintegrated back into the original project
if it ever gets revived again.

https://pypi.python.org/pypi/suds-jurko/0.6
        </readme>
    </package>
</tool_dependency>