comparison tool_dependencies.xml @ 0:195682051d7c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_pyyaml_3_11 commit a9cedb0983cc262cfdac04464566fdded884318b
author iuc
date Tue, 23 Jun 2015 12:09:49 -0400
parents
children f33aa2e31857
comparison
equal deleted inserted replaced
-1:000000000000 0:195682051d7c
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="python" version="2.7">
4 <repository changeset_revision="44bb4258922f" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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="44bb4258922f" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.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>