Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 44:5a35bc94e860 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 518ad99689ee14f7ac52e2dbf75da02851121cda-dirty
author | iuc |
---|---|
date | Fri, 04 Sep 2015 12:23:01 -0400 |
parents | 9aeb3401b7b4 |
children | 94e61bd56e40 |
comparison
equal
deleted
inserted
replaced
43:9aeb3401b7b4 | 44:5a35bc94e860 |
---|---|
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" /> |
56 <!--action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> | |
57 <action type="shell_command">tar -xjf 6.1.tar.bz2</action> | |
58 <action type="change_directory">pypa-setuptools-7ea80190d494</action--> | |
59 <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> |
60 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> | 57 <action type="shell_command">tar -xjf 18.2.tar.bz2</action> |
61 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> | 58 <action type="change_directory">pypa-setuptools-1a981f2e5031</action> |
62 | |
63 | |
64 | 59 |
65 <action type="shell_command"> | 60 <action type="shell_command"> |
66 export PATH=$PATH:$INSTALL_DIR/bin && | 61 export PATH=$PATH:$INSTALL_DIR/bin && |
67 export PYTHONHOME=$INSTALL_DIR && | 62 export PYTHONHOME=$INSTALL_DIR && |
68 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && | 63 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && |
72 </action> | 67 </action> |
73 <action type="set_environment"> | 68 <action type="set_environment"> |
74 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 69 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
75 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 70 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> | 71 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> |
72 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable> | |
77 <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> |
78 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 74 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
79 <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> | |
80 <!-- | 77 <!-- |
81 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> | 78 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> |
82 <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | 79 <environment_variable action="prepend_to" name="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> | 80 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> |
84 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> | 81 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> |