|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
12
|
3 <package name="python" version="2.7">
|
|
|
4 <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
11
|
5 </package>
|
|
12
|
6 <package name="python_suds" version="0.6">
|
|
0
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
12
|
9 <action type="setup_python_environment">
|
|
|
10 <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
11 <package name="python" version="2.7" />
|
|
11
|
12 </repository>
|
|
16
|
13 </action>
|
|
|
14 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
19
|
15 <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>
|
|
27
|
16 <action type="shell_command">tar xjf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2 -C $INSTALL_DIR/lib/python</action>
|
|
29
|
17 <action type="shell_command">rm -rf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2</action>
|
|
15
|
18 <action type="shell_command">
|
|
25
|
19 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
26
|
20 PYTHON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f1);
|
|
28
|
21 cd $INSTALL_DIR/lib/python/suds-jurko-0.6;
|
|
29
|
22 $PYTHON_2_7_GALAXY/python setup.py install
|
|
15
|
23 </action>
|
|
12
|
24 <action type="set_environment">
|
|
|
25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
|
|
15
|
26 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
13
|
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
12
|
28 <environment_variable action="set_to" name="PYTHONPATH_SUDS">$INSTALL_DIR</environment_variable>
|
|
|
29 <environment_variable action="set_to" name="PATH_SUDS">$INSTALL_DIR/bin</environment_variable>
|
|
|
30 <environment_variable action="set_to" name="SUDS_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
|
31 </action>
|
|
0
|
32 </actions>
|
|
|
33 </install>
|
|
|
34 <readme>
|
|
10
|
35 Lightweight SOAP client (Jurko's fork)
|
|
|
36
|
|
|
37 Based on the original 'suds' project by Jeff Ortel (jortel at redhat
|
|
|
38 dot com) hosted at 'http://fedorahosted.org/suds'
|
|
7
|
39
|
|
10
|
40 'Suds' is a lightweight SOAP-based web service client for Python
|
|
|
41 licensed under LGPL (see the LICENSE.txt file included in the
|
|
|
42 distribution).
|
|
|
43
|
|
|
44 This is hopefully just a temporary fork of the original suds Python
|
|
|
45 library project created because the original project development seems
|
|
|
46 to have stalled. Should be reintegrated back into the original project
|
|
|
47 if it ever gets revived again.
|
|
|
48
|
|
|
49 https://pypi.python.org/pypi/suds-jurko/0.6
|
|
0
|
50 </readme>
|
|
|
51 </package>
|
|
|
52 </tool_dependency>
|