Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 3:16add262be4e draft
Uploaded
| author | bgruening |
|---|---|
| date | Sun, 29 Jun 2014 10:50:35 -0400 |
| parents | c3b5cd4e5ce4 |
| children | 806c9d0a5321 |
comparison
equal
deleted
inserted
replaced
| 2:c3b5cd4e5ce4 | 3:16add262be4e |
|---|---|
| 64 </repository> | 64 </repository> |
| 65 </action> | 65 </action> |
| 66 | 66 |
| 67 <action type="autoconf" /> | 67 <action type="autoconf" /> |
| 68 | 68 |
| 69 <action type="download_file">https://bootstrap.pypa.io/get-pip.py</action> | 69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
| 70 <action type="move_file"> | 70 <action type="change_directory">..</action> |
| 71 <source>get-pip.py</source> | 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
| 72 <destination>$INSTALL_DIR/bin/pip</destination> | 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
| 73 </action> | 73 |
| 74 <action type="chmod"> | 74 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && python setup.py install --prefix=$INSTALL_DIR</action> |
| 75 <file mode="750">$INSTALL_DIR/bin/pip</file> | |
| 76 </action> | |
| 77 | 75 |
| 78 <action type="set_environment"> | 76 <action type="set_environment"> |
| 79 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 77 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 78 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable> | |
| 80 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> | 79 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> |
| 81 <!-- clear PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path. --> | 80 <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable> |
| 82 <environment_variable action="set_to" name="PYTHONPATH" /> | 81 <environment_variable action="set_to" name="PYTHON_HOME">$INSTALL_DIR</environment_variable> |
| 83 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | |
| 84 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 82 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 85 </action> | 83 </action> |
| 84 | |
| 86 </actions> | 85 </actions> |
| 87 </install> | 86 </install> |
| 88 | 87 |
| 89 <readme> | 88 <readme> |
| 90 The Python programming language version 2.7. | 89 The Python programming language version 2.7. |
