Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 29:c7042bd0bb22 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337
author | iuc |
---|---|
date | Mon, 25 May 2015 22:44:52 -0400 |
parents | 1418d5b1ba34 |
children | 92611fea803c |
comparison
equal
deleted
inserted
replaced
28:1418d5b1ba34 | 29:c7042bd0bb22 |
---|---|
25 <repository changeset_revision="c0735727b530" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 25 <repository changeset_revision="c0735727b530" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
26 </package> | 26 </package> |
27 <package name="python" version="2.7"> | 27 <package name="python" version="2.7"> |
28 <install version="1.0"> | 28 <install version="1.0"> |
29 <actions> | 29 <actions> |
30 <action type="download_by_url">https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz</action> | 30 <action type="download_by_url">https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz</action> |
31 | 31 |
32 <action type="set_environment_for_install"> | 32 <action type="set_environment_for_install"> |
33 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 33 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
34 <package name="zlib" version="1.2.8" /> | 34 <package name="zlib" version="1.2.8" /> |
35 </repository> | 35 </repository> |
57 </action> | 57 </action> |
58 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 58 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
59 <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 59 <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
60 | 60 |
61 <action type="autoconf" /> | 61 <action type="autoconf" /> |
62 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> | 62 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
63 <action type="shell_command">tar -xjf 6.1.tar.bz2</action> | 63 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> |
64 <action type="change_directory">pypa-setuptools-7ea80190d494</action> | 64 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
65 | 65 |
66 <action type="shell_command"> | 66 <action type="shell_command"> |
67 export PATH=$PATH:$INSTALL_DIR/bin && | 67 export PATH=$PATH:$INSTALL_DIR/bin && |
68 export PYTHONHOME=$INSTALL_DIR && | 68 export PYTHONHOME=$INSTALL_DIR && |
69 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 69 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
77 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> | 77 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> |
78 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> | 78 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> |
79 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 79 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
80 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 80 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
81 | |
82 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> | |
83 <environment_variable action="prepend_to" name="LIBRARY_PATH">>$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | |
84 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">>$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | |
85 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">>$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> | |
86 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">>$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> | |
87 </action> | 81 </action> |
88 </actions> | 82 </actions> |
89 </install> | 83 </install> |
90 | 84 |
91 <readme> | 85 <readme> |