Mercurial > repos > iuc > package_cython_0_20_1
annotate tool_dependencies.xml @ 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 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="cython" version="0.20.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
1
bf766623094e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cython_0_20_1 commit 5fdc5df2dc23ed10ba0f1c198d7561434eff68c2
iuc
parents:
0
diff
changeset
|
6 <action type="download_by_url" sha256sum="31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c">https://depot.galaxyproject.org/software/cython/cython_0.20.1_src_all.tar.gz</action> |
0 | 7 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
8 <action type="make_directory">$INSTALL_DIR/bin</action> | |
9 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> | |
10 <action type="set_environment"> | |
11 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
13 <environment_variable action="set_to" name="CYTHON_PATH">$INSTALL_DIR</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Installation of cython requieres python. The installation can be accessed via CYTHON_PATH. | |
19 http://cython.org | |
20 </readme> | |
21 </package> | |
22 </tool_dependency> |