Mercurial > repos > iuc > package_python_2_7
changeset 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 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 4 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon May 25 12:39:26 2015 -0400 +++ b/tool_dependencies.xml Mon May 25 22:44:52 2015 -0400 @@ -27,7 +27,7 @@ <package name="python" version="2.7"> <install version="1.0"> <actions> - <action type="download_by_url">https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz</action> + <action type="download_by_url">https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz</action> <action type="set_environment_for_install"> <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -59,9 +59,9 @@ <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> <action type="autoconf" /> - <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> - <action type="shell_command">tar -xjf 6.1.tar.bz2</action> - <action type="change_directory">pypa-setuptools-7ea80190d494</action> + <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> + <action type="shell_command">tar -xjf 5.2.tar.bz2</action> + <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> <action type="shell_command"> export PATH=$PATH:$INSTALL_DIR/bin && @@ -78,12 +78,6 @@ <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> - - <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> - <environment_variable action="prepend_to" name="LIBRARY_PATH">>$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> - <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">>$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> - <environment_variable action="prepend_to" name="C_INCLUDE_PATH">>$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> - <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">>$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> </action> </actions> </install>