Mercurial > repos > jbrayet > package_python_2_7_suds_0_4
comparison tool_dependencies.xml @ 31:fee1c7e4a376 draft default tip
Uploaded
| author | jbrayet |
|---|---|
| date | Thu, 24 Sep 2015 08:43:22 -0400 |
| parents | 4c746d050181 |
| children |
comparison
equal
deleted
inserted
replaced
| 30:4c746d050181 | 31:fee1c7e4a376 |
|---|---|
| 8 <actions> | 8 <actions> |
| 9 <action type="setup_python_environment"> | 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"> | 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 <package name="python" version="2.7" /> |
| 12 </repository> | 12 </repository> |
| 13 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 14 <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> | |
| 15 <action type="shell_command">tar xjf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2 -C $INSTALL_DIR/lib/python</action> | |
| 16 <action type="shell_command">rm -rf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2</action> | |
| 17 <action type="shell_command"> | |
| 18 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 19 PYTHON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f1); | |
| 20 cd $INSTALL_DIR/lib/python/suds-jurko-0.6; | |
| 21 $PYTHON_2_7_GALAXY/python setup.py install | |
| 22 </action> | |
| 23 </action> | 13 </action> |
| 14 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 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> | |
| 16 <action type="shell_command">tar xjf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2 -C $INSTALL_DIR/lib/python</action> | |
| 17 <action type="shell_command">rm -rf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2</action> | |
| 18 <action type="shell_command"> | |
| 19 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 20 PYTHON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f1); | |
| 21 cd $INSTALL_DIR/lib/python/suds-jurko-0.6; | |
| 22 $PYTHON_2_7_GALAXY/python setup.py install | |
| 23 </action> | |
| 24 <action type="set_environment"> | 24 <action type="set_environment"> |
| 25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
| 26 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 26 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 28 <environment_variable action="set_to" name="PYTHONPATH_SUDS">$INSTALL_DIR</environment_variable> | 28 <environment_variable action="set_to" name="PYTHONPATH_SUDS">$INSTALL_DIR</environment_variable> |
