changeset 7:5635f04839c8 draft

planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
author scottx611x
date Sun, 20 Nov 2016 21:01:29 -0500
parents 0a8070066879
children 66b5db71484b
files tool_dependencies.xml
diffstat 1 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Nov 20 20:47:49 2016 -0500
+++ b/tool_dependencies.xml	Sun Nov 20 21:01:29 2016 -0500
@@ -21,8 +21,28 @@
                     <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>
                 </action>
-
 		    </actions>
         </install>
+	</package>
+    <package name="h5py" version="2.6.0">
+        <install version="1.0">
+            <actions>
+                <action md5="ec476211bd1de3f5ac150544189b0bf4" type="download_by_url">https://pypi.python.org/packages/22/82/64dada5382a60471f85f16eb7d01cc1a9620aea855cd665609adf6fdbb0d/h5py-2.6.0.tar.gz</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="c0a6821af233" name="package_setuptools_19_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="setuptools" version="19.0" />
+                    </repository>
+                </action>
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="shell_command">
+                    export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
+                    python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
+                </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>
+                </action>
+            </actions>
+        </install>
     </package>
 </tool_dependency>