# HG changeset patch # User iuc # Date 1441370892 14400 # Node ID 9aeb3401b7b40645e77119a0abfc59a9e37f0cc1 # Parent 6c8e368fd983a093b91a6f9bd4b80575d62206e2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 80abc96e451fb55175aedf74bf90a9196172d4d2-dirty diff -r 6c8e368fd983 -r 9aeb3401b7b4 tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 04 03:18:01 2015 -0400 +++ b/tool_dependencies.xml Fri Sep 04 08:48:12 2015 -0400 @@ -3,8 +3,8 @@ - - + + @@ -18,8 +18,8 @@ - - + + @@ -30,8 +30,8 @@ - - + + @@ -45,17 +45,22 @@ - - + + sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py - ./configure --prefix $INSTALL_DIR && make CFLAGS=-fPIC && make install - https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2 + + + https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2 + tar -xjf 18.2.tar.bz2 + pypa-setuptools-1a981f2e5031 + + export PATH=$PATH:$INSTALL_DIR/bin &&