changeset 0:e96b649190ad draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_requests_2_7 commit cd4cb18a1b2a7679f6d1d2e87c2c1cf3ab875f55
author iuc
date Mon, 05 Oct 2015 18:23:52 -0400
parents
children 3f30b1f60e42
files tool_dependencies.xml
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Oct 05 18:23:52 2015 -0400
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7">
+        <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="requests" version="2.7">
+        <install version="1.0">
+            <actions>
+                <action type="setup_python_environment">
+                    <repository changeset_revision="94e61bd56e40" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="python" version="2.7" />
+                    </repository>
+                    <package md5sum="29b173fd5fa572ec0764d1fd7b527260">https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz</package>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_REQUESTS">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="set_to" name="REQUESTS_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling and installing the Python requests library.</readme>
+    </package>
+</tool_dependency>