Mercurial > repos > bgruening > test_repository_setup_python_environment_with_python3
comparison tool_dependencies.xml @ 0:d852d0b557c1 draft
Uploaded
author | bgruening |
---|---|
date | Sun, 29 Jun 2014 13:42:52 -0400 |
parents | |
children | 15697b5e3074 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d852d0b557c1 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="python" version="3.4"> | |
4 <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="numpy" version="1.8.1"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="setup_python_environment"> | |
10 <repository changeset_revision="7f853e334485" name="package_python_3_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
11 <package name="python" version="3.4" /> | |
12 </repository> | |
13 <!-- allow downloading and installing an Python package from https://pypi.org/ --> | |
14 <package>https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz</package> | |
15 </action> | |
16 | |
17 <action type="set_environment"> | |
18 <environment_variable action="set_to" name="TEST_ENV_VAR">$INSTALL_DIR</environment_variable> | |
19 </action> | |
20 | |
21 </actions> | |
22 </install> | |
23 <readme> | |
24 Test repository for easy installation of R packages. | |
25 </readme> | |
26 </package> | |
27 </tool_dependency> |