changeset 1:bda775c3b024 draft

Uploaded
author iuc
date Fri, 23 Jan 2015 08:02:47 -0500
parents 168f0a5504b5
children 196fdcfa98a7
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 22 17:33:19 2015 -0500
+++ b/tool_dependencies.xml	Fri Jan 23 08:02:47 2015 -0500
@@ -1,18 +1,10 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="python" version="2.7">
-        <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
-    </package>
     <package name="ez_setup" version="0.9">
         <install version="1.0">
             <actions>
-                <action type="setup_python_environment">
-                   <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
-                       <package name="python" version="2.7" />
-                   </repository>
-                    <!-- allow downloading and installing an Python package from https://pypi.org/ -->
-                    <package>https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.tar.gz</package>
-                </action>
+                <action type="download_by_url">https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.tar.gz</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>