Mercurial > repos > iuc > package_python_3_4
annotate tool_dependencies.xml @ 16:673f96c08c1e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
| author | iuc |
|---|---|
| date | Sat, 10 Oct 2015 08:10:41 -0400 |
| parents | f49a89a42c61 |
| children | c7b043a5a990 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="zlib" version="1.2.8"> | |
| 4 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="readline" version="6.2"> | |
|
14
fa172255b048
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
13
diff
changeset
|
7 <repository changeset_revision="93fad0d5cab9" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <package name="bzlib" version="1.0.6"> | |
|
16
673f96c08c1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents:
15
diff
changeset
|
10 <repository changeset_revision="7ebd16eeff6b" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 11 </package> |
| 12 <package name="xz" version="5.0.5"> | |
|
16
673f96c08c1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents:
15
diff
changeset
|
13 <repository changeset_revision="a744855f8b1a" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 14 </package> |
| 15 <package name="sqlite" version="3.8.3"> | |
|
10
a248fa609cfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
9
diff
changeset
|
16 <repository changeset_revision="9ba893c2353f" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 17 </package> |
| 18 <package name="gdbm" version="1.11"> | |
| 6 | 19 <repository changeset_revision="77ea468f199e" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 20 </package> |
| 21 <package name="ncurses" version="5.9"> | |
|
14
fa172255b048
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
13
diff
changeset
|
22 <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 23 </package> |
| 2 | 24 <package name="python" version="3.4"> |
| 0 | 25 <install version="1.0"> |
| 26 <actions> | |
|
10
a248fa609cfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
9
diff
changeset
|
27 <action type="download_by_url">https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz</action> |
| 0 | 28 |
| 29 <action type="set_environment_for_install"> | |
| 30 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 31 <package name="zlib" version="1.2.8" /> | |
| 32 </repository> | |
|
14
fa172255b048
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
13
diff
changeset
|
33 <repository changeset_revision="93fad0d5cab9" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 34 <package name="readline" version="6.2" /> |
| 35 </repository> | |
|
16
673f96c08c1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents:
15
diff
changeset
|
36 <repository changeset_revision="7ebd16eeff6b" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 37 <package name="bzlib" version="1.0.6" /> |
| 38 </repository> | |
|
16
673f96c08c1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents:
15
diff
changeset
|
39 <repository changeset_revision="a744855f8b1a" name="package_xz_5_0_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 40 <package name="xz" version="5.0.5" /> |
| 41 </repository> | |
|
10
a248fa609cfc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
9
diff
changeset
|
42 <repository changeset_revision="9ba893c2353f" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 43 <package name="sqlite" version="3.8.3" /> |
| 44 </repository> | |
| 6 | 45 <repository changeset_revision="77ea468f199e" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 46 <package name="gdbm" version="1.11" /> |
| 47 </repository> | |
|
14
fa172255b048
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
13
diff
changeset
|
48 <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 49 <package name="ncurses" version="5.9" /> |
| 50 </repository> | |
| 51 </action> | |
| 52 | |
| 53 <action type="autoconf" /> | |
| 54 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> | |
| 55 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | |
| 56 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | |
| 57 | |
| 6 | 58 <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && |
| 59 export PYTHONHOME=$INSTALL_DIR && | |
| 60 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | |
| 61 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ && | |
| 62 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | |
| 5 | 63 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> |
| 0 | 64 <action type="set_environment"> |
| 65 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 4 | 66 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
| 0 | 67 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
| 68 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 69 </action> | |
| 70 | |
| 4 | 71 |
| 0 | 72 </actions> |
| 73 </install> | |
| 74 | |
| 75 <readme> | |
| 5 | 76 The Python programming language version 3.4. |
| 0 | 77 |
| 78 http://www.python.org | |
| 79 </readme> | |
| 80 | |
| 81 </package> | |
| 82 </tool_dependency> |
