comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
-1:000000000000 0:45abfe2b0cfc
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="python" version="2.7">
4 <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6
7 <package name="cython" version="0.23.1">
8 <install version="1.0">
9 <actions>
10 <action sha256sum="bdfd12d6a2a2e34b9a1bbc1af5a772cabdeedc3851703d249a52dcda8378018a" type="download_by_url">https://pypi.python.org/packages/source/C/Cython/Cython-0.23.1.tar.gz</action>
11
12 <action type="setup_python_environment">
13 <repository changeset_revision="5caf592bb259" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
14 <package name="python" version="2.7" />
15 </repository>
16 </action>
17
18 <action type="make_directory">$INSTALL_DIR/lib/python</action>
19 <action type="make_directory">$INSTALL_DIR/bin</action>
20 <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>
21 <action type="set_environment">
22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
24 <environment_variable action="set_to" name="CYTHON_PATH">$INSTALL_DIR</environment_variable>
25 </action>
26 </actions>
27 </install>
28 <readme>
29 Installation of cython requieres python. The installation can be accessed via CYTHON_PATH.
30 http://cython.org
31 </readme>
32 </package>
33 </tool_dependency>