Mercurial > repos > iuc > package_bz2file_0_98
comparison tool_dependencies.xml @ 0:f504007348bb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bz2file_0_98 commit be26d5871e25cedbc642669993e64439715c7a24
| author | iuc |
|---|---|
| date | Thu, 12 Nov 2015 02:52:07 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f504007348bb |
|---|---|
| 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> |
