Mercurial > repos > iuc > package_python_2_7
changeset 8:74b0a61848cd draft
Uploaded
author | iuc |
---|---|
date | Thu, 22 Jan 2015 13:09:38 -0500 |
parents | 74d009a2a4cb |
children | 9f0f1dd28c74 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 19 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Aug 07 07:51:55 2014 -0400 +++ b/tool_dependencies.xml Thu Jan 22 13:09:38 2015 -0500 @@ -5,7 +5,7 @@ </package> <package name="readline" version="6.2"> - <repository changeset_revision="246f31787ca1" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="4e4f3dc94efa" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="bzlib" version="1.0.6"> @@ -17,11 +17,11 @@ </package> <package name="openssl" version="1.0.1"> - <repository changeset_revision="cdd0707dcedd" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="8fe4c1433b01" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="sqlite" version="3.8.3"> - <repository changeset_revision="e3729818491f" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="b68f6b5d7304" name="package_sqlite_3_8_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="gdbm" version="1.11"> @@ -41,7 +41,7 @@ <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="zlib" version="1.2.8" /> </repository> - <repository changeset_revision="246f31787ca1" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="4e4f3dc94efa" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="readline" version="6.2" /> </repository> <repository changeset_revision="2dec91192fc7" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -50,10 +50,10 @@ <repository changeset_revision="b6876995a7e8" name="package_xz_5_0_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="xz" version="5.0.5" /> </repository> - <repository changeset_revision="cdd0707dcedd" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="8fe4c1433b01" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="openssl" version="1.0.1" /> </repository> - <repository changeset_revision="e3729818491f" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="b68f6b5d7304" name="package_sqlite_3_8_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="sqlite" version="3.8.3" /> </repository> <repository changeset_revision="7367119a4afc" name="package_gdbm_1_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -63,29 +63,27 @@ <package name="ncurses" version="5.9" /> </repository> </action> - <action type="autoconf" /> <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> <action type="shell_command">tar -xjf 5.2.tar.bz2</action> <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> - <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && - export PYTHONHOME=$INSTALL_DIR && - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && - $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR</action> + <action type="shell_command"> + export PATH=$PATH:$INSTALL_DIR/bin && + export PYTHONHOME=$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && + $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR + </action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> - <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> - <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> - <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[SQLITE_ROOT_DIR]/lib</environment_variable> </action> - - - - </actions> </install>