changeset 0:4133d7fe41e1 draft default tip

Uploaded
author iuc
date Thu, 21 Apr 2016 13:54:03 -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	Thu Apr 21 13:54:03 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="xlsxwriter" version="0.8.5">
+        <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="c8b56ac5805f3b53a0e7fbcb7c4bfde1">
+                        https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-0.8.5.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_XLSXWRITER">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="XLSXWRITER_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX file format.</readme>
+    </package>
+</tool_dependency>