|
24
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="requests" version="1.2.3">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url" target_filename="requests-1.2.3" >http://pypi.python.org/packages/source/c/cutadapt/cutadapt-1.1.tar.gz</action>
|
|
|
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
8 <action type="make_directory">$INSTALL_DIR/bin</action>
|
|
|
9 <action type="set_environment">
|
|
|
10 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
12 </action>
|
|
|
13 <action type="shell_command">python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
|
|
|
14 </actions>
|
|
|
15 </install>
|
|
|
16 <readme>
|
|
|
17 </readme>
|
|
|
18 </package>
|
|
|
19 </tool_dependency>
|
|
|
20
|