Mercurial > repos > iuc > package_gnuplot_py_1_8
comparison tool_dependencies.xml @ 0:c7b2a02b26c2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_py_1_8 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 14:58:40 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c7b2a02b26c2 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="gnuplot-py" version="1.8"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://downloads.sourceforge.net/project/gnuplot-py/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz</action> | |
7 | |
8 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
9 <action type="shell_command"> | |
10 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
11 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
12 </action> | |
13 <action type="set_environment"> | |
14 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
16 <environment_variable action="set_to" name="ROOT_GNUPLOT_PY_PATH">$INSTALL_DIR</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme> | |
21 Installation of gnuplot-py. The installation can be accessed via ROOT_GNUPLOT_PY_PATH. | |
22 </readme> | |
23 </package> | |
24 </tool_dependency> |