Mercurial > repos > iuc > package_python_3_4
changeset 0:8633e80e33e2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 15:00:39 -0400 |
parents | |
children | a3bd82dc2db5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 98 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:00:39 2015 -0400 @@ -0,0 +1,98 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="zlib" version="1.2.8"> + <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="readline" version="6.2"> + <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="bzlib" version="1.0.6"> + <repository changeset_revision="f744bc704064" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="xz" version="5.0.5"> + <repository changeset_revision="0f72eb330da4" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="openssl" version="1.0.1"> + <repository changeset_revision="a8db64fce735" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="sqlite" version="3.8.3"> + <repository changeset_revision="706b1f3b1fc0" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="gdbm" version="1.11"> + <repository changeset_revision="ad3c23208758" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="ncurses" version="5.9"> + <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + + <package name="python" version="3.4"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tgz</action> + + <action type="set_environment_for_install"> + <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="zlib" version="1.2.8" /> + </repository> + <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="readline" version="6.2" /> + </repository> + <repository changeset_revision="f744bc704064" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="bzlib" version="1.0.6" /> + </repository> + <repository changeset_revision="0f72eb330da4" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="xz" version="5.0.5" /> + </repository> + <repository changeset_revision="a8db64fce735" name="package_openssl_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="openssl" version="1.0.1" /> + </repository> + <repository changeset_revision="706b1f3b1fc0" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="sqlite" version="3.8.3" /> + </repository> + <repository changeset_revision="ad3c23208758" name="package_gdbm_1_11" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="gdbm" version="1.11" /> + </repository> + <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="ncurses" version="5.9" /> + </repository> + </action> + + + <action type="autoconf" /> + + <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 && + export PYTHONHOME=$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && + $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</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> + </action> + + + </actions> + </install> + + <readme> + The Python programming language version 3.4. + + http://www.python.org + </readme> + + </package> +</tool_dependency>