Mercurial > repos > miller-lab > package_beautifulsoup_3_2_1
comparison tool_dependencies.xml @ 0:83c21b81ee9d draft default tip
Initial version
author | miller-lab |
---|---|
date | Mon, 09 Sep 2013 13:31:23 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:83c21b81ee9d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="beautifulsoup" version="3.2.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <!-- Download source code --> | |
7 <action type="download_by_url">https://pypi.python.org/packages/source/B/BeautifulSoup/BeautifulSoup-3.2.1.tar.gz</action> | |
8 | |
9 <!-- Build and install beautifulsoup --> | |
10 <action type="shell_command">mkdir -p $INSTALL_DIR/lib/python</action> | |
11 <action type="shell_command">PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python python setup.py install --home $INSTALL_DIR</action> | |
12 | |
13 <!-- Set environment for dependent repositories --> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 </package> | |
20 </tool_dependency> |