comparison tool_dependencies.xml @ 0:04c9eef6c14b draft default tip

Uploaded
author saket-choudhary
date Mon, 01 Sep 2014 18:22:51 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:04c9eef6c14b
1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency>
3 <package name="requests" version="2.2.1">
4 <readme>
5 This Galaxy Tool shed package installs python-requests(https://pypi.python.org/pypi/requests)
6 package.
7
8 The corresponding PYTHONPATH is accessible via PYTHONPATH_REQUESTS
9
10 Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_requests_2_2_1/
11 </readme>
12 <install version="1.0">
13 <actions>
14 <action type="download_by_url">https://pypi.python.org/packages/source/r/requests/requests-2.2.1.tar.gz</action>
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
16 <action type="shell_command">
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
18 python setup.py install --install-lib $INSTALL_DIR/lib/python
19 </action>
20 <action type="set_environment">
21 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
22 <environment_variable action="set_to" name="PYTHONPATH_REQUESTS">$INSTALL_DIR/lib/python</environment_variable>
23 </action>
24 </actions>
25 </install>
26 </package>
27 </tool_dependency>
28
29
30
31