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