changeset 0:73382c8fa8f3 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bz2file_0_98 commit 9cb24ec3ae97ad10c28eda52169feea44e2cddfa
author iuc
date Thu, 12 Nov 2015 10:27:20 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Nov 12 10:27:20 2015 -0500
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="bz2file" version="0.98">
+            <install version="1.0">
+                <actions>
+                    <action type="download_by_url" md5sum="27d6f711ae0db6cfd1eb37f95621dfb5">https://pypi.python.org/packages/source/b/bz2file/bz2file-0.98.tar.gz</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>
+            <readme>
+                Downloads and installs bz2file.
+            </readme>
+        </package>
+</tool_dependency>