diff tool_dependencies.xml @ 20:ca150c701c39 draft

Uploaded
author bgruening
date Sat, 12 Oct 2013 08:55:18 -0400
parents c87f223b0ad9
children 93b2baa4b9d6
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Oct 12 08:03:30 2013 -0400
+++ b/tool_dependencies.xml	Sat Oct 12 08:55:18 2013 -0400
@@ -34,7 +34,7 @@
     <package name="pyquery" version="1.2.6">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://pypi.python.org/packages/source/p/pyquery/pyquery-1.2.6.zip</action>
+                <action type="download_by_url">https://github.com/gawel/pyquery/archive/1.2.6.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">