Mercurial > repos > iuc > package_python_pillow_2_7
changeset 0:b34a4aa5150b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_pillow_2_7 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 15:00:45 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:00:45 2015 -0400 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="python" version="2.7"> + <repository changeset_revision="44bb4258922f" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="python_pillow" version="2.7"> + <install version="1.0"> + <actions> + <action type="setup_python_environment"> + <repository changeset_revision="44bb4258922f" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="python" version="2.7" /> + </repository> + <!-- allow downloading and installing an Python package from https://pypi.org/ --> + <package>https://pypi.python.org/packages/source/P/Pillow/Pillow-2.7.0.tar.gz#md5=3fdc9f16a1b60366ae8158b424655d10</package> + </action> + </actions> + </install> + <readme> + Python Imaging Library (Fork). + </readme> + </package> +</tool_dependency>