Mercurial > repos > iuc > package_setuptools_19_0
comparison tool_dependencies.xml @ 0:a64ac1f2db67 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_setuptools_19_0 commit 0d9b76366bdec662cfd283201ee957464d656632
| author | iuc |
|---|---|
| date | Wed, 16 Dec 2015 08:52:16 -0500 |
| parents | |
| children | c0a6821af233 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a64ac1f2db67 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="setuptools" version="0.19.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url" md5sum="b921200449c8b52d62c7e70a47956b69">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.0.tar.gz</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 </action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 <readme> | |
| 19 Downloads and installs setuptools. | |
| 20 </readme> | |
| 21 </package> | |
| 22 </tool_dependency> |
