|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="python" version="2.7">
|
|
|
4 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="ez_setup" version="0.9">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <action type="setup_python_environment">
|
|
|
10 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
11 <package name="python" version="2.7" />
|
|
|
12 </repository>
|
|
|
13 <!-- allow downloading and installing an Python package from https://pypi.org/ -->
|
|
|
14 <package>https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.tar.gz</package>
|
|
|
15 </action>
|
|
|
16 <action type="set_environment">
|
|
|
17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
19 <environment_variable action="set_to" name="EZ_SETUP_PATH">$INSTALL_DIR</environment_variable>
|
|
|
20 </action>
|
|
|
21 </actions>
|
|
|
22 </install>
|
|
|
23 <readme>
|
|
|
24 Installation of ez_setup requieres python. The installation can be accessed via EZ_SETUP_PATH.
|
|
|
25 </readme>
|
|
|
26 </package>
|
|
|
27 </tool_dependency>
|