changeset 14:73eb127d14e5 draft

Uploaded
author iuc
date Tue, 27 Jan 2015 10:20:29 -0500
parents 2083f31ea721
children fb4199eb67f3
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jan 27 05:41:30 2015 -0500
+++ b/tool_dependencies.xml	Tue Jan 27 10:20:29 2015 -0500
@@ -16,10 +16,6 @@
     <repository changeset_revision="b6876995a7e8" 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.1">
-    <repository changeset_revision="8fe4c1433b01" 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="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
@@ -50,9 +46,6 @@
           <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="xz" version="5.0.5" />
           </repository>
-          <repository changeset_revision="8fe4c1433b01" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
-            <package name="openssl" version="1.0.1" />
-          </repository>
           <repository changeset_revision="dce457e96f82" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
             <package name="sqlite" version="3.8.3" />
           </repository>
@@ -66,11 +59,10 @@
         <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
         <action type="shell_command">sed -i "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/12.0.5.tar.bz2</action>
+        <action type="shell_command">tar -xjf pypa-setuptools-01fbfc9194a2.tar.bz2</action>
+        <action type="change_directory">pypa-setuptools-01fbfc9194a2</action>
 
         <action type="shell_command">
             export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;
@@ -93,7 +85,6 @@
 
     <readme>
       The Python programming language version 2.7.
-
       http://www.python.org
     </readme>