view tool_dependencies.xml @ 38:0a58aa2c6464

Testing whl bundle install 5
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Wed, 02 Dec 2015 12:46:47 +0000
parents 7b7d1184ea17
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="riboplot" version="0.2.5">
        <install version="1.0">
			<actions_group>
            <actions os="linux" architecture="x86_64">
                <action type="download_by_url">https://github.com/vimalkvn/riboplot/releases/download/0.2.5/riboplot-whl-bundle-0.2.5.tar.bz2</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
            </actions>
            <actions>
                <action type="setup_virtualenv" use_requirements_file="true">$INSTALL_DIR/requirements.txt</action>
                <action type="use_requirements_file">true</action>             
                <action type="set_environment">
                    <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                </action>
            </actions>
        </actions_group>
        </install>
        <readme>
            Please check README.rst
        </readme>
    </package>
</tool_dependency>