Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 5:fe91e8bbaae5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit e0f819a2fd56eb5ee30a7fd772780693e1f085fa
| author | iuc |
|---|---|
| date | Wed, 02 Dec 2015 17:35:44 -0500 |
| parents | eb37ce21eef1 |
| children | 8b09fe018cac |
comparison
equal
deleted
inserted
replaced
| 4:eb37ce21eef1 | 5:fe91e8bbaae5 |
|---|---|
| 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> |
| 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 | 54 |
| 55 <action type="autoconf" /> | 55 <action type="autoconf">--enable-shared --enable-unicode=ucs4</action> |
| 56 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action> | 56 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action> |
| 57 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> | 57 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> |
| 58 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> | 58 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> |
| 59 | 59 |
| 60 <action type="shell_command"> | 60 <action type="shell_command"> |
| 72 <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</environment_variable> |
| 73 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> | 73 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> |
| 74 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 74 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
| 75 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 75 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
| 76 <environment_variable action="prepend_to" name="PYTHON_ROOT_DIR">$INSTALL_DIR</environment_variable> | 76 <environment_variable action="prepend_to" name="PYTHON_ROOT_DIR">$INSTALL_DIR</environment_variable> |
| 77 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 78 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</environment_variable> | |
| 79 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</environment_variable> | |
| 77 <!-- | 80 <!-- |
| 78 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> | 81 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> |
| 79 <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | 82 <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> |
| 80 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | 83 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> |
| 81 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> | 84 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> |
