Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 16:2c52c900e56a draft
Uploaded
author | iuc |
---|---|
date | Tue, 27 Jan 2015 11:58:35 -0500 |
parents | fb4199eb67f3 |
children | 407b2e088b3d |
comparison
equal
deleted
inserted
replaced
15:fb4199eb67f3 | 16:2c52c900e56a |
---|---|
57 </repository> | 57 </repository> |
58 </action> | 58 </action> |
59 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 59 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
60 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 60 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
61 | 61 |
62 | |
62 <action type="autoconf" /> | 63 <action type="autoconf" /> |
63 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/12.0.5.tar.bz2</action> | 64 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
64 <action type="shell_command">tar -xjf 12.0.5.tar.bz2</action> | 65 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
65 <action type="change_directory">pypa-setuptools-01fbfc9194a2</action> | 66 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
66 | 67 |
67 <action type="shell_command"> | 68 <action type="shell_command"> |
68 export PATH=$PATH:$INSTALL_DIR/bin && | 69 export PATH=$PATH:$INSTALL_DIR/bin && |
69 export PYTHONHOME=$INSTALL_DIR && | 70 export PYTHONHOME=$INSTALL_DIR && |
70 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 71 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |