view tool_dependencies.xml @ 1:15697b5e3074 draft default tip

Uploaded
author bgruening
date Sun, 29 Jun 2014 13:52:53 -0400
parents d852d0b557c1
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="python" version="3.4">
        <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="numpy" version="1.8.1">
        <install version="1.0">
            <actions>
                <action type="setup_python_environment">
                   <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                       <package name="python" version="3.4" />
                   </repository>
                    <!-- allow downloading and installing an Python package from https://pypi.org/ -->
                    <package>https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz</package>
                </action>

                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
                </action>

            </actions>
        </install>
        <readme>
            Test repository for easy installation of R packages.
        </readme>
    </package>
</tool_dependency>