Mercurial > repos > iuc > package_python_3_4
comparison tool_dependencies.xml @ 4:7f853e334485 draft
Uploaded
| author | iuc |
|---|---|
| date | Sun, 29 Jun 2014 13:40:02 -0400 |
| parents | 1a3cbde6406b |
| children | a22b587696a3 |
comparison
equal
deleted
inserted
replaced
| 3:1a3cbde6406b | 4:7f853e334485 |
|---|---|
| 62 <repository changeset_revision="f62fa47b852d" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 62 <repository changeset_revision="f62fa47b852d" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 63 <package name="ncurses" version="5.9" /> | 63 <package name="ncurses" version="5.9" /> |
| 64 </repository> | 64 </repository> |
| 65 </action> | 65 </action> |
| 66 | 66 |
| 67 | |
| 67 <action type="autoconf" /> | 68 <action type="autoconf" /> |
| 68 | 69 |
| 69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 70 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
| 70 <action type="change_directory">..</action> | 71 <action type="change_directory">..</action> |
| 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 72 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
| 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 73 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
| 73 | 74 |
| 74 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && python setup.py install --prefix=$INSTALL_DIR</action> | 75 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
| 76 export PYTHONHOME=$INSTALL_DIR && | |
| 77 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | |
| 78 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && | |
| 79 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | |
| 80 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> | |
| 75 | 81 |
| 76 <action type="set_environment"> | 82 <action type="set_environment"> |
| 77 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 83 <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> | 84 <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> | 85 <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> | 86 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 83 </action> | 87 </action> |
| 88 | |
| 84 | 89 |
| 85 </actions> | 90 </actions> |
| 86 </install> | 91 </install> |
| 87 | 92 |
| 88 <readme> | 93 <readme> |
