changeset 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
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Oct 19 19:25:21 2015 -0400
+++ b/tool_dependencies.xml	Wed Dec 02 17:35:44 2015 -0500
@@ -10,7 +10,7 @@
     <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
   </package>
   <package name="xz" version="5.0.5">
-    <repository changeset_revision="9c92f8d0575b" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="944f93d45594" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
   </package>
   <package name="sqlite" version="3.8.3">
     <repository changeset_revision="c8a5c11cc921" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
@@ -36,7 +36,7 @@
           <repository changeset_revision="af4887e1f595" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
             <package name="bzlib" version="1.0.6" />
           </repository>
-          <repository changeset_revision="9c92f8d0575b" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+          <repository changeset_revision="944f93d45594" name="package_xz_5_0_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
             <package name="xz" version="5.0.5" />
           </repository>
           <repository changeset_revision="c8a5c11cc921" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
@@ -52,7 +52,7 @@
         <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
         <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
 
-        <action type="autoconf" />
+        <action type="autoconf">--enable-shared --enable-unicode=ucs4</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>
@@ -74,6 +74,9 @@
             <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="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+            <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</environment_variable>
+            <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/python2.7</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>