Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 13:2083f31ea721 draft
Uploaded
author | iuc |
---|---|
date | Tue, 27 Jan 2015 05:41:30 -0500 |
parents | dffe84445ebd |
children | 73eb127d14e5 |
comparison
equal
deleted
inserted
replaced
12:dffe84445ebd | 13:2083f31ea721 |
---|---|
61 </repository> | 61 </repository> |
62 <repository changeset_revision="c0735727b530" 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 <!-- 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> | 67 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
68 | 68 |
69 | 69 |
70 <action type="autoconf" /> | 70 <action type="autoconf" /> |
71 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 71 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
81 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR | 81 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR |
82 </action> | 82 </action> |
83 <action type="set_environment"> | 83 <action type="set_environment"> |
84 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 84 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
85 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 85 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
86 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> | |
87 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> | |
86 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 88 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
87 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 89 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
88 </action> | 90 </action> |
89 </actions> | 91 </actions> |
90 </install> | 92 </install> |