changeset 0:4597c3b52640 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cython_0_23_1 commit d4e9fe61901a612c78d9f26f172537b27fd2ddbb-dirty
author yhoogstrate
date Thu, 27 Aug 2015 07:57:00 -0400
parents
children 2ad9440e500d
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 07:57:00 2015 -0400
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="python" version="2.7"><!-- This package is compiled with UCS2 -->
+        <repository changeset_revision="17b9d79ae892" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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"><!-- By running the setup via this python binary, cython will support UCS2 -->
+                    <repository changeset_revision="17b9d79ae892" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.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>