Repository 'package_python_2_7_six_1_10_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_python_2_7_six_1_10_0

Changeset 0:6944ba405057 (2016-04-20)
Commit message:
Uploaded
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 6944ba405057 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Apr 20 07:50:15 2016 -0400
b
@@ -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="six" version="1.10.0">
+        <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="34eed507548117b2ab523ab14b2f8b55">
+                        https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz
+                    </package>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_SIX">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="SIX_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.</readme>
+    </package>
+</tool_dependency>