Mercurial > repos > iuc > package_python_2_7
annotate tool_dependencies.xml @ 21:55bebb0e06ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
author | iuc |
---|---|
date | Sun, 17 May 2015 15:41:08 -0400 |
parents | 3f2a853e2ef5 |
children | 25b20b323706 |
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"> | |
8 | 7 <repository changeset_revision="4e4f3dc94efa" 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"> | |
17 | 10 <repository changeset_revision="087298adb1fa" 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"> | |
17 | 13 <repository changeset_revision="6554cb54e83b" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
14 </package> | |
0 | 15 <package name="sqlite" version="3.8.3"> |
17 | 16 <repository changeset_revision="3ff7aae9ae47" 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"> | |
17 | 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"> | |
7 | 22 <repository changeset_revision="c0735727b530" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
0 | 23 </package> |
1 | 24 <package name="python" version="2.7"> |
0 | 25 <install version="1.0"> |
26 <actions> | |
21
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
27 <action type="download_by_url">https://www.python.org/ftp/python/2.7.9/Python-2.7.9.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> | |
8 | 33 <repository changeset_revision="4e4f3dc94efa" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
0 | 34 <package name="readline" version="6.2" /> |
35 </repository> | |
17 | 36 <repository changeset_revision="087298adb1fa" 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> | |
17 | 39 <repository changeset_revision="6554cb54e83b" 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> | |
17 | 42 <repository changeset_revision="3ff7aae9ae47" 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> | |
17 | 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> | |
7 | 48 <repository changeset_revision="c0735727b530" 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> | |
21
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
53 <action type="shell_command">sed -i -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
16 | 54 |
20
3f2a853e2ef5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 40cf370ec93cf9d87210528e6d2426a490fdf852
iuc
parents:
19
diff
changeset
|
55 <action type="autoconf" /> |
16 | 56 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> |
57 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> | |
58 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> | |
3 | 59 |
21
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
60 <action type="shell_command"> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
61 export PATH=$PATH:$INSTALL_DIR/bin && |
8 | 62 export PYTHONHOME=$INSTALL_DIR && |
63 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | |
64 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && | |
65 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && | |
21
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
66 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
67 </action> |
0 | 68 <action type="set_environment"> |
21
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
69 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
70 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
71 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
72 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
73 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
55bebb0e06ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 5a986267144da2093f820e1833325fd3d5902c7d-dirty
iuc
parents:
20
diff
changeset
|
74 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
0 | 75 </action> |
76 </actions> | |
77 </install> | |
78 | |
79 <readme> | |
80 The Python programming language version 2.7. | |
15 | 81 |
0 | 82 http://www.python.org |
83 </readme> | |
84 | |
85 </package> | |
86 </tool_dependency> |