Mercurial > repos > cathywise > truststore_import
changeset 0:22cc897d85c5
Uploaded
author | cathywise |
---|---|
date | Wed, 11 Dec 2013 21:04:29 -0500 |
parents | |
children | ff126718bdc5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 11 21:04:29 2013 -0500 @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="package_weblogo" version="3.3"> + <install version="1.0"> + <actions> + <action type="setup_virtualenv"/> + <!-- <action type="shell_command">echo `ls -lt` && echo `pwd`</action> + <action type="make_directory">$INSTALL_DIR/lib/python</action> --> + <action type="shell_command">pip install PythonTrustStore-0.1.0.tar.gz</action> + </actions> + </install> + <readme> + I should write this. + </readme> + </package> +</tool_dependency>