changeset 30:92611fea803c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337-dirty
author iuc
date Sat, 30 May 2015 03:40:22 -0400
parents c7042bd0bb22
children fb14ceede7bc
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon May 25 22:44:52 2015 -0400
+++ b/tool_dependencies.xml	Sat May 30 03:40:22 2015 -0400
@@ -12,9 +12,6 @@
   <package name="xz" version="5.0.5">
     <repository changeset_revision="93412ba5fea5" name="package_xz_5_0_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
-  <package name="openssl" version="1.0">
-    <repository changeset_revision="eeb069204cdc" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
-  </package>
   <package name="sqlite" version="3.8.3">
     <repository changeset_revision="9ba893c2353f" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
@@ -27,7 +24,7 @@
   <package name="python" version="2.7">
     <install version="1.0">
       <actions>
-        <action type="download_by_url">https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz</action>
+        <action type="download_by_url">https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz</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">
@@ -45,9 +42,6 @@
           <repository changeset_revision="9ba893c2353f" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="sqlite" version="3.8.3" />
           </repository>
-          <repository changeset_revision="eeb069204cdc" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
-            <package name="openssl" version="1.0" />
-          </repository>
           <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>
@@ -59,9 +53,9 @@
         <action type="shell_command">sed -i -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/5.2.tar.bz2</action>
-        <action type="shell_command">tar -xjf 5.2.tar.bz2</action>
-        <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action>
+        <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="shell_command">
             export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;