Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 14:73eb127d14e5 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 27 Jan 2015 10:20:29 -0500 |
| parents | 2083f31ea721 |
| children | fb4199eb67f3 |
comparison
equal
deleted
inserted
replaced
| 13:2083f31ea721 | 14:73eb127d14e5 |
|---|---|
| 12 <repository changeset_revision="d971aef661a7" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 12 <repository changeset_revision="d971aef661a7" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 13 </package> | 13 </package> |
| 14 | 14 |
| 15 <package name="xz" version="5.0.5"> | 15 <package name="xz" version="5.0.5"> |
| 16 <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 16 <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 17 </package> | |
| 18 | |
| 19 <package name="openssl" version="1.0.1"> | |
| 20 <repository changeset_revision="8fe4c1433b01" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 21 </package> | 17 </package> |
| 22 | 18 |
| 23 <package name="sqlite" version="3.8.3"> | 19 <package name="sqlite" version="3.8.3"> |
| 24 <repository changeset_revision="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 20 <repository changeset_revision="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 25 </package> | 21 </package> |
| 48 <package name="bzlib" version="1.0.6" /> | 44 <package name="bzlib" version="1.0.6" /> |
| 49 </repository> | 45 </repository> |
| 50 <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 46 <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 51 <package name="xz" version="5.0.5" /> | 47 <package name="xz" version="5.0.5" /> |
| 52 </repository> | 48 </repository> |
| 53 <repository changeset_revision="8fe4c1433b01" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 54 <package name="openssl" version="1.0.1" /> | |
| 55 </repository> | |
| 56 <repository changeset_revision="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 49 <repository changeset_revision="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 57 <package name="sqlite" version="3.8.3" /> | 50 <package name="sqlite" version="3.8.3" /> |
| 58 </repository> | 51 </repository> |
| 59 <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 52 <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" /> | 53 <package name="gdbm" version="1.11" /> |
| 64 </repository> | 57 </repository> |
| 65 </action> | 58 </action> |
| 66 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 59 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
| 67 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 60 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
| 68 | 61 |
| 69 | |
| 70 <action type="autoconf" /> | 62 <action type="autoconf" /> |
| 71 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 63 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/12.0.5.tar.bz2</action> |
| 72 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 64 <action type="shell_command">tar -xjf pypa-setuptools-01fbfc9194a2.tar.bz2</action> |
| 73 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 65 <action type="change_directory">pypa-setuptools-01fbfc9194a2</action> |
| 74 | 66 |
| 75 <action type="shell_command"> | 67 <action type="shell_command"> |
| 76 export PATH=$PATH:$INSTALL_DIR/bin && | 68 export PATH=$PATH:$INSTALL_DIR/bin && |
| 77 export PYTHONHOME=$INSTALL_DIR && | 69 export PYTHONHOME=$INSTALL_DIR && |
| 78 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 70 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
| 91 </actions> | 83 </actions> |
| 92 </install> | 84 </install> |
| 93 | 85 |
| 94 <readme> | 86 <readme> |
| 95 The Python programming language version 2.7. | 87 The Python programming language version 2.7. |
| 96 | |
| 97 http://www.python.org | 88 http://www.python.org |
| 98 </readme> | 89 </readme> |
| 99 | 90 |
| 100 </package> | 91 </package> |
| 101 </tool_dependency> | 92 </tool_dependency> |
