comparison tool_dependencies.xml @ 30:2af6c167295e draft default tip

Uploaded
author cpalm
date Wed, 21 Aug 2013 19:47:43 -0400
parents f4c910385c67
children
comparison
equal deleted inserted replaced
29:f4c910385c67 30:2af6c167295e
2 <tool_dependency> 2 <tool_dependency>
3 <package name="requests" version="1.2.3"> 3 <package name="requests" version="1.2.3">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz</action> 6 <action type="download_by_url">http://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz</action>
7 <action type="shell_command">python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
8 <action type="make_directory">$INSTALL_DIR/lib/python</action> 7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
9 <action type="make_directory">$INSTALL_DIR/bin</action> 8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
9 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> 11 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
13 </action> 13 </action>
14 14