Mercurial > repos > saketkc > package_pycurl_7_19_3_1
changeset 0:9b02e8e36eff draft
Uploaded
author | saketkc |
---|---|
date | Mon, 14 Apr 2014 21:56:21 -0400 |
parents | |
children | 4302f124bb2b |
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 Apr 14 21:56:21 2014 -0400 @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> + <package name="beautifulsoup4" version="4.1.0"> + <readme> + This Galaxy Tool shed package installs pycurl(https://pypi.python.org/pypi/pycurl) + package. + + The corresponding PYTHONPATH is accessible via PYTHONPATH_PYCURL + + Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_pycurl_7_19_3_1/ + </readme> + <install version="1.0"> + <actions> + <action type="download_by_url">https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.3.1.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_BEAUTIFULSOUP4">$INSTALL_DIR/lib/python</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency> + + + +