annotate tool_dependencies.xml @ 1:182a52535cef

Uploaded
author jmchilton
date Mon, 13 May 2013 16:47:48 -0400
parents d2c6b25e1a60
children c6b339de2a2e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
1 <?xml version="1.0"?>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
2 <tool_dependency>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
3 <package name="psm_eval" version="0.1.0">
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
4 <install version="1.0">
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
5 <actions>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
6 <action type="download_by_url">https://github.com/jmchilton/psm-eval/archive/8c05781330.zip</action>
1
182a52535cef Uploaded
jmchilton
parents: 0
diff changeset
7 <action type="setup_virtualenv">pyyaml
182a52535cef Uploaded
jmchilton
parents: 0
diff changeset
8 lxml
182a52535cef Uploaded
jmchilton
parents: 0
diff changeset
9 </action>
0
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
10 </actions>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
11 </install>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
12 <readme>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
13 Sets up a virtualenv for psm_eval.
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
14 </readme>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
15 </package>
d2c6b25e1a60 Initial commit.
jmchilton
parents:
diff changeset
16 </tool_dependency>