Mercurial > repos > jpayne > package_python_3_5
comparison tool_dependencies.xml @ 0:090b8ff44f62 tip
planemo upload
author | jpayne |
---|---|
date | Mon, 29 Jan 2018 16:10:28 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:090b8ff44f62 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="zlib" version="1.2.8"> | |
4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="readline" version="6.2"> | |
7 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="bzlib" version="1.0.6"> | |
10 <repository changeset_revision="574845b950b5" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="xz" version="5.0.5"> | |
13 <repository changeset_revision="9c92f8d0575b" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="sqlite" version="3.8.3"> | |
16 <repository changeset_revision="c8a5c11cc921" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
17 </package> | |
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" /> | |
20 </package> | |
21 <package name="ncurses" version="5.9"> | |
22 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
23 </package> | |
24 <package name="python" version="3.4"> | |
25 <install version="1.0"> | |
26 <actions> | |
27 <action type="download_by_url">https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tgz</action> | |
28 | |
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"> | |
31 <package name="zlib" version="1.2.8" /> | |
32 </repository> | |
33 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
34 <package name="readline" version="6.2" /> | |
35 </repository> | |
36 <repository changeset_revision="574845b950b5" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
37 <package name="bzlib" version="1.0.6" /> | |
38 </repository> | |
39 <repository changeset_revision="9c92f8d0575b" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
40 <package name="xz" version="5.0.5" /> | |
41 </repository> | |
42 <repository changeset_revision="c8a5c11cc921" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
43 <package name="sqlite" version="3.8.3" /> | |
44 </repository> | |
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" /> | |
47 </repository> | |
48 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
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 | |
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 && | |
63 $INSTALL_DIR/bin/python3 setup.py install --prefix=$INSTALL_DIR</action> | |
64 <action type="set_environment"> | |
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> | |
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 | |
71 | |
72 </actions> | |
73 </install> | |
74 | |
75 <readme> | |
76 The Python programming language version 3.5. | |
77 | |
78 https://www.python.org | |
79 </readme> | |
80 | |
81 </package> | |
82 </tool_dependency> |