changeset 0:c7aaab8b0202 draft default tip

Uploaded
author iuc
date Wed, 20 Apr 2016 14:49:43 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Apr 20 14:49:43 2016 -0400
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7.10">
+        <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="wget" version="3.2">
+        <install version="1.0">
+            <actions>
+                <action type="setup_python_environment">
+                    <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                       <package name="python" version="2.7.10" />
+                    </repository>
+                    <package md5sum="fb7a04ee59a56bd8db974146df1d7a8b">
+                        https://pypi.python.org/packages/source/w/wget/wget-3.2.zip
+                    </package>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_WGET">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="WGET_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Pure python download utility</readme>
+    </package>
+</tool_dependency>