Mercurial > repos > morinlab > package_requests_2_0_1
comparison tool_dependencies.xml @ 0:04309c55b9a8 draft default tip
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/packages/package_requests_2_0_1 commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
| author | morinlab |
|---|---|
| date | Tue, 11 Oct 2016 13:56:47 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:04309c55b9a8 |
|---|---|
| 1 <tool_dependency> | |
| 2 <package name="requests" version="2.0.1"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">https://pypi.python.org/packages/source/r/requests/requests-2.0.1.tar.gz</action> | |
| 6 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 10 <environment_variable name="PYTHONPATH_REQUESTS" action="set_to">$INSTALL_DIR/lib/python</environment_variable> | |
| 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 </package> | |
| 16 </tool_dependency> |
