# HG changeset patch # User iuc # Date 1520422126 18000 # Node ID f761bd14343ef823492c434deff45c82b71a8d71 # Parent 8b09fe018cac753f3368c45d18108a30b1e4b58a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit b33f41a96ea17897ec4e84b32958488b496ef5dc diff -r 8b09fe018cac -r f761bd14343e tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 07 03:50:02 2015 -0500 +++ b/tool_dependencies.xml Wed Mar 07 06:28:46 2018 -0500 @@ -1,7 +1,7 @@ - + @@ -19,15 +19,15 @@ - + - https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz + https://depot.galaxyproject.org/software/python/python_2.7_src_all.tar.gz - + @@ -45,7 +45,7 @@ - + @@ -53,9 +53,9 @@ sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py --enable-shared --enable-unicode=ucs4 - https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2 - tar -xjf 18.2.tar.bz2 - pypa-setuptools-1a981f2e5031 + https://github.com/pypa/setuptools/archive/18.2.tar.gz + tar -xzf 18.2.tar.gz + setuptools-18.2 export PATH=$PATH:$INSTALL_DIR/bin && @@ -93,7 +93,7 @@ The Python programming language version 2.7. - http://www.python.org + https://www.python.org