comparison tool_dependencies.xml @ 1:93036b19115a draft default tip

planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_six_1_10_0 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa
author nml
date Thu, 07 Jul 2016 11:12:09 -0400
parents bd597750a846
children
comparison
equal deleted inserted replaced
0:bd597750a846 1:93036b19115a
11 <repository changeset_revision="20ecf5cd3c0e" name="package_python_3_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="20ecf5cd3c0e" name="package_python_3_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
12 <package name="python" version="3.4" /> 12 <package name="python" version="3.4" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="make_directory">$INSTALL_DIR/lib/python</action> 15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
16 <action type="shell_command">python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> 16 <action type="shell_command">
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR &amp;&amp;
18 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
19 python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
17 <action type="set_environment"> 20 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 21 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
19 <environment_variable action="set_to" name="PYTHONPATH_SIX">$INSTALL_DIR/lib/python</environment_variable> 22 <environment_variable action="set_to" name="PYTHONPATH_SIX">$INSTALL_DIR/lib/python</environment_variable>
20 <environment_variable action="set_to" name="SIX_ROOT_DIR">$INSTALL_DIR</environment_variable> 23 <environment_variable action="set_to" name="SIX_ROOT_DIR">$INSTALL_DIR</environment_variable>
21 </action> 24 </action>