changeset 1:2ad9440e500d 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 08:13:25 -0400
parents 4597c3b52640
children 226a91b737f9
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Aug 27 07:57:00 2015 -0400
+++ b/tool_dependencies.xml	Thu Aug 27 08:13:25 2015 -0400
@@ -1,18 +1,18 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="python" version="2.7"><!-- This package is compiled with UCS2 -->
+    <package name="python" version="2.7">
         <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">
+        <install version="1.1">
             <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 type="setup_python_environment">
+                   <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>