|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
5
|
3 <package name="pysam" version="0.7.7">
|
|
12
|
4 <repository changeset_revision="ca10c522f37e" name="package_pysam_0_7_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
0
|
5 </package>
|
|
|
6 <package name="labels" version="1.0.5">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <action type="download_by_url">https://pypi.python.org/packages/source/l/lapels/lapels-1.0.5.tar.gz</action>
|
|
|
10 <action type="set_environment_for_install">
|
|
12
|
11 <repository changeset_revision="ca10c522f37e" name="package_pysam_0_7_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
0
|
12 <package name="pysam" version="0.7.7" />
|
|
|
13 </repository>
|
|
|
14 </action>
|
|
|
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
16 <action type="shell_command">
|
|
6
|
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
1
|
18 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
0
|
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="append_to" name="PYTHONPATH">$ENV[PYSAM_PATH]/lib/python</environment_variable>
|
|
2
|
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
24 <environment_variable action="prepend_to" name="PATH">$ENV[PYSAM_PATH]</environment_variable>
|
|
|
25 <environment_variable action="set_to" name="PYTHONPATH_LABELS">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
26 </action>
|
|
|
27 </actions>
|
|
|
28 </install>
|
|
|
29 <readme>The PYTHONPATH for labels can be accessed through PYTHONPATH_LABELS.</readme>
|
|
|
30 </package>
|
|
|
31 </tool_dependency>
|