Mercurial > repos > dpryan79 > test_package_python_2_7_10
comparison tool_dependencies.xml @ 1:a9a28015c0ce draft default tip
Uploaded
author | dpryan79 |
---|---|
date | Wed, 02 Dec 2015 04:15:06 -0500 |
parents | eb571a825cb9 |
children |
comparison
equal
deleted
inserted
replaced
0:eb571a825cb9 | 1:a9a28015c0ce |
---|---|
49 <package name="ncurses" version="6.0" /> | 49 <package name="ncurses" version="6.0" /> |
50 </repository> | 50 </repository> |
51 </action> | 51 </action> |
52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
54 <action type="autoconf">--enable-shared</action> | 54 <action type="autoconf">--enable-shared --enable-unicode=ucs4</action> |
55 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action> | 55 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action> |
56 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> | 56 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> |
57 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> | 57 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> |
58 | 58 |
59 <action type="shell_command"> | 59 <action type="shell_command"> |