changeset 7:f761bd14343e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit b33f41a96ea17897ec4e84b32958488b496ef5dc
author iuc
date Wed, 07 Mar 2018 06:28:46 -0500
parents 8b09fe018cac
children
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Dec 07 03:50:02 2015 -0500
+++ b/tool_dependencies.xml	Wed Mar 07 06:28:46 2018 -0500
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <tool_dependency>
   <package name="zlib" version="1.2.8">
-    <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
   </package>
   <package name="readline" version="6.3">
     <repository changeset_revision="ca1a9400d4e1" name="package_readline_6_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
@@ -19,15 +19,15 @@
     <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
   </package>
   <package name="ncurses" version="6.0">
-    <repository changeset_revision="c921f7ce9ca7" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    <repository changeset_revision="0efde9889efd" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
   </package>
   <package name="python" version="2.7">
     <install version="1.0">
       <actions>
-        <action type="download_by_url">https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz</action>
+        <action sha256sum="eda8ce6eec03e74991abb5384170e7c65fcd7522e409b8e83d7e6372add0f12a" type="download_by_url">https://depot.galaxyproject.org/software/python/python_2.7_src_all.tar.gz</action>
 
         <action type="set_environment_for_install">
-          <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+          <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
             <package name="zlib" version="1.2.8" />
           </repository>
           <repository changeset_revision="ca1a9400d4e1" name="package_readline_6_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
@@ -45,7 +45,7 @@
           <repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
             <package name="gdbm" version="1.11" />
           </repository>
-          <repository changeset_revision="c921f7ce9ca7" name="package_ncurses_6_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+          <repository changeset_revision="0efde9889efd" name="package_ncurses_6_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
             <package name="ncurses" version="6.0" />
           </repository>
         </action>
@@ -53,9 +53,9 @@
         <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
 
         <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>
+        <action sha256sum="132d9b7a69facc1a7d78d2dfa2fb5a6e93f1250c5a320634d6061854d8729aaf" type="download_file">https://github.com/pypa/setuptools/archive/18.2.tar.gz</action>
+        <action type="shell_command">tar -xzf 18.2.tar.gz</action>
+        <action type="change_directory">setuptools-18.2</action>
 
         <action type="shell_command">
             export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;
@@ -93,7 +93,7 @@
     <readme>
       The Python programming language version 2.7.
 
-      http://www.python.org
+      https://www.python.org
     </readme>
 
   </package>