Mercurial > repos > bgruening > antismash
comparison tool_dependencies.xml @ 21:93b2baa4b9d6 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 12 Oct 2013 09:18:04 -0400 |
parents | ca150c701c39 |
children | 225d40beff1a |
comparison
equal
deleted
inserted
replaced
20:ca150c701c39 | 21:93b2baa4b9d6 |
---|---|
29 <readme> | 29 <readme> |
30 helperlibs python library | 30 helperlibs python library |
31 </readme> | 31 </readme> |
32 </package> | 32 </package> |
33 | 33 |
34 <package name="cssselect" version="0.9"> | |
35 <install version="1.0"> | |
36 <actions> | |
37 <action type="download_by_url">https://pypi.python.org/packages/source/c/cssselect/cssselect-0.9.tar.gz</action> | |
38 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
39 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> | |
40 <action type="set_environment"> | |
41 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
43 </action> | |
44 </actions> | |
45 </install> | |
46 <readme> | |
47 cssselect python library | |
48 </readme> | |
49 </package> | |
50 | |
34 <package name="pyquery" version="1.2.6"> | 51 <package name="pyquery" version="1.2.6"> |
35 <install version="1.0"> | 52 <install version="1.0"> |
36 <actions> | 53 <actions> |
37 <action type="download_by_url">https://github.com/gawel/pyquery/archive/1.2.6.tar.gz</action> | 54 <action type="download_by_url">https://github.com/gawel/pyquery/archive/1.2.6.tar.gz</action> |
38 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 55 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 59 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
43 </action> | 60 </action> |
44 </actions> | 61 </actions> |
45 </install> | 62 </install> |
46 <readme> | 63 <readme> |
47 helperlibs python library | 64 pyquery python library |
48 </readme> | 65 </readme> |
49 </package> | 66 </package> |
50 | 67 |
51 <package name="straight.plugin" version="1.4.0-post-1"> | 68 <package name="straight.plugin" version="1.4.0-post-1"> |
52 <install version="1.0"> | 69 <install version="1.0"> |