changeset 21:93b2baa4b9d6 draft

Uploaded
author bgruening
date Sat, 12 Oct 2013 09:18:04 -0400
parents ca150c701c39
children 225d40beff1a
files antismash.xml tool_dependencies.xml
diffstat 2 files changed, 19 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/antismash.xml	Sat Oct 12 08:55:18 2013 -0400
+++ b/antismash.xml	Sat Oct 12 09:18:04 2013 -0400
@@ -8,6 +8,7 @@
         <requirement type="package" version="1.62">biopython</requirement>
         <requirement type="package" version="1.2.6">pyquery</requirement>
         <requirement type="package" version="0.1.2">helperlibs</requirement>
+        <requirement type="package" version="0.9">cssselect</requirement>
         <requirement type="package" version="2.0.2">antismash</requirement>
     </requirements>
     <command>
--- a/tool_dependencies.xml	Sat Oct 12 08:55:18 2013 -0400
+++ b/tool_dependencies.xml	Sat Oct 12 09:18:04 2013 -0400
@@ -31,6 +31,23 @@
         </readme>
     </package>
 
+    <package name="cssselect" version="0.9">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://pypi.python.org/packages/source/c/cssselect/cssselect-0.9.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">
+                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            cssselect python library
+        </readme>
+    </package>
+
     <package name="pyquery" version="1.2.6">
         <install version="1.0">
             <actions>
@@ -44,7 +61,7 @@
             </actions>
         </install>
         <readme>
-            helperlibs python library
+            pyquery python library
         </readme>
     </package>