annotate tool_dependencies.xml @ 0:168f0a5504b5 draft

Uploaded
author iuc
date Thu, 22 Jan 2015 17:33:19 -0500
parents
children bda775c3b024
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
3 <package name="python" version="2.7">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
4 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
5 </package>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
6 <package name="ez_setup" version="0.9">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
7 <install version="1.0">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
8 <actions>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
9 <action type="setup_python_environment">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
10 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
11 <package name="python" version="2.7" />
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
12 </repository>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
13 <!-- allow downloading and installing an Python package from https://pypi.org/ -->
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
14 <package>https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.tar.gz</package>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
15 </action>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
16 <action type="set_environment">
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
19 <environment_variable action="set_to" name="EZ_SETUP_PATH">$INSTALL_DIR</environment_variable>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
20 </action>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
21 </actions>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
22 </install>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
23 <readme>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
24 Installation of ez_setup requieres python. The installation can be accessed via EZ_SETUP_PATH.
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
25 </readme>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
26 </package>
168f0a5504b5 Uploaded
iuc
parents:
diff changeset
27 </tool_dependency>