Mercurial > repos > iuc > package_python_2_7_pyyaml_3_11
comparison tool_dependencies.xml @ 0:c7dd90a3ab8c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_pyyaml_3_11 commit 968f7c9ef3e4db85d7cb2f6ab100ebc3200222e0
| author | iuc |
|---|---|
| date | Sun, 28 Jun 2015 22:44:39 -0400 |
| parents | |
| children | 00e8ff27d5f1 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c7dd90a3ab8c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="python" version="2.7"> | |
| 4 <repository changeset_revision="44e7542c51e6" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="pyyaml" version="3.11"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action type="setup_python_environment"> | |
| 10 <repository changeset_revision="44e7542c51e6" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 11 <package name="python" version="2.7" /> | |
| 12 </repository> | |
| 13 <package>https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz#md5=f50e08ef0fe55178479d3a618efe21db</package> | |
| 14 </action> | |
| 15 <action type="set_environment"> | |
| 16 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
| 17 </action> | |
| 18 </actions> | |
| 19 </install> | |
| 20 <readme> | |
| 21 YAML is a data serialization format designed for human readability | |
| 22 and interaction with scripting languages. PyYAML is a YAML parser | |
| 23 and emitter for Python. | |
| 24 | |
| 25 PyYAML features a complete YAML 1.1 parser, Unicode support, pickle | |
| 26 support, capable extension API, and sensible error messages. PyYAML | |
| 27 supports standard YAML tags and provides Python-specific tags that | |
| 28 allow to represent an arbitrary Python object. | |
| 29 | |
| 30 PyYAML is applicable for a broad range of tasks from complex | |
| 31 configuration files to object serialization and persistance. | |
| 32 | |
| 33 </readme> | |
| 34 </package> | |
| 35 </tool_dependency> |
