changeset 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
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 04 08:48:12 2015 -0400
+++ b/tool_dependencies.xml	Fri Sep 04 12:23:01 2015 -0400
@@ -53,15 +53,10 @@
         <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
 
         <action type="autoconf" />
-        <!--action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action>
-        <action type="shell_command">tar -xjf 6.1.tar.bz2</action>
-        <action type="change_directory">pypa-setuptools-7ea80190d494</action-->
         <action type="download_file">https://bitbucket.org/pypa/setuptools/get/18.2.tar.bz2</action>
         <action type="shell_command">tar -xjf 18.2.tar.bz2</action>
         <action type="change_directory">pypa-setuptools-1a981f2e5031</action>
 
-
-
         <action type="shell_command">
             export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;
             export PYTHONHOME=$INSTALL_DIR &amp;&amp;
@@ -74,9 +69,11 @@
             <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
+            <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable>
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
             <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
             <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+            <environment_variable action="prepend_to" name="PYTHON_ROOT_DIR">$INSTALL_DIR</environment_variable>
             <!--
             <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable>
             <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>