Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
23:00d2c3e43807 | 24:b32fe7b978c7 |
---|---|
57 </action> | 57 </action> |
58 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 58 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
59 <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 59 <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
60 | 60 |
61 <action type="autoconf" /> | 61 <action type="autoconf" /> |
62 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 62 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/16.0.tar.bz2</action> |
63 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 63 <action type="shell_command">tar -xjf 16.0.tar.bz2</action> |
64 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 64 <action type="change_directory">pypa-setuptools-e0825f0c7d59</action> |
65 | 65 |
66 <action type="shell_command"> | 66 <action type="shell_command"> |
67 export PATH=$PATH:$INSTALL_DIR/bin && | 67 export PATH=$PATH:$INSTALL_DIR/bin && |
68 export PYTHONHOME=$INSTALL_DIR && | 68 export PYTHONHOME=$INSTALL_DIR && |
69 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 69 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |