changeset 18:1060b18e2c21 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 7390990d12e56628b0cb52cfba33a50162fde681
author iuc
date Tue, 05 Jul 2016 22:20:43 -0400
parents c7b043a5a990
children
files tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 02 16:26:16 2015 -0500
+++ b/tool_dependencies.xml	Tue Jul 05 22:20:43 2016 -0400
@@ -4,7 +4,7 @@
     <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
   <package name="readline" version="6.2">
-    <repository changeset_revision="618c94461551" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="1007a3015bdb" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
   <package name="bzlib" version="1.0.6">
     <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
@@ -19,18 +19,18 @@
     <repository changeset_revision="77ea468f199e" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
   <package name="ncurses" version="5.9">
-    <repository changeset_revision="d14cd2be7d8d" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="ad27910a950c" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
   <package name="python" version="3.4">
     <install version="1.0">
       <actions>
-        <action type="download_by_url">https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz</action>
+        <action sha256sum="8b743f56e9e50bf0923b9e9c45dd927c071d7aa56cd46569d8818add8cf01147" type="download_by_url">https://depot.galaxyproject.org/software/python/python_3.4_src_all.tar.gz</action>
 
         <action type="set_environment_for_install">
           <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="zlib" version="1.2.8" />
           </repository>
-          <repository changeset_revision="618c94461551" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+          <repository changeset_revision="1007a3015bdb" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="readline" version="6.2" />
           </repository>
           <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
@@ -45,14 +45,14 @@
           <repository changeset_revision="77ea468f199e" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="gdbm" version="1.11" />
           </repository>
-          <repository changeset_revision="d14cd2be7d8d" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+          <repository changeset_revision="ad27910a950c" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="ncurses" version="5.9" />
           </repository>
         </action>
 
         <action type="autoconf" />
-        <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action>
-        <action type="shell_command">tar -xjf 5.2.tar.bz2</action>
+        <action sha256sum="beb3445cfc3a0f9a36df7de6489d2a488a5ac113c471c448e46e6d9c47cb7840" type="download_file">https://depot.galaxyproject.org/software/setuptools/setuptools_5.2_src_all.tar.bz2</action>
+        <action type="shell_command">tar -xjf setuptools_5.2_src_all.tar.bz2</action>
         <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action>
 
         <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;
@@ -64,7 +64,11 @@
         <action type="set_environment">
           <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/python3.4</environment_variable>
+          <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python3.4/site-packages</environment_variable>
           <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
+          <environment_variable action="set_to" name="PATH_PYTHON3">$INSTALL_DIR/bin</environment_variable>
           <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
         </action>
 
@@ -75,7 +79,7 @@
     <readme>
       The Python programming language version 3.4.
 
-      http://www.python.org
+      https://www.python.org
     </readme>
 
   </package>