view tool_dependencies.xml @ 49:85f757f4fcd5

debug action
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 20 May 2014 16:19:05 +0200
parents 49de6a204554
children b15a20c2372a
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="cython" version="0.20.1">
    <repository name="package_cython_0_20_1" owner="iuc" prior_installation_required="True"
                toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="c3a8c46fcb97" />
  </package>

  <package name="libxml2" version="2.9.1">
    <repository name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True"
                toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb" />
  </package>

  <package name="libxslt" version="1.1.28">
    <repository name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True"
                toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee" />
  </package>

  <package name="argparse" version="1.2.1">
    <install version="1.0">
      <actions>
        <action type="setup_virtualenv">
          argparse == 1.2.1
        </action>
      </actions>
    </install>
    <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme>
  </package>
  
  <package name="lxml" version="2.2.3">
    <install version="1.0">
      <actions>
        <action type="set_environment_for_install">
          <repository name="package_cython_0_20_1" owner="iuc"
                      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="c3a8c46fcb97">
            <package name="cython" version="0.20.1" />
          </repository>
          <repository name="package_libxml2_2_9_1" owner="devteam"
                      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="3af7ad13a6fb">
            <package name="libxml2" version="2.9.1" />
          </repository>
          <repository name="package_libxslt_1_1_28" owner="devteam"
                      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee">
            <package name="libxslt" version="1.1.28" />
          </repository>
        </action>
	<action type="shell_command">
	  echo '*******************************************************************************'
	  echo $PATH
	  echo xslt-config at: `which -a xslt-config`
	</action>
        <action type="setup_virtualenv">
          lxml == 2.2.3
        </action>
      </actions>
    </install>
    <readme>The Python lxml library</readme>
  </package>

  <package name="jinja2" version="2.7.2">
    <install version="1.0">
      <actions>
        <action type="setup_virtualenv">
          jinja2 == 2.7.2
        </action>
      </actions>
    </install>
    <readme>The Jinja 2 template engine for Python</readme>
  </package>

</tool_dependency>