Mercurial > repos > iuc > package_python_3_4
comparison tool_dependencies.xml @ 4:20ecf5cd3c0e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 7390990d12e56628b0cb52cfba33a50162fde681
author | iuc |
---|---|
date | Tue, 05 Jul 2016 22:20:26 -0400 |
parents | aca5076020ea |
children |
comparison
equal
deleted
inserted
replaced
3:aca5076020ea | 4:20ecf5cd3c0e |
---|---|
17 </package> | 17 </package> |
18 <package name="gdbm" version="1.11"> | 18 <package name="gdbm" version="1.11"> |
19 <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 19 <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
20 </package> | 20 </package> |
21 <package name="ncurses" version="5.9"> | 21 <package name="ncurses" version="5.9"> |
22 <repository changeset_revision="335417c1475e" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 22 <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
23 </package> | 23 </package> |
24 <package name="python" version="3.4"> | 24 <package name="python" version="3.4"> |
25 <install version="1.0"> | 25 <install version="1.0"> |
26 <actions> | 26 <actions> |
27 <action type="download_by_url">https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz</action> | 27 <action sha256sum="8b743f56e9e50bf0923b9e9c45dd927c071d7aa56cd46569d8818add8cf01147" type="download_by_url">https://depot.galaxyproject.org/software/python/python_3.4_src_all.tar.gz</action> |
28 | 28 |
29 <action type="set_environment_for_install"> | 29 <action type="set_environment_for_install"> |
30 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | 30 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
31 <package name="zlib" version="1.2.8" /> | 31 <package name="zlib" version="1.2.8" /> |
32 </repository> | 32 </repository> |
43 <package name="sqlite" version="3.8.3" /> | 43 <package name="sqlite" version="3.8.3" /> |
44 </repository> | 44 </repository> |
45 <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | 45 <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
46 <package name="gdbm" version="1.11" /> | 46 <package name="gdbm" version="1.11" /> |
47 </repository> | 47 </repository> |
48 <repository changeset_revision="335417c1475e" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | 48 <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
49 <package name="ncurses" version="5.9" /> | 49 <package name="ncurses" version="5.9" /> |
50 </repository> | 50 </repository> |
51 </action> | 51 </action> |
52 | 52 |
53 <action type="autoconf" /> | 53 <action type="autoconf" /> |
54 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | 54 <action sha256sum="beb3445cfc3a0f9a36df7de6489d2a488a5ac113c471c448e46e6d9c47cb7840" type="download_file">https://depot.galaxyproject.org/software/setuptools/setuptools_5.2_src_all.tar.bz2</action> |
55 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | 55 <action type="shell_command">tar -xjf setuptools_5.2_src_all.tar.bz2</action> |
56 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | 56 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> |
57 | 57 |
58 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && | 58 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
59 export PYTHONHOME=$INSTALL_DIR && | 59 export PYTHONHOME=$INSTALL_DIR && |
60 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 60 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
62 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | 62 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && |
63 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> | 63 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> |
64 <action type="set_environment"> | 64 <action type="set_environment"> |
65 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 65 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
66 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 66 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
67 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> | |
68 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python3.4</environment_variable> | |
69 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python3.4/site-packages</environment_variable> | |
67 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 70 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
71 <environment_variable action="set_to" name="PATH_PYTHON3">$INSTALL_DIR/bin</environment_variable> | |
68 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 72 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
69 </action> | 73 </action> |
70 | 74 |
71 | 75 |
72 </actions> | 76 </actions> |
73 </install> | 77 </install> |
74 | 78 |
75 <readme> | 79 <readme> |
76 The Python programming language version 3.4. | 80 The Python programming language version 3.4. |
77 | 81 |
78 http://www.python.org | 82 https://www.python.org |
79 </readme> | 83 </readme> |
80 | 84 |
81 </package> | 85 </package> |
82 </tool_dependency> | 86 </tool_dependency> |