| Previous changeset 25:113ac05c48be (2015-05-25) Next changeset 27:722390015c08 (2015-05-25) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 543b8d28d5f84f5b8ac31b3aa05f68a7b4094d66-dirty |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 113ac05c48be -r 1dcfacc46452 tool_dependencies.xml --- a/tool_dependencies.xml Mon May 25 09:32:07 2015 -0400 +++ b/tool_dependencies.xml Mon May 25 10:14:39 2015 -0400 |
| b |
| @@ -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 && |