Mercurial > repos > iuc > package_dill_0_2
annotate tool_dependencies.xml @ 1:704a15a23ae5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_dill_0_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742
| author | iuc |
|---|---|
| date | Thu, 16 Jul 2015 12:28:32 -0400 |
| parents | 7ad60ca02990 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="dill" version="0.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
|
1
704a15a23ae5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_dill_0_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742
iuc
parents:
0
diff
changeset
|
6 <action type="download_by_url">https://pypi.python.org/packages/source/d/dill/dill-0.2.1.tgz#md5#66f4d8fff8724568bde03e421bf520bb</action> |
| 0 | 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> |
