comparison tool_dependencies.xml @ 29:fb64b970da25

Use latest version (0.1.1) from PyPI
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 11 Sep 2015 10:19:58 +0100
parents 99dda3e39997
children b26c8f3b5aa6
comparison
equal deleted inserted replaced
28:60bbd8ebe314 29:fb64b970da25
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="riboplot" version="0.1.0"> 3 <package name="riboplot" version="0.1.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="setup_virtualenv">riboplot==0.1.0</action> 6 <action type="setup_virtualenv">riboplot==0.1.1</action>
7 <action type="set_environment"> 7 <action type="set_environment">
8 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable> 8 <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
9 </action> 9 </action>
10 </actions> 10 </actions>
11 </install> 11 </install>