Mercurial > repos > iuc > package_bz2file_0_98
comparison tool_dependencies.xml @ 0:73382c8fa8f3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bz2file_0_98 commit 9cb24ec3ae97ad10c28eda52169feea44e2cddfa
author | iuc |
---|---|
date | Thu, 12 Nov 2015 10:27:20 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:73382c8fa8f3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="bz2file" version="0.98"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url" md5sum="27d6f711ae0db6cfd1eb37f95621dfb5">https://pypi.python.org/packages/source/b/bz2file/bz2file-0.98.tar.gz</action> | |
7 <action type="shell_command"> | |
8 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
9 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
10 </action> | |
11 <action type="set_environment"> | |
12 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Downloads and installs bz2file. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |