# HG changeset patch
# User iuc
# Date 1467771626 14400
# Node ID 20ecf5cd3c0e74743947bb8603b438cf7c39488c
# Parent aca5076020ea2a6fede2c3858dcddf1f785f3a7f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_3_4 commit 7390990d12e56628b0cb52cfba33a50162fde681
diff -r aca5076020ea -r 20ecf5cd3c0e tool_dependencies.xml
--- a/tool_dependencies.xml Wed Dec 02 17:39:22 2015 -0500
+++ b/tool_dependencies.xml Tue Jul 05 22:20:26 2016 -0400
@@ -19,12 +19,12 @@
<repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
</package>
<package name="ncurses" version="5.9">
- <repository changeset_revision="335417c1475e" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+ <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
</package>
<package name="python" version="3.4">
<install version="1.0">
<actions>
- <action type="download_by_url">https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz</action>
+ <action sha256sum="8b743f56e9e50bf0923b9e9c45dd927c071d7aa56cd46569d8818add8cf01147" type="download_by_url">https://depot.galaxyproject.org/software/python/python_3.4_src_all.tar.gz</action>
<action type="set_environment_for_install">
<repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
@@ -45,14 +45,14 @@
<repository changeset_revision="ed2537bccffc" name="package_gdbm_1_11" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
<package name="gdbm" version="1.11" />
</repository>
- <repository changeset_revision="335417c1475e" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+ <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
<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 sha256sum="beb3445cfc3a0f9a36df7de6489d2a488a5ac113c471c448e46e6d9c47cb7840" type="download_file">https://depot.galaxyproject.org/software/setuptools/setuptools_5.2_src_all.tar.bz2</action>
+ <action type="shell_command">tar -xjf setuptools_5.2_src_all.tar.bz2</action>
<action type="change_directory">pypa-setuptools-f493e6c4ffd8</action>
<action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin &&
@@ -64,7 +64,11 @@
<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="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
+ <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python3.4</environment_variable>
+ <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python3.4/site-packages</environment_variable>
<environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
+ <environment_variable action="set_to" name="PATH_PYTHON3">$INSTALL_DIR/bin</environment_variable>
<environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
</action>
@@ -75,7 +79,7 @@
<readme>
The Python programming language version 3.4.
- http://www.python.org
+ https://www.python.org
</readme>
</package>