Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 7:74d009a2a4cb draft
Uploaded
author | iuc |
---|---|
date | Thu, 07 Aug 2014 07:51:55 -0400 |
parents | 1e1fd239d5cf |
children | 74b0a61848cd |
comparison
equal
deleted
inserted
replaced
6:1e1fd239d5cf | 7:74d009a2a4cb |
---|---|
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="2.7"> | 35 <package name="python" version="2.7"> |
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 <action type="autoconf" /> | 67 <action type="autoconf" /> |
68 | 68 |
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> | |
71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 70 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 71 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
73 | 72 |
74 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && | 73 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
75 export PYTHONHOME=$INSTALL_DIR && | 74 export PYTHONHOME=$INSTALL_DIR && |
76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 75 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
77 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && | 76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && |
78 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | 77 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && |
79 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR</action> | 78 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR</action> |
80 | |
81 <action type="set_environment"> | 79 <action type="set_environment"> |
82 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 80 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
83 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 81 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
84 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 82 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
85 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 83 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |