Mercurial > repos > cathywise > truststore_browse_testing
annotate tool_dependencies.xml @ 45:31838e0ecf45 default tip
Fixes.
author | Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au> |
---|---|
date | Fri, 26 Jun 2015 10:24:40 +1000 |
parents | 5589d367885e |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
44
5589d367885e
Bump version.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents:
42
diff
changeset
|
3 <package name="py_ts" version="0.5.8"> |
0 | 4 <readme> |
5 I should write this. | |
6 </readme> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="setup_virtualenv"> | |
10 requests | |
11 requests-oauthlib | |
12 boto | |
13 passlib | |
4
9cc341926a80
Activate virtualenv.
Catherine Wise <catherine.wise@csiro.au>
parents:
3
diff
changeset
|
14 pycrypto |
0 | 15 </action> |
44
5589d367885e
Bump version.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents:
42
diff
changeset
|
16 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.8.tar.gz</action> |
4
9cc341926a80
Activate virtualenv.
Catherine Wise <catherine.wise@csiro.au>
parents:
3
diff
changeset
|
17 <action type="shell_command">. $INSTALL_DIR/venv/bin/activate; |
44
5589d367885e
Bump version.
Wise, Catherine (Digital, Acton) <Catherine.Wise@csiro.au>
parents:
42
diff
changeset
|
18 $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.8.tar.gz</action> |
0 | 19 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
20 <action type="set_environment"> | |
21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> | |
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
23 </action> | |
24 </actions> | |
25 </install> | |
26 </package> | |
27 </tool_dependency> |