changeset 26:1dcfacc46452 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 543b8d28d5f84f5b8ac31b3aa05f68a7b4094d66-dirty
author iuc
date Mon, 25 May 2015 10:14:39 -0400
parents 113ac05c48be
children 722390015c08
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon May 25 09:32:07 2015 -0400
+++ b/tool_dependencies.xml	Mon May 25 10:14:39 2015 -0400
@@ -59,9 +59,9 @@
         <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
 
         <action type="autoconf" />
-        <action type="download_file">https://bitbucket.org/pypa/setuptools/get/16.0.tar.bz2</action>
-        <action type="shell_command">tar -xjf 16.0.tar.bz2</action>
-        <action type="change_directory">pypa-setuptools-e0825f0c7d59</action>
+        <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action>
+        <action type="shell_command">tar -xjf 6.1.tar.bz2</action>
+        <action type="change_directory">pypa-setuptools-7ea80190d494</action>
 
         <action type="shell_command">
             export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;