comparison tool_dependencies.xml @ 3:80931fb5f433 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_10 commit e0f819a2fd56eb5ee30a7fd772780693e1f085fa
author iuc
date Wed, 02 Dec 2015 17:35:57 -0500
parents 73631e818d3d
children 0339c4a9b87b
comparison
equal deleted inserted replaced
2:73631e818d3d 3:80931fb5f433
8 </package> 8 </package>
9 <package name="bzlib" version="1.0.6"> 9 <package name="bzlib" version="1.0.6">
10 <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
11 </package> 11 </package>
12 <package name="xz" version="5.0.5"> 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" /> 13 <repository changeset_revision="944f93d45594" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
14 </package> 14 </package>
15 <package name="sqlite" version="3.8.3"> 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" /> 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> 17 </package>
18 <package name="gdbm" version="1.11"> 18 <package name="gdbm" version="1.11">
34 <package name="readline" version="6.3" /> 34 <package name="readline" version="6.3" />
35 </repository> 35 </repository>
36 <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 36 <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
37 <package name="bzlib" version="1.0.6" /> 37 <package name="bzlib" version="1.0.6" />
38 </repository> 38 </repository>
39 <repository changeset_revision="9c92f8d0575b" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 39 <repository changeset_revision="944f93d45594" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
40 <package name="xz" version="5.0.5" /> 40 <package name="xz" version="5.0.5" />
41 </repository> 41 </repository>
42 <repository changeset_revision="c8a5c11cc921" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 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" /> 43 <package name="sqlite" version="3.8.3" />
44 </repository> 44 </repository>
49 <package name="ncurses" version="6.0" /> 49 <package name="ncurses" version="6.0" />
50 </repository> 50 </repository>
51 </action> 51 </action>
52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> 52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> 53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
54 <action type="autoconf" /> 54 <action type="autoconf">--enable-shared --enable-unicode=ucs4</action>
55 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action> 55 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action>
56 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> 56 <action type="shell_command">tar -xjf 18.2.tar.bz2</action>
57 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> 57 <action type="change_directory">pypa-setuptools-1a981f2e5031</action>
58 58
59 <action type="shell_command"> 59 <action type="shell_command">
71 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable> 71 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable>
72 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> 72 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
73 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> 73 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
74 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 74 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
75 <environment_variable action="prepend_to" name="PYTHON_ROOT_DIR">$INSTALL_DIR</environment_variable> 75 <environment_variable action="prepend_to" name="PYTHON_ROOT_DIR">$INSTALL_DIR</environment_variable>
76 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
77 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</environment_variable>
78 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</environment_variable>
76 </action> 79 </action>
77 </actions> 80 </actions>
78 </install> 81 </install>
79 82
80 <readme> 83 <readme>