Mercurial > repos > iuc > package_python_2_7_six_1_10_0
changeset 0:6944ba405057 draft default tip
Uploaded
author | iuc |
---|---|
date | Wed, 20 Apr 2016 07:50:15 -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 07:50:15 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="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>