Mercurial > repos > cathywise > truststore_import
annotate tool_dependencies.xml @ 0:22cc897d85c5
Uploaded
| author | cathywise |
|---|---|
| date | Wed, 11 Dec 2013 21:04:29 -0500 |
| parents | |
| children | ef29a9320038 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="package_weblogo" version="3.3"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="setup_virtualenv"/> | |
| 7 <!-- <action type="shell_command">echo `ls -lt` && echo `pwd`</action> | |
| 8 <action type="make_directory">$INSTALL_DIR/lib/python</action> --> | |
| 9 <action type="shell_command">pip install PythonTrustStore-0.1.0.tar.gz</action> | |
| 10 </actions> | |
| 11 </install> | |
| 12 <readme> | |
| 13 I should write this. | |
| 14 </readme> | |
| 15 </package> | |
| 16 </tool_dependency> |
