Mercurial > repos > iuc > package_screed_0_9
view tool_dependencies.xml @ 1:b35a64ef1cde draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_screed_0_9 commit be26d5871e25cedbc642669993e64439715c7a24-dirty
| author | iuc |
|---|---|
| date | Thu, 12 Nov 2015 03:02:10 -0500 |
| parents | 09145f96007c |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bz2file" version="0.98"> <repository changeset_revision="f504007348bb" name="package_bz2file_0_98" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="screed" version="0.9"> <install version="1.0"> <actions> <action md5sum="611dd11105489e4153265e055f13debd" type="download_by_url">https://pypi.python.org/packages/source/s/screed/screed-0.9.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="f504007348bb" name="package_bz2file_0_98" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="bz2file" version="0.98" /> </repository> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <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> <action type="set_environment"> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Downloads and installs screed. </readme> </package> </tool_dependency>
