changeset 1:bf766623094e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cython_0_20_1 commit 5fdc5df2dc23ed10ba0f1c198d7561434eff68c2
author iuc
date Fri, 15 Jul 2016 09:23:04 -0400
parents c3a8c46fcb97
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Mar 02 11:47:28 2014 -0500
+++ b/tool_dependencies.xml	Fri Jul 15 09:23:04 2016 -0400
@@ -3,7 +3,7 @@
     <package name="cython" version="0.20.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://cython.org/release/Cython-0.20.1.tar.gz</action>
+                <action type="download_by_url" sha256sum="31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c">https://depot.galaxyproject.org/software/cython/cython_0.20.1_src_all.tar.gz</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>