Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 6:1e1fd239d5cf draft
Uploaded
| author | iuc |
|---|---|
| date | Sun, 29 Jun 2014 13:54:27 -0400 |
| parents | 98b1e08ce2d9 |
| children | 74d009a2a4cb |
comparison
equal
deleted
inserted
replaced
| 5:98b1e08ce2d9 | 6:1e1fd239d5cf |
|---|---|
| 69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
| 70 <action type="change_directory">..</action> | 70 <action type="change_directory">..</action> |
| 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
| 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
| 73 | 73 |
| 74 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && python setup.py install --prefix=$INSTALL_DIR</action> | 74 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
| 75 export PYTHONHOME=$INSTALL_DIR && | |
| 76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | |
| 77 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && | |
| 78 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | |
| 79 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR</action> | |
| 75 | 80 |
| 76 <action type="set_environment"> | 81 <action type="set_environment"> |
| 77 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 82 <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> | 83 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
| 79 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> | |
| 80 <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
| 81 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 84 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
| 82 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 85 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 83 </action> | 86 </action> |
| 87 | |
| 88 | |
| 89 | |
| 84 | 90 |
| 85 </actions> | 91 </actions> |
| 86 </install> | 92 </install> |
| 87 | 93 |
| 88 <readme> | 94 <readme> |
