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