Mercurial > repos > saket-choudhary > package_xlrd_0_9_3
changeset 0:581d3f7a46d3 draft default tip
Uploaded
author | saket-choudhary |
---|---|
date | Mon, 06 Oct 2014 13:36:00 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Oct 06 13:36:00 2014 -0400 @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> + <package name="xlrd" version="0.9.3"> + <readme> + This Galaxy Tool shed package installs python-xlrd(https://pypi.python.org/pypi/xlrd) + package. + + The corresponding PYTHONPATH is accessible via PYTHONPATH_XLRD + + Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_xlrd_0_9_3/ + </readme> + <install version="1.0"> + <actions> + <action type="download_by_url">https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz</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 + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="set_to" name="PYTHONPATH_XLRD">$INSTALL_DIR/lib/python</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency> + + + +