Mercurial > repos > iuc > package_ez_setup_0_9
comparison tool_dependencies.xml @ 1:bda775c3b024 draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 23 Jan 2015 08:02:47 -0500 |
| parents | 168f0a5504b5 |
| children | 196fdcfa98a7 |
comparison
equal
deleted
inserted
replaced
| 0:168f0a5504b5 | 1:bda775c3b024 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 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"> | 3 <package name="ez_setup" version="0.9"> |
| 7 <install version="1.0"> | 4 <install version="1.0"> |
| 8 <actions> | 5 <actions> |
| 9 <action type="setup_python_environment"> | 6 <action type="download_by_url">https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.tar.gz</action> |
| 10 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> |
| 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"> | 8 <action type="set_environment"> |
| 17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 9 <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> | 10 <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> | 11 <environment_variable action="set_to" name="EZ_SETUP_PATH">$INSTALL_DIR</environment_variable> |
| 20 </action> | 12 </action> |
