changeset 0:c5b7a807ab1e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_setuptools_19_0 commit 0d9b76366bdec662cfd283201ee957464d656632
author iuc
date Wed, 16 Dec 2015 08:41:44 -0500
parents
children cb689698d484
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Dec 16 08:41:44 2015 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="setuptools" version="0.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>