changeset 21:6922d5109404 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 14:02:13 -0500
parents 244bcda9201b
children 8abb20d795d8
files tool_dependencies.xml
diffstat 1 files changed, 28 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Nov 19 13:45:33 2015 -0500
+++ b/tool_dependencies.xml	Thu Nov 19 14:02:13 2015 -0500
@@ -1,29 +1,31 @@
 <?xml version="1.0"?>
 <tool_dependency>
-        <package name="python" version="2.7">
-            <repository changeset_revision="9cdf46934080" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
-        </package>
-        <package name="networkx" version="1.9">
-            <install version="1.0">
-                <actions>
-                    <action type="setup_python_environment">
-                        <repository changeset_revision="9cdf46934080" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
-                            <package name="python" version="2.7" />
-                        </repository>
-                        <!-- allow downloading and installing an Python package from https://pypi.org/ -->
-                        <package>https://pypi.python.org/packages/source/n/networkx/networkx-1.9.1.tar.gz</package>
-                    </action>
-                    <action type="set_environment">
-                        <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
-                        <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                        <environment_variable action="set_to" name="PYTHONPATH_NETWORKX">$INSTALL_DIR/lib/python</environment_variable>
-                        <environment_variable action="set_to" name="PATH_NETWORKX">$INSTALL_DIR/bin</environment_variable>
-                    </action>
-                </actions>
-            </install>
-            <readme>
-                The PYTHONPATH for networkx can be accessed through PYTHONPATH_NETWORKX and the binaries with PATH_NETWORKX.
-                http://networkx.github.io/
-            </readme>
-        </package>
+    <package name="python" version="2.7">
+        <repository changeset_revision="2f32acbaf21a" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="networkx" version="1.9">
+        <install version="1.0">
+            <actions>
+                <action type="setup_python_environment">
+                   <repository changeset_revision="2f32acbaf21a" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                       <package name="python" version="2.7.10" />
+                   </repository>
+                    <!-- allow downloading and installing an Python package from https://pypi.org/ -->
+                    <package>https://pypi.python.org/packages/source/n/networkx/networkx-1.9.1.tar.gz</package>
+                </action>
+
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="PYTHONPATH_NETWORKX">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="PATH_NETWORKX">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="NETWORKX_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            The PYTHONPATH for networkx can be accessed through PYTHONPATH_NETWORKX and the binaries with PATH_NETWORKX.
+            http://networkx.github.io/
+        </readme>
+    </package>
 </tool_dependency>