view tool_dependencies.xml @ 1:cb689698d484 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_setuptools_19_0 commit 5643e95b908d31fdbeba9484078d699ff66f3cbc
author iuc
date Fri, 18 Dec 2015 12:25:39 -0500
parents c5b7a807ab1e
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
        <package name="setuptools" version="19.0">
            <install version="1.0">
                <actions>
                    <action type="download_by_url" md5sum="b921200449c8b52d62c7e70a47956b69">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.0.tar.gz</action>
                    <action type="make_directory">$INSTALL_DIR/lib/python</action>
                    <action type="shell_command">
                        export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
                        python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
                    </action>
                    <action type="set_environment">
                        <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                        <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    </action>
                </actions>
            </install>
            <readme>
                Downloads and installs setuptools.
            </readme>
        </package>
</tool_dependency>