|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="py_ts" version="0.3">
|
|
|
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 simplejson
|
|
|
14 passlib
|
|
|
15 pycrypto >= 2.6
|
|
|
16 psycopg2
|
|
|
17 </action>
|
|
|
18 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.tar.gz</action>
|
|
|
19 <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.tar.gz</action>
|
|
|
20 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
21 <action type="set_environment">
|
|
|
22 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
24 </action>
|
|
|
25 </actions>
|
|
|
26 </install>
|
|
|
27 </package>
|
|
|
28 </tool_dependency>
|