# HG changeset patch # User nml # Date 1467903203 14400 # Node ID bd597750a846baf2d9155861674ebf330fb0d91d planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_six_1_10_0 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa diff -r 000000000000 -r bd597750a846 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jul 07 10:53:23 2016 -0400 @@ -0,0 +1,26 @@ + + + + + + + + + https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz + + + + + + $INSTALL_DIR/lib/python + python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib/python + $INSTALL_DIR + + + + Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. + +