Mercurial > repos > iuc > package_python_2_7
changeset 24:b32fe7b978c7 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 09:16:51 -0400 |
parents | 00d2c3e43807 |
children | 113ac05c48be |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu May 21 22:44:49 2015 -0400 +++ b/tool_dependencies.xml Mon May 25 09:16:51 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/5.2.tar.bz2</action> - <action type="shell_command">tar -xjf 5.2.tar.bz2</action> - <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> + <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="shell_command"> export PATH=$PATH:$INSTALL_DIR/bin &&