Mercurial > repos > iuc > package_python_3_4
comparison tool_dependencies.xml @ 5:a22b587696a3 draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 07 Aug 2014 07:53:01 -0400 |
| parents | 7f853e334485 |
| children | 93097c232eb8 |
comparison
equal
deleted
inserted
replaced
| 4:7f853e334485 | 5:a22b587696a3 |
|---|---|
| 27 <package name="gdbm" version="1.11"> | 27 <package name="gdbm" version="1.11"> |
| 28 <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 28 <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 29 </package> | 29 </package> |
| 30 | 30 |
| 31 <package name="ncurses" version="5.9"> | 31 <package name="ncurses" version="5.9"> |
| 32 <repository changeset_revision="f62fa47b852d" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 32 <repository changeset_revision="c0735727b530" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 33 </package> | 33 </package> |
| 34 | 34 |
| 35 <package name="python" version="3.4"> | 35 <package name="python" version="3.4"> |
| 36 <install version="1.0"> | 36 <install version="1.0"> |
| 37 <actions> | 37 <actions> |
| 57 <package name="sqlite" version="3.8.3" /> | 57 <package name="sqlite" version="3.8.3" /> |
| 58 </repository> | 58 </repository> |
| 59 <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 59 <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 60 <package name="gdbm" version="1.11" /> | 60 <package name="gdbm" version="1.11" /> |
| 61 </repository> | 61 </repository> |
| 62 <repository changeset_revision="f62fa47b852d" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 62 <repository changeset_revision="c0735727b530" 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 |
| 68 <action type="autoconf" /> | 68 <action type="autoconf" /> |
| 69 | 69 |
| 70 <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> |
| 71 <action type="change_directory">..</action> | |
| 72 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
| 73 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
| 74 | 73 |
| 75 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && | 74 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
| 76 export PYTHONHOME=$INSTALL_DIR && | 75 export PYTHONHOME=$INSTALL_DIR && |
| 77 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
| 78 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && | 77 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && |
| 79 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | 78 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && |
| 80 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> | 79 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> |
| 81 | |
| 82 <action type="set_environment"> | 80 <action type="set_environment"> |
| 83 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 81 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 84 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 82 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
| 85 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 83 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
| 86 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 84 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 89 | 87 |
| 90 </actions> | 88 </actions> |
| 91 </install> | 89 </install> |
| 92 | 90 |
| 93 <readme> | 91 <readme> |
| 94 The Python programming language version 2.7. | 92 The Python programming language version 3.4. |
| 95 | 93 |
| 96 http://www.python.org | 94 http://www.python.org |
| 97 </readme> | 95 </readme> |
| 98 | 96 |
| 99 </package> | 97 </package> |
