Mercurial > repos > iuc > package_dill_0_2
comparison tool_dependencies.xml @ 0:fdebf4ede9ed draft
Imported from capsule None
author | iuc |
---|---|
date | Thu, 09 Oct 2014 04:44:52 -0400 |
parents | |
children | 2e34934c25d9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fdebf4ede9ed |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="dill" version="0.2"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://pypi.python.org/packages/source/d/dill/dill-0.2.1.tgz#md5=66f4d8fff8724568bde03e421bf520bb</action> | |
7 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
8 <action type="shell_command"> | |
9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
15 <environment_variable action="set_to" name="PYTHONPATH_DILL">$INSTALL_DIR/lib/python</environment_variable> | |
16 <environment_variable action="set_to" name="PATH_DILL">$INSTALL_DIR/bin</environment_variable> | |
17 </action> | |
18 </actions> | |
19 </install> | |
20 <readme> | |
21 The PYTHONPATH for dill can be accessed through PYTHONPATH_DILL and the binaries with PATH_DILL. | |
22 http://www.cacr.caltech.edu/~mmckerns/dill.htm | |
23 </readme> | |
24 </package> | |
25 </tool_dependency> |