changeset 0:45abfe2b0cfc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cython_0_23_1 commit f485c724b31ccff16b0e57042b79233ded8067dd
author iuc
date Thu, 27 Aug 2015 17:24:52 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Aug 27 17:24:52 2015 -0400
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7">
+        <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    
+    <package name="cython" version="0.23.1">
+        <install version="1.0">
+            <actions>
+                <action sha256sum="bdfd12d6a2a2e34b9a1bbc1af5a772cabdeedc3851703d249a52dcda8378018a" type="download_by_url">https://pypi.python.org/packages/source/C/Cython/Cython-0.23.1.tar.gz</action>
+
+                <action type="setup_python_environment">
+                   <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                       <package name="python" version="2.7" />
+                   </repository>
+                </action>
+                
+                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="make_directory">$INSTALL_DIR/bin</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>
+                    <environment_variable action="set_to" name="CYTHON_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Installation of cython requieres python. The installation can be accessed via CYTHON_PATH.
+            http://cython.org
+        </readme>
+    </package>
+</tool_dependency>